Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Where does Ren'Py store my save games and persistent data?

The Ren'Py engine stores save games and persistent data under a separate folder. It's exact location depends on the host operating system.

Windows:

%APPDATA%/RenPy/game_directory

This is usually:

C:\Documents and Settings\YOURNAME\Application Data\RenPy\game_directory

Where YOURNAME is your username.

Mac OS X:

~/Library/RenPy/game_directory

Linux/Other:

~/.renpy/game_directory

Android (Joiplay)

/Android/data/com.joiplay(something like that)/game_directory

Android (APK) (HH v11 or lower)

/Android/data/com.game_directory

Android 11 needs this file manager to manage content inside /data folder.