Renpy Game: Save Location
if renpy.android: text "Saves are stored inside the app (Android private storage)." elif renpy.ios: text "Saves are stored inside the app (iOS sandbox)." elif renpy.emscripten: text "Saves are stored in your browser's IndexedDB." else: text "Saves folder: [config.savedir]"
screen save_location_info(): modal True frame: xalign 0.5 yalign 0.5 xpadding 30 ypadding 30 vbox: spacing 15 text "Save File Location" size 30 bold True text "Your game saves are stored at:" text get_save_directory() size 14 text "You can manually copy or back up this folder." size 16 textbutton "Open Save Folder" action OpenDirectory(config.savedir) textbutton "Close" action Hide("save_location_info")
Mac users can find their save data hidden in the Library folder: ~/Library/RenPy/ ~/Library/Application Support/RenPy/ renpy game save location
~/Library/RenPy/GameName
, save files aren't always tucked away in the folder where you installed the game. Instead, they often take up residence in hidden corners of your operating system to keep things tidy and prevent data loss during updates. if renpy
A common issue players face is trying to completely wipe a game to start fresh, only to find that old choices or galleries remain unlocked even after deleting the game folder.
If you are looking for a specific game, you are looking for a folder with the game's title, followed by a set of numbers (the game's unique ID). If you are looking for a specific game,
Tip: You can find the specific [Game_ID] by visiting the game's store page in a web browser and looking at the numbers in the URL. 5. Android
Saves are often mirrored in both the %APPDATA%/RenPy/ folder and the standard Steam userdata directory. Understanding the Dual-Save "Quirk"

Donate
Croppers finder
International
France
Russia
Italy
Germany
Turkey
Spain
United Arab Emirates
Czech Republic
Europe
United States