- 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