PeggyBlackett
In the script.rpy file it has rollback set to False so when I used enable dev mode renpy to extract the game files rollback didn't work and when it doesn't work it means that they have it hidden in one of the script files usually it's the options.rpy file but can also be found in other ones as well like the script.rpy file. Once I changed it to True and reloaded the game rollback worked. Sometimes it can be found in multiple ones as well.
I use urnen sometimes but usually only when enable dev mode renpy doesn't seem to extract things right.
You can load rpy files into notepad and do searches for stuff like roll/rollback. This can also be used to fix errors if you know how or what the cause is.
In the script.rpy file it has rollback set to False so when I used enable dev mode renpy to extract the game files rollback didn't work and when it doesn't work it means that they have it hidden in one of the script files usually it's the options.rpy file but can also be found in other ones as well like the script.rpy file. Once I changed it to True and reloaded the game rollback worked. Sometimes it can be found in multiple ones as well.
I use urnen sometimes but usually only when enable dev mode renpy doesn't seem to extract things right.
You can load rpy files into notepad and do searches for stuff like roll/rollback. This can also be used to fix errors if you know how or what the cause is.