Renpy Save Location -

If you are developing a game and want to test where your specific game is saving files, you can add this line of code to a script file (like options.rpy or any label):

<save_directory>/ |- save/ |- <save_name>.sav |- <save_name>.rpyo |- autosave/ |- autosave.sav |- autosave.rpyo renpy save location