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

5.00 star(s) 3 Votes

aordd69

Member
Dec 18, 2018
108
577
lol love your program was a little confused with the version number, i was coming to upgrade from 8.3 but right now we went back in time to 8.13.
 

-CookieMonster666-

Devoted Member
Nov 20, 2018
11,013
15,950
lol love your program was a little confused with the version number, i was coming to upgrade from 8.3 but right now we went back in time to 8.13.
The second number isn't a decimal value, but a subversion number. It went 8.8, 8.9, then 8.10, 8.11, and so on. The second number should be read as its own integer value rather than as a fraction of a whole number. In program versioning, it's generally done differently from standard mathematics / average person's numerical values. The period / full stop represents a delimiter (separator), but it's not a decimal point.
 

trumpthatbitch

Active Member
Jun 23, 2017
926
1,434
I edited the unren script to autorun. Options are to delete packages after extraction, covert rpyc to rpy, and to add all scripts except skip (which is annoying to be auto turned on). All command key prompts are disabled just put the script into the game folder and dbl click. No warranty on script and no intention of maintaining it as new versions come available. I use it personally and will only bother to upload a new version if something breaks on my end
 

wrarar

Member
Dec 19, 2017
123
408
I edited the unren script to autorun. Options are to delete packages after extraction, covert rpyc to rpy, and to add all scripts except skip (which is annoying to be auto turned on). All command key prompts are disabled just put the script into the game folder and dbl click. No warranty on script and no intention of maintaining it as new versions come available. I use it personally and will only bother to upload a new version if something breaks on my end
amazing thanks it works. is there a way to cancel the automatic decompress? if not it doesnt matter it works any way.
 

-CookieMonster666-

Devoted Member
Nov 20, 2018
11,013
15,950
FYI, on the newest update of Hillside (v0.14.0), I used UnRen v8.13 to enable the in-game console. Thereafter I started the game. When I hover over any of the buttons (like Load or Save) in the past there's been a small little sound that played. Now, however, the game crashes when looking for the button_hover.ogg sound file. (As of v0.13.1 of the game, it did not cause any crashing.)

I deleted the unren-console.rpy file that UnRen creates (when 3 is chosen from the menu), as well as the RPYC from that which Ren'Py creates after entering the game. So it appears there's clearly something with that file that the game doesn't like now.

FWIW, because of the Ren'Py version the game has, I originally saw this with Sam's old UnRen tool. After that I tried v8.13 and still see the problem.
 

LightmanP

Well-Known Member
Modder
Game Developer
Oct 5, 2020
1,660
15,335
FYI, on the newest update of Hillside (v0.14.0), I used UnRen v8.13 to enable the in-game console. Thereafter I started the game. When I hover over any of the buttons (like Load or Save) in the past there's been a small little sound that played. Now, however, the game crashes when looking for the button_hover.ogg sound file. (As of v0.13.1 of the game, it did not cause any crashing.)

I deleted the unren-console.rpy file that UnRen creates (when 3 is chosen from the menu), as well as the RPYC from that which Ren'Py creates after entering the game. So it appears there's clearly something with that file that the game doesn't like now.

FWIW, because of the Ren'Py version the game has, I originally saw this with Sam's old UnRen tool. After that I tried v8.13 and still see the problem.
Doesn't sound like Unren issue. 3rd option is console and dev mode. Dev mode shows all possible errors compared to no dev. You can edit the file that is created and remove dev mode, just keep the console.
 
  • Like
Reactions: -CookieMonster666-

-CookieMonster666-

Devoted Member
Nov 20, 2018
11,013
15,950
Doesn't sound like Unren issue. 3rd option is console and dev mode. Dev mode shows all possible errors compared to no dev. You can edit the file that is created and remove dev mode, just keep the console.
Oh, right. Thanks! I had no idea the I/O error would be tied to dev mode specifically, but then again I don't pretend to be an expert with Ren'Py. I know what I know, and otherwise I'm learning. :)
 
  • Like
Reactions: LightmanP

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,367
Madeddy, are you by any chance somewhere nearby? Or is your personal life bothering you again?:HideThePain: There is one question on which I would like to consult.
 

heimdal74

Member
Apr 22, 2018
231
505
hello

I have a little problem,
unren seems not to work on my NVME SSD,
and works on M2 Sata SSD, and I don't understand why,
does anyone have an idea??

thanks

edit:

I found the problem,
as I am French, the name of my download folder uses "é" as "téléchargement" and that causes problems I replaced the "é" with "e" as "telechargement" and everything is back in order

work fine ^^

if it can help other French people with an error
 
Last edited:

MoLee

Newbie
Apr 15, 2022
44
48
Use on Godson v1.5

UnRen-forallv8.15: unpack and decompile ok, but run error
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/code/0 functions/2-manage_town_music.rpy", line 1: expected ':' not found.
init python in b'':
^
Ren'Py Version: Ren'Py 8.1.1.23060707
Fri Dec 1 09:13:39 2023

UnRen-1.0.11d: after renaming multiprocessing in lib python3.9, unpack, decompile and run ok

It happened in another game also. Please help, Thanks.
 

MoLee

Newbie
Apr 15, 2022
44
48
1st line in file 2-manage_town_music.rpy from UnRen-forallv8.15: init python in b'':
1st line in file 2-manage_town_music.rpy from UnRen-1.0.11d : init python:
 

MoLee

Newbie
Apr 15, 2022
44
48
Use on Affexon v0.29

UnRen-forallv8.15: unpack and decompile ok, but run error
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/scripts/playAnimation.rpy", line 1: expected ':' not found.
init python in b'':
^
Ren'Py Version: Ren'Py 8.1.2.23083103+nightly
Fri Dec 1 14:17:23 2023


UnRen-1.0.11d: after renaming multiprocessing in lib python3.9, unpack, decompile and run ok

1st line in file playAnimation.rpy from UnRen-forallv8.15: init python in b'':
1st line in file playAnimation.rpy from UnRen-1.0.11d : init python:
 

elmejor93

Newbie
May 11, 2017
49
101
is there any way to decrypt latest 0.33 cracked indecent wife hanas game? the depack.rpy can decrypt all the files, but i'm having issues with the unren, it gives bunch of errors and does't decrypt anything

+ Unpacking "audio.rpa" - 57754550 bytes
Traceback (most recent call last):
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 101, in <module>
rpa = RPA(sys.argv[1])
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 49, in __init__
self._index = self.loadIndex()
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 55, in loadIndex
assert header.startswith(b"RPA-3.0 ")
AssertionError
....... sorry, could not extract the archive.
+ Unpacking "fonts.rpa" - 98416526 bytes
Traceback (most recent call last):
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 101, in <module>
rpa = RPA(sys.argv[1])
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 49, in __init__
self._index = self.loadIndex()
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 55, in loadIndex
assert header.startswith(b"RPA-3.0 ")
AssertionError
....... sorry, could not extract the archive.
+ Unpacking "images.rpa" - 273819713 bytes
Traceback (most recent call last):
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 101, in <module>
rpa = RPA(sys.argv[1])
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 49, in __init__
self._index = self.loadIndex()
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 55, in loadIndex
assert header.startswith(b"RPA-3.0 ")
AssertionError
....... sorry, could not extract the archive.
+ Unpacking "scripts.rpa" - 7428198 bytes
Traceback (most recent call last):
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 101, in <module>
rpa = RPA(sys.argv[1])
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 49, in __init__
self._index = self.loadIndex()
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 55, in loadIndex
assert header.startswith(b"RPA-3.0 ")
AssertionError
....... sorry, could not extract the archive.
+ Unpacking "videos.rpa" - 55412737 bytes
Traceback (most recent call last):
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 101, in <module>
rpa = RPA(sys.argv[1])
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 49, in __init__
self._index = self.loadIndex()
File "C:\Users\User\Downloads\Indecent Wife Hana 0.33.0_cracked\_rpatool2.py", line 55, in loadIndex
assert header.startswith(b"RPA-3.0 ")
 
Last edited:
  • Like
Reactions: meuh_trash

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,367
Uhm. I am a bit late but is this Question of yours still a issue? :oops: Ask.
I've already figured it out.:BootyTime: I couldn't figure out where the from came ast.block and, most importantly, self.block and self.index. It is difficult to search for this through the IDE if these is a declared property.:HideThePain: Thank you for responding(y)
 

Madeddy

Active Member
Dec 17, 2017
814
468
I've already figured it out.:BootyTime: ...
Oh, alright. That's good to hear. :giggle:

I am a bit preoccupied atm with other stuff and interests. Sometimes i need my mind on different things for a while. The fact that on the unrpyc repo still no upgrade progress happens doesn't help the enthusiasm. :rolleyes:


is there any way to decrypt latest 0.33 cracked indecent wife hanas game? the depack.rpy can decrypt all the files, but i'm having issues with the unren, it gives bunch of errors and does't decrypt anything
You misunderstand this a bit. There isn't any decrypting done with such games.
Your tool has a problem with "unpacking" part of what you try to do and it isn't working because the games authors did explicit change some stuff(means: sabotage) on the game files, so exactly this problem happens.

Greets
 
Last edited:

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,367
Use on Godson v1.5

UnRen-forallv8.15: unpack and decompile ok, but run error
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/code/0 functions/2-manage_town_music.rpy", line 1: expected ':' not found.
init python in b'':
^
Ren'Py Version: Ren'Py 8.1.1.23060707
Fri Dec 1 09:13:39 2023

UnRen-1.0.11d: after renaming multiprocessing in lib python3.9, unpack, decompile and run ok

It happened in another game also. Please help, Thanks.
Added support for this issue. Although this is rather a issue of developers who were too lazy to recompile the script when changing the engine. :HideThePain:
 

Arthas Menethil

Well-Known Member
Apr 7, 2019
1,166
780
When I try to decompile the Game

Love Sex happens this

Traceback (most recent call last):
File "C:\Users\alber\Downloads\Compressed\love-sex-second-base-win-linux-23.11.0a-full\LoSeSb-23.11.0a-pc_itchio\rpatool.py", line 119, in <module>
with open(os.path.join(output, outfile), 'wb') as file:
FileNotFoundError: [Errno 2] No such file or directory: '.\\ch/harems_full/office/ev2/foursome_audreyfuck_lavish_shiori/audrey/office_foursome_audreyfuck_lavish_shiori_piercings_vaginal_big_audrey_clit.webp'

Cleaning up temporary files...
 
5.00 star(s) 3 Votes