Tool Ren'Py UnRen.bat v1.0.11d - RPA Extractor, RPYC Decompiler, Console/Developer Menu Enabler

5.00 star(s) 9 Votes

Nextan

Newbie
Apr 30, 2020
16
7
Good afternoon!
I just want to apologize for my English, it's not my language, I use a translator!

I have been using "Ren'Py" for a long time, I consider it a very useful program, for which I am grateful!
But I would like to ask if there is something similar for Unity?
 

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,384
Can console and developer tools do it? Could you tell me how to do it if possible? if you can, thank you
Also, is there a tutorial on how to open the gallery with code?
Unfortunately, such a tool cannot be written. After all, it all depends on how the gallery is written. Usually, a Boolean variable (true or false) is created to open each image, which determines whether this or that image will be opened. Each developer names variables as it suits him and their number also varies. That's why you can't just write a universal tool. If you want to open a gallery yourself, then I suggest you learn a little python. This will greatly help to read the code of games on the RenPy engine. After that, either through the console or permanently in the code, you already set the necessary values for these variables. (y)
 

Yume-Noun

Member
Oct 2, 2017
158
72
im having trouble with unren after installing python in my pc (errno 13), just uninstalled but still nothing, is there a way to solve this?

I tried VepsrP link a few post back and maybe im stupid but im still having problems, it works with everything except for images, it says Permission Denied
 
Last edited:

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,384
im having trouble with unren after installing python in my pc (errno 13), just uninstalled but still nothing, is there a way to solve this?

I tried VepsrP link a few post back and maybe im stupid but im still having problems, it works with everything except for images, it says Permission Denied
Python installation is not necessary for this tool to work. It uses the one that is built into the game engine. As for the lack of access, this is a problem in the system. For some reason, you don't have access rights to create files or something. I also didn't understand what kind of images are you talking about? This tool does not work with images, only with archives and files with the game code.
 

fried

Almost
Moderator
Donor
Nov 11, 2017
2,313
6,093
Hi Folks, it's been awhile.

I noticed this thread:

https://f95zone.to/threads/unren-v-0-11v2-unren-v-0-12v2-unren-v-0-13-v1-unren-windowed.92717/

What's the intended difference from what we offer here - delta function on top of the batch file, latest compatibility with updated Python, etc.?

I ask, because having the two threads and tools might be confusing, so I'd seek to update this OP to have proper guidance on what is available across the two threads, or even merge if that's better.

Thanks.
 

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,384
Hi Folks, it's been awhile.

I noticed this thread:

https://f95zone.to/threads/unren-v-0-11v2-unren-v-0-12v2-unren-v-0-13-v1-unren-windowed.92717/

What's the intended difference from what we offer here - delta function on top of the batch file, latest compatibility with updated Python, etc.?

I ask, because having the two threads and tools might be confusing, so I'd seek to update this OP to have proper guidance on what is available across the two threads, or even merge if that's better.

Thanks.
Due to the employment of the original author in other projects of the site or, possibly, somewhere else. And in the absence of updates in this branch, I took this matter into my own hands. At first I posted it here in the comments, and later I created a separate topic for more convenient provision of updates for those who wish.
 

Meushi

Well-Known Member
Aug 4, 2017
1,146
12,748
Due to the employment of the original author in other projects of the site or, possibly, somewhere else. And in the absence of updates in this branch, I took this matter into my own hands. At first I posted it here in the comments, and later I created a separate topic for more convenient provision of updates for those who wish.
I think fried is more looking for a summary of what changes you've made, the stuff that prompted you to make & maintain a separate version? So they can update the OP to include/refer to your work.

The fixes you've made because 0.91 doesn't work in [list of scenarios], extra features (GUI version, changes to cli menu etc.).

The intro on your thread says you've forked UnRen, but doesn't really explain why or what it does differently (apart from the GUI). There's a fair bit of info in your change log though.
 
  • Like
Reactions: fried

fried

Almost
Moderator
Donor
Nov 11, 2017
2,313
6,093
Yes, I can manhandle things, but prefer not to.

Would rather come up with clear OPs in either both threads, so that anyone can understand the relationship between them, OR to merge threads. To that point, knowing the direction and goals of the newer thread would be helpful.
 

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,384
I think fried is more looking for a summary of what changes you've made, the stuff that prompted you to make & maintain a separate version? So they can update the OP to include/refer to your work.

The fixes you've made because 0.91 doesn't work in [list of scenarios], extra features (GUI version, changes to cli menu etc.).

The intro on your thread says you've forked UnRen, but doesn't really explain why or what it does differently (apart from the GUI). There's a fair bit of info in your change log though.
t would be more correct to say that I try to keep it up to date as much as possible. version 0.9.1 was created by a moderator based on the old version 0.9 and some of my old modifications. Basically, I've been making changes to rpatool, which is part of this tool, and also updating the decompilation as new versions are released.
 

Burma

Member
May 22, 2018
204
133
Can't make the rollback and unseen text skip feature work for one game(the secret of the house)
Any ideas?
 

sluluo

New Member
Nov 29, 2021
7
2
Can anyone tell me the process of decompressing rpa files with this software, I'm new to pc and don't know how to do it
 

`Ray`

Well-Known Member
Jul 12, 2020
1,087
6,645
Can anyone tell me the process of decompressing rpa files with this software, I'm new to pc and don't know how to do it
Simply put the UnRen.bat in the desired folder. It only works on Renpy games.

1651131970159.png

Choose No.1 and let it do the work. Whenever it's done, It will show this.
1651132046799.png
 

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,384
I used 0.91 before and failed, but replaced it with 0.11 and succeeded. Is there any problem with 0.91?
Yes, this version does not see .rpyc files if there are none in the "game" folder. And also, 0.11 contains a modified version of rpatool, which works much better with archives.
 

VepsrP

Well-Known Member
Modder
Dec 13, 2017
1,387
1,384
Can't make the rollback and unseen text skip feature work for one game(the secret of the house)
Any ideas?
I just checked, everything works perfectly, it's probably a problem on your side, which makes it a little more complicated with the help.
 

sluluo

New Member
Nov 29, 2021
7
2
Yes, this version does not see .rpyc files if there are none in the "game" folder. And also, 0.11 contains a modified version of rpatool, which works much better with archives.
I put it in the game folder. There are RPA files in it. Later, I put it in the root directory
 
5.00 star(s) 9 Votes