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

5.00 star(s) 9 Votes

master861

Well-Known Member
Nov 4, 2022
1,204
1,555
is unren still in the folder next to the game if yes remove it that game seem that it dont like bat files :unsure: .Try the drm fix in the post of the game that should work
 

justaplayer69

Member
Nov 29, 2023
264
306
Done, but it isnt working for me T.T
This game is brainfucking me with this, i cant cheat -.-
Also you can give a try to GAME RIPPER. Drag'n'drop the game folder on its window, then switch to the "Cheats" tab and click "Install" button. This should enable Ren'Py's developer console.
I'm not saying that this will surely work, but if you've run out of all the other options, give a try to this too.
 

master861

Well-Known Member
Nov 4, 2022
1,204
1,555
Done, but it isnt working for me T.T
This game is brainfucking me with this, i cant cheat -.-
Its are dam easy fix to enable the console unren the game with my tool then open up options.rpy file and search for this two lines :

config.developer = False
config.console = False
Change both to True like this.

config.developer = True
config.console = True
 

Madeddy

Active Member
Dec 17, 2017
925
576
Doesnt work for this game i guess?
Correct guessed but unnecessary:
uncracked.png
With basic reading comprehension skills it takes in the this games thread ONE look to see the word above. And i guess, you downloaded it with on of the buttons directly besides this clue...

But ok, you say you're new to this. Explanation: "Uncracked" means this version is still crypted and cannot so easily manipulated. What you want is atm not possible.
This game is brainfucking me with this, i cant cheat
Well, this means you need to play it the way its intended. Only way. Welcome to real gaming. Have FUN! (y)
 

SevenCostanza

Active Member
Mar 3, 2021
505
960
quick question:
does anyone have a similar tool that can repack an rpa file after editing it's contents without having python installed?
If not, once I've extracted the rpa and edited the files i want, do I just leave them in the same folder as the original rpa and move the rpa to a diff folder and it will use the new files?
Thank you!
 

justaplayer69

Member
Nov 29, 2023
264
306
does anyone have a similar tool that can repack an rpa file after editing it's contents without having python installed?
I don't think such a tool exists, because an index in RPA archives is actually a pickle serialized Python object list. You can't create that without having actual Pyhton objects in memory. (Technically speaking it is possible to patch the serialized bytestream if just the file size differs, but I don't think anybody ever implemented that.)

So yeah, without Python you should remove the original RPA and just keep the directory with the extracted (and possibly edited) asset files.
 

Night Hacker

Forum Fanatic
Jul 3, 2021
4,824
23,320
quick question:
does anyone have a similar tool that can repack an rpa file after editing it's contents without having python installed?
If not, once I've extracted the rpa and edited the files i want, do I just leave them in the same folder as the original rpa and move the rpa to a diff folder and it will use the new files?
Thank you!
You can unpack the RPA (keeping the original), then take the files you wish to edit and then keep the original RPA along with your edited RPY files in the game folder. The game will use your edited RPY files over anything within the RPA. I have seen many mods do it this way. A game will come with RPA files, the mod provides altered RPY files you simply throw in the game folder and they have priority over the originals contained inside the RPA.
 

SevenCostanza

Active Member
Mar 3, 2021
505
960
Would anyone be able to help me edit this game's files?
I'm trying to change the names and relationships of the characters which seem to have different settings for the main game and the replay gallery and unfortunately just using notepad++ and the search feature to replace variables didn't help (this usually does the trick lol)
The main issue is the replay gallery keeps the games original names each time you view a replay while in the main game you are able to set the names once at the start and it's fine.
Game is Lewd Island
 
5.00 star(s) 9 Votes