Can you put some instructions how to do this?
I used Unren.bat version 1.0.10, which can be found on this site.
- place bat file in root of game (not in the actual "game" folder)
- run, and select option 1 to extract all rpa files. (this gives you rpyc files)
- delete the rpa files. you don't need them anymore.
- run unren.bat again, this time choose option 2 to extract all rpyc files. (this gives you rpy files)
- delete the rpyc files. you don't need them anymore.
Open the game folder in your favorite text or python editor. I use Atom.
- search for all occurrences of "$ renpy.block_rollback()" (there were 212 in my search)
- delete them
- search for "persistent.mod_wt"
- delete the whole if..then statement.
- save your changes
Play the game the way you want to.