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

5.00 star(s) 3 Votes

CurtimusPrime92

Active Member
Jul 17, 2020
534
402
Hello, I have tried many times, but none of them could unpack the RPA file. Can you help me see how to solve this problem?
What game are you attempting to unren? If it is not a Ren'Py game, Unren will not work on it.
looks like they don't have (powershell installed/or have corrupted PS) on their computer so unren forall can't execute powershell specific functions of Unren forall
 
Last edited:
  • Like
Reactions: Gen Urobuchi

Gen Urobuchi

Newbie
Nov 19, 2020
48
75
Hello, I have tried many times, but none of them could unpack the RPA file. Can you help me see how to solve this problem? View attachment 4870876
As stated above make sure your Powershell install is working correctly.

If so then...read below.

Ya that uses an odd version on ren'py - version 7.6.1 - where it tries to have many of the features of version 8.3.4? using python 2.7.
You need to use the unren file posted below to extract the .rpyc files.
It's a custom version of UnRen-1.0.11d.bat
- Just unzip it first!!!

Note:
This version does not automatically remove the decompiler files - so you need to do that manually if you want.
You don't have permission to view the spoiler content. Log in or register now.
Image above is from my test using Straitened Times v0.61.2....
 

Hoolyerak

New Member
Jul 8, 2024
4
2
As stated above make sure your Powershell install is working correctly.

If so then...read below.

Ya that uses an odd version on ren'py - version 7.6.1 - where it tries to have many of the features of version 8.3.4? using python 2.7.
You need to use the unren file posted below to extract the .rpyc files.
It's a custom version of UnRen-1.0.11d.bat
- Just unzip it first!!!

Note:
This version does not automatically remove the decompiler files - so you need to do that manually if you want.
You don't have permission to view the spoiler content. Log in or register now.
Image above is from my test using Straitened Times v0.61.2....
Thank you for your help, I reinstalled PowerShell from Microsoft, and now the issue is resolved.
 
  • Like
Reactions: Gen Urobuchi

joelurmel

Engaged Member
Nov 3, 2022
2,222
3,994
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.
 

Gen Urobuchi

Newbie
Nov 19, 2020
48
75
joelurmel
This is currently the best Unren version out there - IMHO! (y)
Tested in game versions 7.3.5, 7.4.11, 7.6.1, 8.0.3, and 8.3.7 - no issues whatsoever...on both .rpa and .rpyc files.

Quick question though - "I've also integrated right-click registry add/remove (Admin right required)."
What exactly does that statement mean or what does it do???

Thanks and Cheers
 
Last edited:
  • Like
Reactions: joelurmel

joelurmel

Engaged Member
Nov 3, 2022
2,222
3,994
joelurmel
This is currently the best Unren version out there currently, - IMHO! (y)
Tested in game versions 7.3.5, 7.4.11, 7.6.1, 8.0.3, and 8.3.7 - no issues whatsoever...on both .rpa and .rpyc files.

Quick question though - "I've also integrated right-click registry add/remove (Admin right required)."
What exactly does that statement mean or what does it do???

Thanks and Cheers
This is only necessary to be able to add the item to the register, as it is in a protected area. This is useful if you don't have Admin rights by default.
 
  • Like
Reactions: Gen Urobuchi
5.00 star(s) 3 Votes