In any .rpy file (e.g., screens.rpy or info.rpy ):
The exact path depends on your operating system and how the developer configured the game. Below are the default paths where most Ren'Py titles store save files: : renpy game save location
: For players who want to back up their saves, you can add a simple button to your game's user interface that opens the save directory directly. The following Python code can be added to your screens to provide this functionality: In any