Bella Von Halen
Active Member
- Oct 10, 2020
- 519
- 576
- 202
It seems that the developer forgot to specify the save folderall my saves are gone
all my saves are gone
From the looks of it, games seems to create saves within the game folder itself (i.e. game directory/game/saves, instead of within the Renpy folder within Appdata/Roaming). So if the first release had save files within Renpy (I wouldn't know since I gave this a try yesterday lol), try moving those saves to the game/saves folder.It seems that the developer forgot to specify the save folder
The name of the folder that will be used for saves in 'Appdata/Roaming' is specified in the 'config.save_directory' variable (by default in the 'options.rpy' file). If this variable is not specified, then saves will be stored only in 'game/saves' folder. The Dev commented out the value from the previous game, but did not set a new one.From the looks of it, games seems to create saves within the game folder itself (i.e. game directory/game/saves, instead of within the Renpy folder within Appdata/Roaming). So if the first release had save files within Renpy (I wouldn't know since I gave this a try yesterday lol), try moving those saves to the game/saves folder.