- Jul 4, 2021
- 16
- 70
Currently the tool seems to not look for sub-directories for scripts when decompiling.
That keeps happening to me as well. Just unpacked V.i.r.t.u.e.s and it failed to find the scripts which were in game\scripts folderCurrently the tool seems to not look for sub-directories for scripts when decompiling.
That keeps happening to me as well. Just unpacked V.i.r.t.u.e.s and it failed to find the scripts which were in game\scripts folder
Forget about the script in the header, here is a working version.Currently the tool seems to not look for sub-directories for scripts when decompiling.
"This is the first case when hidden content checks not for the presence of a variable initiated in a separate patch file, but for the presence of the patch file itself, and for the presence of an archive, I did not expect such pitfalls."I saw wildness today. I usually unpack the game, patches to it, if available. Then unpack the Renpy archives. Then decompile, if required. As a result, I delete the .rpa files and play quietly, like most in our small community. But, today I learned about a new fetish. For a long time I could not understand why the patch did not work in the game My Best Deal. Mom wasn't mom, and the sisters weren't sisters, although when I played six months or so ago, everything was correct, and the incest patch was available. As a result, it turned out to be empty. I began to sin on decompilation, but even the dump came out empty. As a result, I realized that the trouble must be with the archive. Although it is standard and even unpacks, but probably there is some kind of trick in it. In the end, everything turned out to be simpler and at the same time stranger. This is the first case when hidden content checks not for the presence of a variable initiated in a separate patch file, but for the presence of the patch file itself, and for the presence of an archive, I did not expect such pitfalls.
Well, creating an archive is not a problem. The problem is that to do this, you need to open the code and look for what logic was invented there by the next author. There are usually two types of incest patches and the like. 1) an archive with a single script file in which the necessary variable is initialized. 2) the entire forbidden script, along with pictures and other content. And now we have a new view, where the main code checks for the presence of the archive itself, which does not contain anything at all, only an empty script file, absolutely empty. And now I will have to remember that this archive cannot be deleted, which I prefer to do in all cases."This is the first case when hidden content checks not for the presence of a variable initiated in a separate patch file, but for the presence of the patch file itself, and for the presence of an archive, I did not expect such pitfalls."
Weird not often do you see a check for the .rpa archive file?
Did you tryYou must be registered to see the linksto seach for and patch the .rpy file?
Or creating a "blank" .rpa file (name only)?
It is necessary not just to place, but to launch and select the appropriate option. After this script works, you start the game and call the console in the usual way.hey all, sorry to bother your small community, but I'm a complete noob to this. I'm trying to overwrite/adjust some game parameters, read this OP's instructions, downloaded UnRen.bat, n placed it in the directory where the '.exe' file is located for the game, not the "/game" file itself.
so I start the game, press "shift + O", expecting to see the code I've seen in other examples, but instead all I'm getting is a basically empty screen:
View attachment 1314965
so how/where am I able to look at n edit the actual source code? thanks
You are seeing the Ren'py console window here. You can execute Python and/or Ren'py code here, inspect variable values and more, to see and/or modify the game status. But this thread is not the right place to teach you about this.hey all, sorry to bother your small community, but I'm a complete noob to this. I'm trying to overwrite/adjust some game parameters, read this OP's instructions, downloaded UnRen.bat, n placed it in the directory where the '.exe' file is located for the game, not the "/game" file itself.
so I start the game, press "shift + O", expecting to see the code I've seen in other examples, but instead all I'm getting is a basically empty screen:
View attachment 1314965
so how/where am I able to look at n edit the actual source code? thanks
set "currentdir=%~dp0%"
if exist %* set "currentdir=%~dp1%"
echo %currentdir%
Might be that there are non-alpha-numeric characters in the path (such as parens or brackets). Those mess it up for me. So, I always rename folders to have just letters, digits, space, underline, and period.A few years ago I used unren and it worked in both Windows and Linux. Now when I try and use it, I see the flash of the window open and then immediately close. I don't know how to solve it. Please help.
hold ctrl, press c on keyboard while unren.bat is highlighted. switch to the game's base folder, so you see the folder "game" in the directory, hold ctrl and press v. this is called copy-pastegood night a friend tried to teach me to open rpa images but i can't. I click copy in Unrenbat but when I right click on the game directory, the paste option doesn't appear. I use Winrar, or it has to be with another decompressor. please help me
First , there is an instruction in the header. Secondly, it depends on what you want to do with the game. This tool is mainly used for unpacking archives and decompiling code, if there are no sources, and you are a super programmer-cheater who urgently needs to look at any game mechanics. It also open the console and blocked standard renpy functions.can anyone tell me how t o use this for four elements trainer
Drop the batch file in your FET folder and run it. I just tried it and had no issues unpacking or decompiling any of that game. It's a batch file, though, so it only works in Windows (or DOS or OS/2, but nobody uses those anymore.)can anyone tell me how t o use this for four elements trainer
thank youDrop the batch file in your FET folder and run it. I just tried it and had no issues unpacking or decompiling any of that game. It's a batch file, though, so it only works in Windows (or DOS or OS/2, but nobody uses those anymore.)