Tool Ren'Py UnRenGUI, UnRen-forall(v9.4), UnRen-Powershell-forall(v9.4), UnRen-old

5.00 star(s) 3 Votes

joelurmel

Engaged Member
Nov 3, 2022
2,387
4,211
It's time for me to share my modified UnRen-forall.bat with you :)

What's changed:
Added latest rpatool version 0.8 which supports RPA v3 deobsfuscation (not implemented for now).
(used only if Python >= 3.8, otherwise use the old one).

Replaced the old unrpyc with the latest versions of , version 1.3.2 for Ren'Py <= 7 and version 2.0.2 for Ren'Py V8.
Fixed the bug that prevented UnRen-forall from being used if there was a space in the tree structure (as in MyBimbo Beta).
Improved control of the Python version that accompanies the game, to avoid choosing the wrong one as in Milfania.
All commands are now checked for correct execution.
RPA files moved to the game/rpa directory, if you choose not to delete them. This is to avoid the duplicate labels problem when the archive has been poorly constructed.
Introduction of the option not to rewrite RPY files if already present.
Added a timer of 5 sec on Y/N questions with default at N for RPA and RPY. After choosing option from the menu, the script takes care of itself.
Use of a more explicit color coding. Green for goods, yellow for logos and warnings and red for errors.
A UnRen-forall.log file is now created in the game directory for more details.
I've also integrated right-click registry add/remove (Admin right required).
The script is now 9.6.39. 39 being the number of changes made to the script.
If you have any problems, please let me know using the UnRen-forall.log file, and I'll make the corrections.

Apparently, the temporary fix for decompiling Ren'Py 8.4 prevents Ren'Py 7 files from being decompiled.
So, while waiting for the final version, use version 9.6.42 for Ren'Py 7.


You don't have permission to view the spoiler content. Log in or register now.
Updated to 9.6.53. Minor bug fixes and 2 new options
 

Madeddy

Active Member
Dec 17, 2017
963
668
Apparently, the temporary fix for decompiling Ren'Py 8.4 prevents Ren'Py 7 files from being decompiled.
WTF...?
Decompiling Ren'Py v7 (Py2) apps with a decompiler for v8 (Py3)?

sw7_not_working_so.gif

Or did i miss something? And... the legacy unrpyc(v1.3.2) was not updated(by me at least), because Ren'Py for py2 was recently not changed anymore and will never again, as it's EOL.

Something was lost in translation or so, i guess, huh?
 
5.00 star(s) 3 Votes