- Oct 31, 2017
- 2,016
- 3,516
Okay, thank you for the confirmation that for Windows it does not work (since I don't play on Windows). However, in Linux, I don't have to manually copy the save files because they were saved in the .renpy directory as well.Correct. Both this game and Sorrow only save to the [GameFolder]\game\saves location. Nothing for either game is copied over to the AppData folder. Maybe you confused this with another game, John. But in the case of Joy and Sorrow, neither game saves as you described.
I checked the file game/options.rpy which specify where save files should be, so I guess it doesn't work for Windows then.
Code:
## Windows: %APPDATA\RenPy\<config.save_directory>
##
## Macintosh: $HOME/Library/RenPy/<config.save_directory>
##
## Linux: $HOME/.renpy/<config.save_directory>
##
define config.save_directory = "...."
Last edited: