Skip to content

Un.rpyc v1.3.1

Compare
Choose a tag to compare
@CensoredUsername CensoredUsername released this 01 Apr 09:59
· 15 commits to legacy since this release

This release is the legacy counterpart of un.rpyc v2.0.1. It targets ren'py 7 and 6, and requires python 2 to run.

It includes significant internal changes to the tool architecture and improved error reporting, next to some small bugfixes.

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.