Add a button in the preferences screen:
textbutton "Save Location" action Show("save_location_info")
Or on the main menu:
textbutton "Game Data" action Show("save_location_info")
~/.renpy/GameName
(Hidden folder – enable “Show Hidden Files” in your file manager.)
The location of Ren'Py game saves can vary depending on the operating system being used. Generally, Ren'Py stores game saves in a specific directory on the player's computer. Understanding where these saves are located can be helpful for both developers, who might need to access save files for testing or debugging purposes, and players, who might need to back up their saves or transfer them to another device.
Due to iOS’s strict sandboxing, you cannot browse the file system natively. Ren’Py games on iOS store saves inside the app’s container. To back them up, you usually need to:
Once you locate the folder, you’ll see several file types:
If you’ve ever played a Ren'Py visual novel or developed your own, you might need to find your saved games—whether to back them up, transfer them to another device, or troubleshoot a loading issue. Ren'Py saves are stored in OS-specific locations, but they’re easy to locate once you know where to look.