Usually found in /Android/data/com.domain.gamename/files/saves . Why You Might See Two "Saves" Folders
Mac computers store these files inside the user Library folder, which is hidden by default. /Users/ /Library/RenPy/
Open the folder. Inside, you will see subfolders named after the various Ren'Py games you have played. renpy game save location
. You will see folders named after the specific games you've played. Open Finder, select "Go to Folder," and enter ~/Library/RenPy/ or sometimes ~/.local/share/RenPy/ 2. The Game Directory (The "Old School" Way)
As a game developer, the config.save_directory variable in your options.rpy file determines exactly where the game saves data. By default, it's set to a unique name like [Project-Name]-[Timestamp] to prevent save collisions between different games. Setting config.save_directory = None will make saves go to a saves folder inside the game directory, but this is generally for published games. Usually found in /Android/data/com
Preferences → Projects Directory → [Your Project] → game/saves
This replaces GameName in the paths above. Inside, you will see subfolders named after the
: Ren'Py may create this folder even if it is using the AppData location, which can lead to players deleting the "wrong" files. How to Identify the Folder Name
The following table provides the standard, searchable locations for the save_directory folder on each OS:
If you cannot find the folders listed above, use these quick troubleshooting steps: