Skip to content

Renpy Save Location -

renpy.list_saved_games()

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): renpy save location

Finding your Ren'Py save files can be tricky because the engine often mirrors data across multiple directories to ensure portability and backups. Depending on your operating system, the "real" save data is usually hidden in system folders rather than the game's installation folder. Typical Save Path Windows %APPDATA%/RenPy/[GameID] macOS ~/Library/RenPy/[GameID] Linux ~/.renpy/[GameID] Android renpy save location

The save directory contains manual saves, while the autosave directory contains automatic saves. renpy save location

On Windows, most Ren'Py games store their active saves in the AppData folder.