Renpy and appdata folder

asdfg_dk

Member
May 17, 2018
154
157
Is there an easy way to find out under what name renpy makes directories in the AppData folder, either via a console command in the renpy game, or maybe a 3 party program that can keep track of which directories a program makes ???
 

frozenfeet

Well-Known Member
Aug 2, 2019
1,209
1,884
Thanks, this makes it easier to do a cleanup
If you hash tag like this: #define config.save_directory = ""

It won't save to the app folder anymore. It will only save in the game folder. I do that on every RenPy game I play because I don't want duplicate saves.
 
  • Like
Reactions: asdfg_dk