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

5.00 star(s) 3 Votes

ramvivat

Engaged Member
Jun 28, 2022
2,527
1,469
*possible bug or overlook *

for some reason if path begins with "!" - then pathname will not found.
my gamedir is "I:\!Games\OnDistantShores-0.10-pc...
but i see (i edited .BAT - insert "echo on" command before checking paths commands) "I:\Games\OnDistantShores-0.10-pc...
 

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,367
*possible bug or overlook *

for some reason if path begins with "!" - then pathname will not found.
my gamedir is "I:\!Games\OnDistantShores-0.10-pc...
but i see (i edited .BAT - insert "echo on" command before checking paths commands) "I:\Games\OnDistantShores-0.10-pc...
There is such a problem, but so far it has not been possible to defeat it by a rush. Only forced to see the directory. And when trying to decompile (with unpacking it will probably be the same), it writes that the path was not found. I will let you know how I will solve the problem (if I can).
 

ramvivat

Engaged Member
Jun 28, 2022
2,527
1,469
There is such a problem, but so far it has not been possible to defeat it by a rush. Only forced to see the directory. And when trying to decompile (with unpacking it will probably be the same), it writes that the path was not found. I will let you know how I will solve the problem (if I can).
maybe just need to address not in absolute (relative to rootdir, fullpath) but in relative path (shortpath, relative to current directory)? or there is need to change directory to other driveletter?

shit!!! i forgot!!! "!" - is the filesystem driven "wildcard" for one character in the pathstring... =)
and no, this is not avoidable problem. clearly talking - i do not know how to avoid this problem with woildcards. but windows itself can avoid this problem. but need not using of cmd.exe or command.com. GUI version will wors good.

ok - i finally choose half-solution: rename dir to name without "!" then run unren.bat and then rename dir back.
 

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,367
maybe just need to address not in absolute (relative to rootdir, fullpath) but in relative path (shortpath, relative to current directory)? or there is need to change directory to other driveletter?

shit!!! i forgot!!! "!" - is the filesystem driven "wildcard" for one character in the pathstring... =)
and no, this is not avoidable problem. clearly talking - i do not know how to avoid this problem with woildcards. but windows itself can avoid this problem. but need not using of cmd.exe or command.com. GUI version will wors good.

ok - i finally choose half-solution: rename dir to name without "!" then run unren.bat and then rename dir back.
Powershell works quietly in folders with the "!" sign. I suggest using this version of the tool.
 
  • Like
Reactions: ramvivat

trumpthatbitch

Active Member
Jun 23, 2017
966
1,481
There is a tool for unity, its called "Universal Unreal Engine 4 Unlocker"
I don't know if a thread for this tool exists on this site, I have a link for it in my signature but you can just google it.

Edit*
This tool is for doing stuff in-game like enabling the console, free-cam, etc.
not to decompile files / extract images.

2 minutes of google search... not tested these programs yet. ( )
UE Viewer (Unreal model viewer)
Unreal Package Extractor
Unreal Package Decompressor


sorry if too off-topic, just wanted to help that person.
The issue with unity is it is an engine more than a programming language. You can extract the images but unless the game author has made the game files (plain text) easy to modify don't expect to be able to "cheat" or make changes without a bunch of effort.

You are better off using a save editor or cheat engine
 

calel

Member
Aug 19, 2021
326
554
https://f95zone.to/threads/wartribe-academy-v1-6-1-public-mr-rooster.58485/ Ren'Py 8.0.1.22070801
compressed

When i try to decompile rpyc files not working

Extracting _decomp.cab...
Searching for rpyc files...
+ Decompiling "gallery.rpyc" - 8964 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "gallery_setup.rpyc" - 6630 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "gui.rpyc" - 25470 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "images.rpyc" - 3996676 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "loadcorrections.rpyc" - 1392 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "myScreens.rpyc" - 220296 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "options.rpyc" - 5008 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "replays.rpyc" - 108238 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "screens.rpyc" - 102082 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "script.rpyc" - 3238955 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "script_2.rpyc" - 5319611 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "script_3.rpyc" - 5957751 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site

Cleaning up temporary files...
 

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,367
https://f95zone.to/threads/wartribe-academy-v1-6-1-public-mr-rooster.58485/ Ren'Py 8.0.1.22070801
compressed

When i try to decompile rpyc files not working

Extracting _decomp.cab...
Searching for rpyc files...
+ Decompiling "gallery.rpyc" - 8964 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "gallery_setup.rpyc" - 6630 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "gui.rpyc" - 25470 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "images.rpyc" - 3996676 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "loadcorrections.rpyc" - 1392 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "myScreens.rpyc" - 220296 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "options.rpyc" - 5008 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "replays.rpyc" - 108238 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "screens.rpyc" - 102082 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "script.rpyc" - 3238955 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "script_2.rpyc" - 5319611 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
+ Decompiling "script_3.rpyc" - 5957751 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site

Cleaning up temporary files...
Fixed the problem. There just turned out to be several versions of python and the old one was used instead of the new one. It's working now.
 
  • Yay, new update!
Reactions: "CJ"

estrada777

Engaged Member
Modder
Donor
Mar 22, 2020
3,520
8,738
Would it be possible to add the rpy overwrite protection to the unren-old scripts?

Do we know why decompiling likes to put in a bunch of init -1 statements?
 

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,367
Would it be possible to add the rpy overwrite protection to the unren-old scripts?

Do we know why decompiling likes to put in a bunch of init -1 statements?
You welcome, I have already fixed it. About Init - init-offset mode is enabled. Just in case.
 

calel

Member
Aug 19, 2021
326
554
https://f95zone.to/threads/hard-to-love-v0-03-qori-gaming.107137/

No unpack .rpyc files I'm using ultrahack v10

You don't have permission to view the spoiler content. Log in or register now.
I have the same problem with Hard to love also using version 10
Hard to Love [v0.03] [Qori Gaming] Compressed not working with V10




(Exoplast )compressed version working with version 10
https://f95zone.to/threads/hard-to-love-v0-03-qori-gaming.107137/page-47#post-9224298 (Post #935)
 
Last edited:
  • Like
Reactions: wiwem71072

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,367
Last edited:
  • Like
Reactions: hrm

giqui

Conversation Conqueror
Compressor
Nov 9, 2019
6,267
43,383
90% of compressors don't use the SDK to rebuild distribution packages after compressing a game. I don't know if the problem is laziness or lack of knowledge. I've already found many errors in scripts when rebuilding the distribution packages of the game, I corrected some. Another frequent problem is when a compressor doesn't use the same version the game was built on.
 
  • Like
Reactions: incest lover m/s

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,367

dikau

Member
Dec 16, 2019
315
273
Added the ability to unpack the game, as it turned out, it had not been unpacked before. As for decompilation, it's more complicated here. too much processing of the engine core and code hiding. Even the python decompiler could not work out python files properly.
can decompile that game *.pyo(s)
 
Last edited:

MrBenny

Well-Known Member
Jul 20, 2021
1,593
3,141
OK, not having the roll back function enabled is a game ender for me. BUT here is the UnRen version that actually worked to enable (fix) the roll back function with this title...

Just extract and drop file (UnRen-v.8.0.0 batch file) into the folder where your game exe is located and select #6. (Used on Windows 10)
 

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,367
OK, not having the roll back function enabled is a game ender for me. BUT here is the UnRen version that actually worked to enable (fix) the roll back function with this title...

Just extract and drop file (UnRen-v.8.0.0 batch file) into the folder where your game exe is located and select #6. (Used on Windows 10)
I think you wrote it in wrong place. Especially considering that this is my own mod for the tool, only an older version.:KEK:
 

PhantomStranger

Active Member
Oct 23, 2017
798
1,116
Sorry if this has already been answered, but how do I use the windowed version exactly?
I used to use the old unren.bat copying it in the game folder and then clicking on it and selecting the appropriate menu choice, is this the same? I am asking because I can see the zip file has some .py but I can't see any executable.

Thanks in advance for any explanation.
 
5.00 star(s) 3 Votes