Renpy Game Save Location ((full)) Jun 2026
Saves created when you use the "Quick Save" feature.
folder often exists within the game's installation directory, this is typically used by developers during testing; for regular players, the active saves are stored in the user's "AppData" or "Home" folders. Default Save Locations by Platform You can find your save files (usually titled by the game's config.save_directory name) at these paths: %APPDATA%/RenPy/ C:\Users\YourName\AppData\Roaming\RenPy\ $HOME/Library/RenPy/ /Users/YourName/Library/RenPy/ $HOME/.renpy/ /home/yourname/.renpy/ Usually found in /Android/data/com.domain.gamename/files/saves renpy game save location
Linux distributions keep Ren’Py save files inside the local share directory. ~/.renpy/ or /home/[YourUsername]/.local/share/RenPy/ Saves created when you use the "Quick Save" feature
Linux distributions keep these files inside the standard local data configuration directory. ~/.renpy/ or ~/.local/share/RenPy/ for regular players