Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Where on earth is the save file stored? I activated the dev debug mode and I can't turn it off AND deleting the game somehow keeps the same save, so redownloading doesn't solve it

(2 edits)

~/.local/share/com.nesbox.tic/TIC-80/.local/b09c50c/options.dat

Quick hint: run the following command to find all files in your home, which were modified a minute ago or less: 

find ~ -mmin -1 -type f 2>/dev/null