- Aug 8, 2017
- 768
- 264
how do I find out what version of renpy it is then the game uses then?:SEither way, you don't use the "latest" you use the one that is closet to matching the renpy of the game. Read the OP in this thread.
how do I find out what version of renpy it is then the game uses then?:SEither way, you don't use the "latest" you use the one that is closet to matching the renpy of the game. Read the OP in this thread.
Go to the \game folder and open a text file called script_version.txt which will tell you the version of Ren'Py being used by the game. The version of UnRen you want to use is as close to the version shown in that text file as you can get without being higher than it. So, for instance, if the game used version 7.4.11, you should not use UnRen-v7.5.0(v3).zip because it's too high; you'd use UnRen-v7.4.7(v2).zip instead.how do I find out what version of renpy it is then the game uses then?:S
(7, 3, 5) so is UnRen-v.7.4 or UnRen-v.7.5 the one I should go for?Go to the \game folder and open a text file called script_version.txt which will tell you the version of Ren'Py being used by the game. The version of UnRen you want to use is as close to the version shown in that text file as you can get without being higher than it. So, for instance, if the game used version 7.4.11, you should not use UnRen-v7.5.0(v3).zip because it's too high; you'd use UnRen-v7.4.7(v2).zip instead.
No. v7.4 is higher than 7.3.5, so this is not a version you can use. v7.5 is also too high. You need lower than v7.3.5; the UnRen version must be lower than the Ren'Py version.(7, 3, 5) so is UnRen-v.7.4 or UnRen-v.7.5 the one I should go for?
VepsrP, you're awesome. Thanks so much for running this all down.Released a new version of the tool. Now it is again one tool for all games and engines, except for games created on engines 7.4.6 and earlier, for which there is an old version.
He changedSeems FallenEros broke indecent wife hana in the next update
https://f95zone.to/threads/indecent-wife-hana-v0-10-2-public-fallen-eros.106980/
Unren 8 isnt working anymore, works on 10 but not 11 (11 isnt public yet, cracked copy below)
You must be registered to see the links
they have a habit of uh, specifically trying to break tools working with their game, for DRM reasons
RPYC3_HEADER
to RPYC4_HEADER
in renpy/script.py.RPYC4_HEADER = b"RS RENPY VER1"
to RPYC2_HEADER = b"RS RENPY VER1"
before the decompilation and change it back afterwards...i uh, i know some of those words XDHe changedRPYC3_HEADER
toRPYC4_HEADER
in renpy/script.py.
You can changeRPYC4_HEADER = b"RS RENPY VER1"
toRPYC2_HEADER = b"RS RENPY VER1"
before the decompilation and change it back afterwards...
Now we need to think about how to get around all these points of replacing the variable name. Not a moment's rest from these overprotective developersHe changedRPYC3_HEADER
toRPYC4_HEADER
in renpy/script.py.
You can changeRPYC4_HEADER = b"RS RENPY VER1"
toRPYC2_HEADER = b"RS RENPY VER1"
before the decompilation and change it back afterwards...
Hmm, you could check for all the common picture, video and audio headers and try to extract all other files with unknown header instead...Now we need to think about how to get around all these points of replacing the variable name. Not a moment's rest from these overprotective developers
I'll first see for myself what's so interesting there, if I can't, then I'll look in the answer book.Hmm, you could check for all the common picture, video and audio headers and try to extract all other files with unknown header instead...
Tbh don't know if there's any good solution as long as the dev works actively against modders.
Oh, btw. I heard Big City Pleasures gets an update soon. The game comes with a custom rpa format (PEA files) which does more than changing the header/extension. (compression was changed from zlib to bz2 and some offsets are different)
I made a custom rpatool version back then, which can be found here to unpack those, just FYI if some reports come up once the game is updated... ^^
I sort of coped with the custom headers of compiled scripts and the new archive format. But in the game "Wife Hana" there was an additional pitfall, an additional folder with python modules. Now they lie not only along the path "lib\pythonlib2.7" but also "lib\windows-i686\Lib", only I haven't decided how to connect the second one yet. The engine itself calmly sees the files lying on the second path, but when I run python from the game myself, it complains about the error of implementing the "site" module.Hmm, you could check for all the common picture, video and audio headers and try to extract all other files with unknown header instead...
Tbh don't know if there's any good solution as long as the dev works actively against modders.
Oh, btw. I heard Big City Pleasures gets an update soon. The game comes with a custom rpa format (PEA files) which does more than changing the header/extension. (compression was changed from zlib to bz2 and some offsets are different)
I made a custom rpatool version back then, which can be found here to unpack those, just FYI if some reports come up once the game is updated... ^^
Hmm, do you have a link to the game?I sort of coped with the custom headers of compiled scripts and the new archive format. But in the game "Khan's Wife" there was an additional pitfall, an additional folder with python modules. Now they lie not only along the path "lib\pythonlib2.7" but also "lib\windows-i686\Lib", only I haven't decided how to connect the second one yet. The engine itself calmly sees the files lying on the second path, but when I run python from the game myself, it complains about the error of implementing the "site" module.
Hmm, do you have a link to the game?
Hmm, there's no "lib\pythonlib2.7" nor a "lib\windows-i686\Lib" directory in IWH... (but maybe I can't follow you what the actual problem is... ^^)You must be registered to see the links
I forgot to edit the name of the game when I was translating
I messed up everything I could. BigCitysPleasures game with new modified archives. That's where the problem is.Hmm, there's no "lib\pythonlib2.7" nor a "lib\windows-i686\Lib" directory in IWH... (but maybe I can't follow you what the actual problem is... ^^)