Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I'm so curious, can you send it via Google Drive or open it with a notepad to check the contents, or it's completely inaccessible?

Can't do anything with the file. Notepad says the file can't be found when i try to open it. Trying to drag it out of the SaveGames folder only makes a pop-up saying the file isn't located in SaveGames.

How it's named, can you write it or send its screenshot?

The name came from a save file i had a year ago. Didn't really put much thought into what i named it. I can't change the file name.

(1 edit)

Ah I get it. I don't see your current save in this directory, does your current one have the same name as this one? If not, I think it should be safe to try deleting it with the command prompt,

Open the saves folder, hold shift and press the right mouse button somewhere in the window, choose "Open in Terminal", and type

del /p /f "s_I'm abouta die"

to forcefully delete the file with confirmation. Even if it won't delete it, the terminal generally should be more verbose about what the issue is.

In trying to remove this file, all the other save files are gone (don't worry i haven't played in a while anyway). Also, typing the command caused this to appear:

Didn't remove the file, but perhaps this could help make the problem more clear.

That's because PowerShell instead of command prompt popped up, that's okay, we just need a different command. Try this: 

Remove-Item "s_I'm abouta die" -Force
Still not working. Never seen a file so stubborn.
If none of this works, should i report this to the devs as a bug?