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

5.00 star(s) 8 Votes

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,425
9,680
my windows dont have powershell so i cant run it


"Windows PowerShell comes installed by default in every Windows, starting with Windows 7 SP1 and Windows Server 2008 R2 SP1."

o_O

So, let's assume that for some reason you can't run PowerShell. There's always
"Or open the bat file and see what it does - these are simple text files."
 
  • Like
Reactions: Walg

Asdferman

Newbie
Oct 28, 2017
87
270
Im trying to unlock all the scenes for Seeds of Chaos, and ive already extracted out all the CGs into png form. is there anything I can do to unlock the actual scenes in "Scene Replay"?
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,377
5,587
I use this tool to decompile summertime saga and works fine

Good to hear! Does it also solve the issue with Consuela not speaking native spanish, the occasionally missing faces, and the indentation issues with some files?
 

Keitaro420

Member
Apr 17, 2018
414
907
Good to hear! Does it also solve the issue with Consuela not speaking native spanish, the occasionally missing faces, and the indentation issues with some files?
at least it solves the indentation issues
i don't know about consuela or missing faces
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Respected User
Donor
Jun 10, 2017
10,137
14,819
Even when using this ?
[Note: Keep a copy of "[path to game]/renpy/script.py" before extracting, just in case they changed something.]

This said, it will always happen for this game.
I don't remember where, but the dev's started a thread weeks before the first release, asking for advice regarding the protection of the game. When told by many people that it's not possible and will never effectively works, he answered that it doesn't matter as long as it prevent lambda users to do it.
 
  • Like
Reactions: bas and gtam

lartemer

Member
Oct 29, 2017
235
171
Even when using this ?
[Note: Keep a copy of "[path to game]/renpy/script.py" before extracting, just in case they changed something.]

This said, it will always happen for this game.
I don't remember where, but the dev's started a thread weeks before the first release, asking for advice regarding the protection of the game. When told by many people that it's not possible and will never effectively works, he answered that it doesn't matter as long as it prevent lambda users to do it.
A window cmd appears and quickly disappears :cry:
 
Jan 12, 2020
150
110
Tutorial for what? What do you want to do?
choose what the characters wear, like for example a character being nude in a scene where they are not supposed to.

Tutorial for what? What do you want to do?
also says i cannot locate python.exe? sorry, i'm not a tech genius lol

also says i cannot locate python.exe? sorry, i'm not a tech genius lol
does the program work for all Ren'py games?

also says i cannot locate python.exe? sorry, i'm not a tech genius lol
thank you for replying back to me, i hope to hear back soon.
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,425
9,680
choose what the characters wear, like for example a character being nude in a scene where they are not supposed to.
also says i cannot locate python.exe? sorry, i'm not a tech genius lol
does the program work for all Ren'py games?
thank you for replying back to me, i hope to hear back soon.
First...don't post multiple messages in a row like that. It's considered spamming. See here: https://f95zone.to/threads/f95zone-survival-guide-a-guide-to-making-staff-happy.9784/ - "How to quote multiple posts".

This tool will let you unpack Ren'Py archives, and decompile the game's code. To choose what a character wears in a given game, you'll need to go into that game's code and change it. As someone who is "not a tech genius", I don't think you'll be able to do this without learning a lot about Ren'Py and Python.

So, if you really want to do this, your first assignment is to learn Python.
 
  • Like
Reactions: bas
Jan 12, 2020
150
110
First...don't post multiple messages in a row like that. It's considered spamming. See here: https://f95zone.to/threads/f95zone-survival-guide-a-guide-to-making-staff-happy.9784/ - "How to quote multiple posts".

This tool will let you unpack Ren'Py archives, and decompile the game's code. To choose what a character wears in a given game, you'll need to go into that game's code and change it. As someone who is "not a tech genius", I don't think you'll be able to do this without learning a lot about Ren'Py and Python.

So, if you really want to do this, your first assignment is to learn Python.
i appreciate it. but do you have any suggestions if i cannot locate python.exe according to that. i am not in the main games directory?
 
Jan 12, 2020
150
110
hmm, it does not seem to work for me... is their a more simple solution to this? i just want to be able to choose how the character dresses...

How a game handles character dressup is going to be specific to how that game's developer coded it. It is very unlikely that there will be a tutorial for modding the code of some specific porn game; you will need to be able to read and modify RenPy script, possibly including actual Python.

If your level of tech literacy is "can't be sure whether a directory or its subfolders contains python.exe", I would not be optimistic about your chances.

How a game handles character dressup is going to be specific to how that game's developer coded it. It is very unlikely that there will be a tutorial for modding the code of some specific porn game; you will need to be able to read and modify RenPy script, possibly including actual Python.

If your level of tech literacy is "can't be sure whether a directory or its subfolders contains python.exe", I would not be optimistic about your chances.
hmm, fair point. i was just curious is all.
 

Morgan42

Active Member
Oct 9, 2019
703
3,655
choose what the characters wear, like for example a character being nude in a scene where they are not supposed to.
Honestly, getting into coding these kinds of games, most of them can't control the character models from the code. Usually, the code is there to pull up an already rendered image. You wont be able to adjust the clothes because the code is just pulling up a jpg or png file.
 
  • Like
Reactions: Cul
5.00 star(s) 8 Votes