Skip to content

Un.rpyc v1.1.7

Compare
Choose a tag to compare
@CensoredUsername CensoredUsername released this 19 Nov 16:44
· 108 commits to master since this release

Small bugfix release.

Makes un.rpyc capable of using the game's own rpyc loading function to work around some developer sillyness. Also add un.rpy which prevents blocking of un.rpyc loading.

Usage

Simply copy the un.rpyc or un.rpy file into the "game" directory inside the game. Run the game and it will decompile the entire game into .rpy files at startup.
For the bytecode.rpyb file, copy it into the "game/cache" directory, replacing the existing file. Run the game and it will decompile the entire game into .rpy files at startup. The game will regenerate the old bytecode.rpyb file after running.