Renpy Game Save Location [exclusive]

init python: # Relative to the game directory config.save_directory = "saves" # Or absolute path (Windows example) # config.save_directory = "C:/CustomSaves/MyGame"

Here’s a detailed breakdown of Ren'Py save file locations across different operating systems, plus how to find or change them. renpy game save location

(Some indie games intentionally write to Documents for easier access.) init python: # Relative to the game directory config

/Users/[YourUsername]/Library/Application Support/RenPy/[GameName]/ renpy game save location

A console/debugging version of Ren'Py. game/saves/ - This is the directory containing the savegame info.