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

You can report them here. I am the lead developer and I routinely check this thread

(+1)

Hello! I'd like to know the paths to all the files the game and all its previous version used in order to do a clean install. I find an insane ammount of bugs, so much so that I can't imagine it's normal and that there has some corrupt files or compatibility issues between versions. I'm not sure gonna be able to list all the bugs, though, but if this fails then I will to help out.

All the files should exist in the zip or .rar files that are uploaded to itchio

(1 edit)

What about data files, where the setting values are stored, like keybindings, as well as the place where it saves the fact that I've entered the password. Even when I delete everthing there are some information that are maintained, leading me to believe there has to be some cache of data somewhere... I checked roaming, appdata and MyGames and there are BBS files there, but deleting them doesn't reset the settings, so it has to be elsewhere.

Ahh good question. If you know anything about Unity we are using the PlayerPrefs to save settings ect which are stored in the registry files on windows. You can reference the below article to find where the keys are being stored.

SOLVED: Where is Unity’s PlayerPrefs stored on Windows? | by Spobwoode | Medium