Where Are Renpy Saves Stored _best_ Jun 2026

On Windows, Ren'Py creates a hidden folder in your user AppData directory. The quickest way to find your saves is by using the "Run" command.

Ren’Py saves are stored in the game’s installation folder (except for developer builds). Instead, they are kept in OS-specific user data directories . This allows saves to persist across game updates. where are renpy saves stored

(Remember that files starting with a dot are hidden by default in Linux file managers; you may need to press Ctrl+H to show hidden files.) On Windows, Ren'Py creates a hidden folder in

Follow the OS paths above. Steam Cloud saves sync from these same folders. Instead, they are kept in OS-specific user data directories

The exact path depends on your operating system and the config.save_directory defined by the game developer.

Saves may be stored inside the game folder under game/saves/ when running from the SDK. Check config.savedir in your script to confirm.

~/.renpy/<game_name>