- Aug 2, 2019
- 1,209
- 1,884
Couple of questions:
I was wondering if there is a way to over ride the given save directory in a Ren'py game? I have these in my over ride script. The problem is that: config.save_directory = "", doesn't seem to stop the game from saving to the appdata folder.
Second question in that over ride script how do I query which version of Ren'py is being used? I want to be able to use an if statement that will know which version the game is so that I can turn on the config.has_sync = False, since it is only on Ren'py version 8.1.3+ I can't leave it on. I just want to make it so it will get the Ren'py version and then turn off the synch if it is there.
I was wondering if there is a way to over ride the given save directory in a Ren'py game? I have these in my over ride script. The problem is that: config.save_directory = "", doesn't seem to stop the game from saving to the appdata folder.
You don't have permission to view the spoiler content.
Log in or register now.
Second question in that over ride script how do I query which version of Ren'py is being used? I want to be able to use an if statement that will know which version the game is so that I can turn on the config.has_sync = False, since it is only on Ren'py version 8.1.3+ I can't leave it on. I just want to make it so it will get the Ren'py version and then turn off the synch if it is there.