Save file under Linux

johnsmith148

Newbie
Jan 13, 2020
24
5
Hello all, I have just switched to Linux and am wanting to know where the default save location is for renpy games? Any help is appreciated.
 

scrumbles

Well-Known Member
Jan 12, 2019
1,069
1,096
It's a hidden directory inside your home directory.
/home/YOUR_USERNAME/.renpy
If you don't see it, tell your file explorer to show the hidden files.
In Linux files or directories whose name starts with a dot are hidden.

Edit: of course each Ren'py game saves your progress both there and in its own "game/saves" sub-directory.
 

johnsmith148

Newbie
Jan 13, 2020
24
5
It's a hidden directory inside your home directory.
/home/YOUR_USERNAME/.renpy
If you don't see it, tell your file explorer to show the hidden files.
In Linux files or directories whose name starts with a dot are hidden.

Edit: of course each Ren'py game saves your progress both there and in its own "game/saves" sub-directory.
Thank you for your help, I know under Windows it stores saved under / game folder and /Roaming/Renpy. But this will be the first time playing a VN under Linux.
 
  • Like
Reactions: scrumbles