Renpy Game Save — Location
When you open a Ren'Py save folder, you will generally see two types of data:
| Operating System | Standard Path to the Game's Saves | | :--- | :--- | | | %APPDATA%\RenPy\<config.save_directory> | | macOS | ~/Library/RenPy/<config.save_directory> | | Linux | ~/.renpy/<config.save_directory> | renpy game save location
She opened the game's folder the way people open old boxes: careful, hopeful. There it was—the build, the script.rpy, the images. But where did Ren'Py tuck away its precious save files? She imagined them as tiny paper boats moored under the pier of system directories, bobbing in a dark tide of user profiles and preferences. She imagined a player named Jo, kneeling on a couch across town, whispering to a screen, "Don't go," then slamming the laptop shut when a choice went wrong. Jo's hope—her save—was out there. When you open a Ren'Py save folder, you
Ren’Py automatically creates a unique save directory for each game using the project's internal name. Here is where to look depending on your device. 💻 Windows She imagined them as tiny paper boats moored
If you are searching for a specific game's folder in your AppData, look for the save_directory defined in the game's options.rpy file. Developers often use a unique string (like MyGame-123456789
Remember it’s hidden. Type %APPDATA% directly into File Explorer’s path bar and press Enter. It will jump there regardless of visibility settings.