Renpy Game Save Location [better] Jun 2026
%APPDATA%\RenPy\[GameName]\saves\
Help you for a specific visual novel? Explain how to transfer saves between different devices? renpy game save location
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") renpy game save location