STNeish
Member
- Mar 20, 2020
- 274
- 390
There ARE no .RPY files... I may need a newer version of UnRen, the one I have is v9.1, I think. Or... I did run the UnRen batch file in the main folder, where the .EXE is. Perhaps that's not where I needed it? Perhaps I didn't run the right options?.rpyc files are compiled .rpy Ren'Py code (thus the C at the end of the extension). You need to extract the .RPY files which are in clear text. Note that the .rpyc files are recompiled every time you start the executable for the game. Also, if you are messing around with the .RPY files make sure you save the original copies of them somewhere outside the /game directory or with a different extension than .RPY else the game will try to load them along with the one you modified, and you will get errors about variables being defined in more than one place.
I'll try to get the latest UnRen, and see if that helps.