haii, can someone help me? I've been playing the game by itch.io and now i decided to get the game on steam, but for some reason me achievments don't appear on my profile but in the game they are there. does someone know a way to solve that please? btw i REALLY would like to not just do all the things again bc my game was almost finished (i literally just buy the game on steam for the achievments lol)
You can keep your saves, its the persistent data that tracks events within the game that needs to be reset, since its toggled to only happen once.
Here is how to do it without losing the saves
- Windows:
- Press
Win + R, type%appdata%, and press Enter. - Navigate to the
RenPyfolder. - Find the folder named after your game and delete it.
- Additionally, go to the game’s installation folder, enter the
game/savesdirectory, and delete thepersistentfile and all save files.
- Press
- macOS:
- Open Finder, hold the Option key, and click Go > Library.
- Navigate to
~/Library/RenPy/game_name/and delete the folder.
- Linux:
- Navigate to
~/.renpy/and delete the folder corresponding to the game name.
- Navigate to