That game's resources are extracting correctly for me:
Hi, how does this relate to the UnRen utility, please?Hi, i always receive this errors, i tried alot of stuff but havent found a solution, maybe there is one here but i looked and didnt see it probably.
v1.04 now performs a more robust .rpyc file subdirectory search, so that might help.Hello, I would like to know how to decompile the rpyc files in the game/scripts directory? My environment is Ren'Py 8.0.1.22070801, the game author seems to put all the files in the scripts and not outside, so the bat prompt does not find *.rpyc
Thanks - v1.04 has been tested with A Moment of Bliss in both the main and game\ folders, so feel free to try it again to verify if anything remains amiss. That game has a rather weird Python install and it took some time to get it (hopefully) sorted.UnRen 1.0.2 (or any other) didn't decompile rpyc for a Ren'Py 7.5.2 game (A Moment Of Bliss 2.2.1). It decompiled some, but not all rpyc files. When I put it in the game/ folder, it decompiles all of them just fine. That's weird... Previous unrens also worked from the game's main dir.
not working decompiler .rpcy with option 2 and option 8, the program crash and closeThanks - v1.04 has been tested with A Moment of Bliss in both the main and game\ folders, so feel free to try it again to verify if anything remains amiss. That game has a rather weird Python install and it took some time to get it (hopefully) sorted.
There are no .rpcy files in the directory structure for this game when first installed. If you select option 2 before those are made available, the program will tell you that no such files exist, but not break:not working decompiler .rpcy with option 2 and option 8, the program crash and close
https://f95zone.to/threads/unren-ol...windowed-3-7-0-unren-powershellhack-v2.92717/Using v1.0.5 and it's instantly closing the terminal when choosing the second option (Decompyle rpyc files) after succesfully executing the first one (Extract RPA packages). Tried both in the main and the `/game` directories. The exact game I'm trying to unren is this.
EDIT: I had previously used v0.9.1 with other games successfully, tried 0.9.1 with this game too and didn't work. That's why I updated to 1.0.5.
yes, where the .exe file. If anything, there are instructions.Same usage? Decompress in the main folder and run?
Hey, you guys are the best.That game's resources are extracting correctly for me:
View attachment 2030656
I can't read your system's localized language, but it appears there is an issue with the utility finding "powershell.exe" in the PATH.
I just uploaded a v1.04 of the utility which ensures that powershell is being called correctly - please let me know if that helps, otherwise send me a DM and we can debug further.
There are no .rpcy files in the directory structure for this game when first installed. If you select option 2 before those are made available, the program will tell you that no such files exist, but not break:
View attachment 2031490
You must first run option 1 to open up the .RPA files, which then populates the game directories with .rpcy files.
Then run option 2 and it should work fine:
View attachment 2031488
Latest v1.0.5 has some added efficiencies, as well.
You can place UnRen.bat in either the main or game\ directory.
https://f95zone.to/threads/unren-ol...windowed-3-7-0-unren-powershellhack-v2.92717/
Use it. Full support for any archives and manipulations with them. Maximum possible decompilation support. Several variations of the tool.
Hello, the name of the game is Agent 17. When I use 1.0.5 I have the following problem:v1.04 now performs a more robust .rpyc file subdirectory search, so that might help.
If you have the name of that game, I can test directly.
1. put unren.bat on the main game directory ? The one where's the .exe file.Hello, the name of the game is Agent 17. When I use 1.0.5 I have the following problem:
1) When I use function 1 I encountered: 'bytes' object has no attribute 'encode'
View attachment 2034626
2) After I unzip it with unrpa, it still looks like it can't find the .rpyc file when using function 2
View attachment 2034630
Looking forward to your help, thank you
The terminator ' is missing in the string.
if not exist "%pythondir%python.exe" (
set "pythondir=%currentdir%..\lib\py3-windows-x86_64\"
set "renpydir=%currentdir%..\renpy\"
set "gamedir=%currentdir%"
if exist "game" if exist "lib" if exist "renpy" (
set "pythondir=%currentdir%lib\py3-windows-x86_64\"
set "renpydir=%currentdir%renpy\"
set "gamedir=%currentdir%game\"
set renpy8=true
set python3=true
)
)
if not exist "%pythondir%python.exe" (
set "pythondir=%currentdir%..\lib\py3-windows-x86_64\"
set "renpydir=%currentdir%..\renpy\"
set "gamedir=%currentdir%"
set renpy8=true
set python3=true
if exist "game" if exist "lib" if exist "renpy" (
set "pythondir=%currentdir%lib\py3-windows-x86_64\"
set "renpydir=%currentdir%renpy\"
set "gamedir=%currentdir%game\"
set renpy8=true
set python3=true
)
)
I had the same issue but a diff error message. Try to put the unren.bat in the Agent17/game folder. There were the script.rpyc and table.rpyc is. Hope this helps.1. put unren.bat on the main game directory ? The one where's the .exe file.
2. i have no idea.