- Aug 14, 2019
- 64
- 25
can you please tell us how to do it ?It does. Just read 2 posts above yours.
i download UnRen-1.0.11 and copy it to game folder with cheat and did number 2 decompile , the game still crashed ...
can you please tell us how to do it ?It does. Just read 2 posts above yours.
Not sure if your aware but this mod does not work with the latest chapter of the game. I get an ctd error when I attempt to launch the game -> LustTheoryS3-v0.5.1 - WINDOWS, any chance of an update please? also is there any way to get rid of the obnoxious text book? thanks!
Yes Same for me.
is there anyway anyone can unpack (unren) and decompile the cheat mod please? I have tried to do this and I wrecked the game lol
Doesn't work
How do I do that? I downloaded UnRen-forall and chose options 1 and 2, but the game crashed. I'm new to these things.
can you please tell us how to do it ?
i download UnRen-1.0.11 and copy it to game folder with cheat and did number 2 decompile , the game still crashed ...
renpy/script.py
in a text editordef build_archive_rpyc(self, data, key):
(it's at line 629 for me)if data[:5] == b'\x80\x02\x7d\x71\x01': return data
thank you!I have created some easy steps to get the mod to load in v0.5.1.
(These instructions are also added in the OP)
- Open the file
renpy/script.py
in a text editor- Look for the line
def build_archive_rpyc(self, data, key):
(it's at line 629 for me)- Add a new line below that line, starting with 8 spaces and then:
if data[:5] == b'\x80\x02\x7d\x71\x01': return data
- The result should look like this:
- That's all. The mod should now load as expected
Hi with Version 0.5.2 i got :View attachment 2018085
Banner by Lady Aspen
Overview:
Show all "re-live" scenes and hidden events, unlock all gallery images, remove ads
The mod creates a "CHEATS" button in the right bottom of the screen.
Updated: 2024-07-13
Game/Creator: Echoes of Lust/You must be registered to see the links
Modder: 0x52 -You must be registered to see the links
Mod Version: 2.1.12
Game Version: Universal Should work on all versions (tested on S1E6 - S1E10 & S2E1 - S2E9.5 & S3E1 - S3E5)
You don't have permission to view the spoiler content. Log in or register now.
Features:
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.
Change-Log:
You don't have permission to view the spoiler content. Log in or register now.
Let me know what options you would like to see added to this mod.
Please leave a like if you appreciate my work orYou must be registered to see the links.
Screenshots:
View attachment 393615 View attachment 406601 View attachment 406602 View attachment 406603
Download:
PC/Mac/Linux:You must be registered to see the linksor Attachment bellow
Android: Download here (by Wills747)
Unfortunately they changes their code obfuscation again.Hi with Version 0.5.2 i got :
I'm sorry, but an uncaught exception occurred.
While loading the script.
Exception: Could not load from archive 0x52/0x52_hiddenEvents.rpyc.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "E:\Inceton\LustTheoryS3E5 - WINDOWS\LustTheoryS3-v0.5.2 - WINDOWS\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "E:\Inceton\LustTheoryS3E5 - WINDOWS\LustTheoryS3-v0.5.2 - WINDOWS\renpy\main.py", line 470, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "E:\Inceton\LustTheoryS3E5 - WINDOWS\LustTheoryS3-v0.5.2 - WINDOWS\renpy\script.py", line 361, in load_script
self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
File "E:\Inceton\LustTheoryS3E5 - WINDOWS\LustTheoryS3-v0.5.2 - WINDOWS\renpy\script.py", line 863, in load_appropriate_file
raise Exception("Could not load from archive %s." % (lastfn,))
Exception: Could not load from archive 0x52/0x52_hiddenEvents.rpyc.
after i modifyed the script.py.
renpy/script.py
_d = bytearray(_d)
if _d[:5] == b'\x80\x02\x7d\x71\x01': return _d
can you show an image of what its supposed to look like after because I tried it and the game just loads then instantly closes and do you need to do the .5.1 script change as well?Unfortunately they changes their code obfuscation again.
To fix this (again):
- Open
renpy/script.py
- Search for the line
_d = bytearray(_d)
- Insert this following line BEFORE the line from step 2:
if _d[:5] == b'\x80\x02\x7d\x71\x01': return _d
- Make sure your inserted line starts with 9 spaces
- Save the file and load the game
did exactly the same still not workingView attachment 4483177
Added line 686 in this screenshot
No, you do not also need the previous patch.
But what are you seeing? Do you get an error? What's the error?did exactly the same still not working
f.seek(_o)But what are you seeing? Do you get an error? What's the error?
Maybe you can share what you did?
it did work i counted the space wrongBut what are you seeing? Do you get an error? What's the error?
Maybe you can share what you did?
Yeah, because it's not 9 spaces you'll have to start the line with, but 12 -- or in general:But the game won't start if i do this, i'm getting no error. just loading screen and then gone.
script.py
from the game's crack with the added line for 0x52 to work on version 0.5.2 of the game.Thanks then I did it wrongYeah, because it's not 9 spaces you'll have to start the line with, but 12 -- or in general:
- the line of code you'll have to insert has to start at the same column as the line below (the one you've searched for)
- make sure to only use spaces (and not TABs) to indent the line correctly
That's it. Works flawless, I've just tested it.
Attached you'll find thescript.py
from the game's crack with the added line for 0x52 to work on version 0.5.2 of the game.
View attachment 4504348
Sorry to bother you but does it also works on mac?? I tried to add the line at 712 with in line with the below lines, and i also change the entire script file, yet it doesn't work, the games does load but still ask me to access to patreonYeah, because it's not 9 spaces you'll have to start the line with, but 12 -- or in general:
- the line of code you'll have to insert has to start at the same column as the line below (the one you've searched for)
- make sure to only use spaces (and not TABs) to indent the line correctly
That's it. Works flawless, I've just tested it.
Attached you'll find thescript.py
from the game's crack with the added line for 0x52 to work on version 0.5.2 of the game.
View attachment 4504348
Yes, it should also work on a Mac (I haven't tested it though), as this is nothing OS specific. Have you installed the full crack for the game before adding the code line toSorry to bother you but does it also works on mac??
script.py
to make URM work as well? Including the second file that comes with the crack?I followed all the steps, it's working. I didn't installed the second fileYes, it should also work on a Mac (I haven't tested it though), as this is nothing OS specific. Have you installed the full crack for the game before adding the code line toscript.py
to make URM work as well? Including the second file that comes with the crack?