Skip to content

Releases: CensoredUsername/unrpyc

un.rpyc v1.0.11

31 Dec 16:38
Compare
Choose a tag to compare

This release adds support for "for index" expressions in screenlang, which brings us up to date to renpy 7.0.

Usage: simply copy the un.rpyc file into the "game" directory inside the game. Run the game and it will decompile the entire game into .rpy files at startup.

un.rpyc v1.0.10

31 Dec 15:31
Compare
Choose a tag to compare

This release adds support for the layeredimage statement.

Usage: simply copy the un.rpyc file into the "game" directory inside the game. Run the game and it will decompile the entire game into .rpy files at startup.

un.rpyc v1.0.9

05 Dec 23:13
Compare
Choose a tag to compare

This release fixes a crash that occurred when the current working directory doesn't match the game directory.

Usage: simply copy the un.rpyc file into the "game" directory inside the game. Run the game and it will decompile the entire game into .rpy files at startup.

un.rpyc v1.0.8

17 Dec 19:52
Compare
Choose a tag to compare

This release fixes some small bugs.

Usage: simply copy the un.rpyc file into the "game" directory inside the game. Run the game and it will decompile the entire game into .rpy files at startup.

un.rpyc v1.0.7

08 Jan 21:40
Compare
Choose a tag to compare

This release brings both improvements to the build mechanism of un.rpyc and fixes to the decompiler.

Usage: simply copy the un.rpyc file into the "game" directory inside the game. Run the game and it will decompile the entire game into .rpy files at startup.

un.rpyc v1.0.6

05 Jun 16:10
Compare
Choose a tag to compare

This is a bugfix release to address a failure to decompile .rpyc files in the RPC2 format.

Usage: simply copy the un.rpyc file into the "game" directory inside the game. Run the game and it will decompile the entire game into .rpy files at startup.

un.rpyc v1.0.5

21 Mar 23:52
Compare
Choose a tag to compare

This release brings un.rpyc up to date with ren'py 6.99.9.

Usage: simply copy the un.rpyc file into the "game" directory inside the game. Run the game and it will decompile the entire game into .rpy files at startup.

un.rpyc v1.0.4

22 Oct 22:06
Compare
Choose a tag to compare

This release adds support for the RPYC2 format introduced in renpy 6.99.4.

Usage: simply copy the un.rpyc file into the "game" directory inside the game. Run the game and it will decompile the entire game into .rpy files at startup.

un.rpyc v1.0.3

11 Jul 00:41
Compare
Choose a tag to compare

A bugfix release of un.rpyc. Next to this, line-number accurate decompilation by default.

Usage: simply copy the un.rpyc file into the "game" directory inside the game. Run the game and it will decompile the entire game into .rpy files at startup.

un.rpyc v1.0.2

03 Jul 20:13
Compare
Choose a tag to compare

With this release, unrpyc is updated to support ren'py 6.99.4. This release also brings several bugfixes and multiprocess support for faster batch decompilation. Finally it should be easier to compare the compilation results of different ren'py versions.

Usage: simply copy the un.rpyc file into the "game" directory inside the game. Run the game and it will decompile the entire game into .rpy files at startup.