I had originally created this script for myself, but I've decided to clean it up a bit and release it for everyone. You can extract RPA archives (using built in
You must be registered to see the links
), decompile RPYC files (using a fork of
You must be registered to see the links
by @amanapanama ) and enable the console and developer menu for Ren'Py games.
No dependencies, no internet connection required. You can right click->edit to see the source. Works on Windows 7, 8 and 10. XP and Vista users might need this PowerShell update from Microsoft:
You must be registered to see the links
Instructions:
1. Copy UnRen.bat to either the game's root directory (where the exe is) or the /game/ folder
2. Double click on UnRen.bat to execute
3. Select the option you require
Both RPA and RPYC files will be extracted/decompiled to the same path as the original files.
Known Issues:
- Having non-ASCII characters in your folder path may cause issues
- Unrpyc hasn't been updated for RenPy v7 yet, games which make use of the new
Update Unren V.07 with Unrpyc-1.0.15
Is piling up 0.8
(Works with The Tyrant v0.8.1)
- Works fine with layered images (exemple Love and sexe : Second base start with bg if rpyc decompiled)
Exemple generated code with 0.7
init layeredimage bg alettaoffice:
With 0.8
layeredimage bg alettaoffice:
always:
"alettaoffice"
- Layered files no longer crashes the game
- no more huge spaces between 2 lines of code
Thank you for this wonderful update just added my small mod which turns 3 into 1 and 2 so it extracts the rpa then immediately decompiles the rpyc saving the user time.
edit: removed personal information.
Thank you for this wonderful update just added my small mod which turns 3 into 1 and 2 so it extracts the rpa then immediately decompiles the rpyc saving the user time.
edit: removed personal information.
I prefer to renpy for most hard modding. Softmodding I don't mind just deleting it separately. But to each their own.
Renpy uses some premade syntax that isn't apart of py and I can't find a way around it without risking game crashes every five minutes Or getting a headache because my code looks like shit. example: menu:
I prefer to renpy for most hard modding. Softmodding I don't mind just deleting it separately. But to each their own.
Renpy uses some premade syntax that isn't apart of py and I can't find a way around it without risking game crashes every five minutes Or getting a headache because my code looks like shit. example: menu:
I haven't downloaded Milfy City 0.6 yet. I'm having trouble getting UnRen to run with it. Not only can't it find python, the batch file won't run on my Mac. Can you help me?
I haven't downloaded Milfy City 0.6 yet. I'm having trouble getting UnRen to run with it. Not only can't it find python, the batch file won't run on my Mac. Can you help me?