- Jun 7, 2020
- 426
- 542
Hum, there are just three files (un.rpyc, un.rpy, bytecode.rpyb) which can perform the injection. I have only tried with Renpy 8 and there it was enough to move the un.rpy into the game-folder. I think un.rpyc and/or bytecode.rpyb do the same (?). Just out of curiosity, which version did you use?In the end, this worked.
I had tried CensoredUsername's unrpyc casually a few times yesterday. The simplest method for using it is as you said, just dropping the un.rpy into the game's /game/ directory and then running the program, but for whatever reason, my game was crashing on startup whenever that file was present.
I had to get a little sweatier today. Installed Python, read the full documentation and some of the closed issues on the guy's git, tried multiple versions of unrpyc.
Finally succeeded in just doing command line stuff directly on the one .rpyc file I was trying to open.
edit for posterity in case someone else randomly comes here via Google in the next 10 years:
stats.rpyc finally opened via this method but moods.rpyc still doesn't decompile properly
Edit: You installed python. Version 2.x? Did the files provided not work?