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








