Renpy Game Save - Location

~/.renpy/game_name/

On Mac, saves are stored in the user's Library folder.

If you’re distributing your game, note that the save location changes based on how the game was built:

| Build Type | Save Directory | |------------|----------------| | Steam release | %APPDATA%\RenPy\game_name (same as above) | | Android | /data/data/package.name/files/saves/ (requires root or ADB backup) | | Web (itch.io browser) | Browser’s IndexedDB (not directly accessible as files) | | Ren’Py SDK (development) | game/saves/ inside your project folder | renpy game save location

Remember it’s hidden. Type %APPDATA% directly into File Explorer’s path bar and press Enter. It will jump there regardless of visibility settings.

Ren'Py is one of the most popular engines for Visual Novels. While the engine is consistent, the save file location varies depending on your operating system. Unlike some engines that store saves directly in the game's installation folder, Ren'Py typically stores them in a hidden system folder to ensure user data persists even if the game is uninstalled or updated. On Mac, saves are stored in the user's Library folder

Here is how to find your saves on Windows, macOS, and Linux.


Knowing where Ren'Py game saves are located has several implications. For developers, it's crucial for testing and ensuring that the save system works correctly across different platforms. For players, understanding where their saves are kept can help with backing up saves to prevent loss in case of system failures or reinstallations. Knowing where Ren'Py game saves are located has

Developers should consider implementing features that allow players to easily backup and restore their saves. Additionally, providing clear instructions on how to access and manage game saves can enhance the player experience.