If you set this to None , the game will attempt to save in the game folder itself (not recommended for modern OS permissions).
To find this, press Win + R , type %APPDATA% , and look for the RenPy folder. : ~/Library/RenPy/game_directory_name Open Finder, press Cmd + Shift + G , and paste the path. Linux : ~/.renpy/game_directory_name This is a hidden folder in your Home directory. ⚙️ Alternative Locations
On Linux systems, Ren'Py adheres to the convention of storing user-specific data in a hidden directory within your home folder.
Some games (especially older or portable versions) save directly within their own directory. [Game Folder]/game/saves/ macOS
Therefore, losing your persistent data is often far more devastating than losing a few save files, as it can wipe out all of your progress towards 100% completion. Always keep this in mind when managing your save folders and backing up your games. renpy game save location
Most modern Ren'Py games use the system-wide path to ensure saves aren't lost if you delete the game folder.
Savvy users can change the config.save_directory to a folder that's synced with a cloud service (like Dropbox) to keep saves automatically backed up and synchronized across multiple computers.
sat at their desk, staring at the screen of a newly finished visual novel. After hours of choices and dialogue, they had finally reached a critical branching path. Realizing it was time for a break, Alex hit "Save," but a nagging thought remained: Where do these memories actually live? In the world of
Ren’Py is designed to be cross-platform and portable. To avoid cluttering the game’s installation folder (which might be read-only or located in Program Files on Windows), it stores persistent data and save files inside a user-specific directory. This folder is typically named after the (defined by developers) and resides inside a parent folder called RenPy or RenPy Launcher . If you set this to None , the
Finding Ren’Py saves on Android is trickier because the game runs in a sandboxed environment. Unless the developer enabled external storage access, saves are inside the app’s private data directory.
On Mac, saves are stored in the user's Library folder.
Open the folder where the game is installed. Look for a subfolder named /game/saves/ What’s inside: You will see files ending in 1-LT1.save persistent file that tracks your overall unlocks and achievements. 2. The System "AppData" Folder (Most Common)
Quick Tip : Press , type %appdata% , and look for the RenPy folder. macOS : Location: ~/Library/RenPy/game_directory Linux : ~/
In your options.rpy , you can override the default save location:
: Internal storage/Android/data/com. . /files/saves/ .
You might notice a saves folder inside the game directory and another in AppData . Ren'Py often creates a local game/saves folder for convenience, but the system folder is the authoritative location used by the engine to ensure saves aren't lost if you delete or update the game folder.