Cheat Mod Ren'Py Lust Theory (formerly Echoes of Lust) cheatmod [Universal]

5.00 star(s) 1 Vote

Caloi

Member
Jul 11, 2020
117
14
View attachment 393587

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: 2021-02-22
Game/Creator: Echoes of Lust/
Modder: 0x52
Mod Version: 2.1.3
Game Version: Universal Should work on all versions (tested on Ep6, Ep7, Ep8, Ep9, Ep10, S2E1, S2E2, S2E3, S2E4, S2E5, S2E6 & S2E7)
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 or .

Upgrading mod version 1.x to 2.x:
If you're currently using mod version 1.x and want to upgrade to version 2.x you should remove the old "0x52_cheats.rpyc" file from the game folder!

is this mod compatible with season 1?
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,595
6,050
0x52 where am I supposed to copy the mega file I post it int he game file and it not working
You download a ZIP-file, inside that file is a file called 0x52_cheats.rpa, put that one in the game folder
 
May 13, 2018
487
558
I'm getting a crash no matter how I complete the Christmas event - anybody else getting this?


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/custom_screens.rpy", line 1146, in execute
File "game/custom_screens.rpy", line 1146, in execute
File "game/custom_screens.rpy", line 2226, in execute
File "game/custom_screens.rpy", line 2239, in <module>
NameError: name 'finished_xmas_story_2' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "1_Home_label.rpyc", line 209, in script
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3132, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3694, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3694, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/custom_screens.rpy", line 1146, in execute
File "game/custom_screens.rpy", line 1146, in execute
File "game/custom_screens.rpy", line 2226, in execute
File "game/custom_screens.rpy", line 2239, in <module>
NameError: name 'finished_xmas_story_2' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
LustTheory S2E7
Wed Dec 22 03:12:00 2021
```
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,595
6,050
I'm getting a crash no matter how I complete the Christmas event - anybody else getting this?


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/custom_screens.rpy", line 1146, in execute
File "game/custom_screens.rpy", line 1146, in execute
File "game/custom_screens.rpy", line 2226, in execute
File "game/custom_screens.rpy", line 2239, in <module>
NameError: name 'finished_xmas_story_2' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "1_Home_label.rpyc", line 209, in script
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3132, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3694, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3694, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/custom_screens.rpy", line 1146, in execute
File "game/custom_screens.rpy", line 1146, in execute
File "game/custom_screens.rpy", line 2226, in execute
File "game/custom_screens.rpy", line 2239, in <module>
NameError: name 'finished_xmas_story_2' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
LustTheory S2E7
Wed Dec 22 03:12:00 2021
```
This is not related to this mod. Someone posted the exact same error on their Discord a couple of days ago.
Starting a new game could solve the issue.
 
  • Like
Reactions: UraN82 and JoThZ01T
May 13, 2018
487
558
I'm getting a crash no matter how I complete the Christmas event - anybody else getting this?
I also get this error if I just try to look at hidden events on the phone:

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/E_Hidden_Menu.rpy", line 2, in execute
File "game/E_Hidden_Menu.rpy", line 2, in execute
File "game/E_Hidden_Menu.rpy", line 26, in execute
File "game/E_Hidden_Menu.rpy", line 29, in execute
File "game/E_Hidden_Menu.rpy", line 31, in execute
File "game/E_Hidden_Menu.rpy", line 33, in execute
File "game/E_Hidden_Menu.rpy", line 36, in execute
File "game/E_Hidden_Menu.rpy", line 40, in execute
File "game/E_Hidden_Menu.rpy", line 40, in <module>
NameError: name 'finished_xmas_story_2' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "1_Home_label.rpyc", line 388, in script
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3132, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3694, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3694, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/E_Hidden_Menu.rpy", line 2, in execute
File "game/E_Hidden_Menu.rpy", line 2, in execute
File "game/E_Hidden_Menu.rpy", line 26, in execute
File "game/E_Hidden_Menu.rpy", line 29, in execute
File "game/E_Hidden_Menu.rpy", line 31, in execute
File "game/E_Hidden_Menu.rpy", line 33, in execute
File "game/E_Hidden_Menu.rpy", line 36, in execute
File "game/E_Hidden_Menu.rpy", line 40, in execute
File "game/E_Hidden_Menu.rpy", line 40, in <module>
NameError: name 'finished_xmas_story_2' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
LustTheory S2E7
Wed Dec 22 03:26:06 2021
```
 
May 13, 2018
487
558
This is not related to this mod. Someone posted the exact same error on their Discord a couple of days ago.
Starting a new game could solve the issue.
Thanks for the heads up - will give it a shot and report back for the community.

Always tricky when using a mod - don't want to go to the wrong person first with bugs/crashes.
 
  • Like
Reactions: 0x52

Wills747

Engaged Member
Dec 14, 2018
2,322
4,818
Hi All, My Android port of Echoes of Lust 1-10 with 0x52 gallery and improvements mod and all bonus content unlocked


And my Season 2 ep7.5 port with 0x52 gallery and improvements mod. All bonus content unlocked.
Alternative persistent saves/log location.
Grant storage permissions on first run.

Updated my Android port to Season 2 Ep 7.5
 
  • Like
Reactions: 0x52

blackmetal

Member
Nov 15, 2018
483
342
View attachment 393587

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: 2021-02-22
Game/Creator: Echoes of Lust/
Modder: 0x52
Mod Version: 2.1.3
Game Version: Universal Should work on all versions (tested on S1E6 - S1E10 & S2E1 - S2E7.5)
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 or .


this due for an update ???
 
  • Like
Reactions: Suun and Leon queen

kaixbi

Member
Jan 28, 2019
193
434
Hi All, My Android port of Echoes of Lust 1-10 with 0x52 gallery and improvements mod and all bonus content unlocked


And my Season 2 ep7.5 port with 0x52 gallery and improvements mod. All bonus content unlocked.
Alternative persistent saves/log location.
Grant storage permissions on first run.

Update pls
 
  • Like
Reactions: Suun

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,595
6,050
not working for S2E8
Not working for last update
for episode 8 please
Would be extremely helpful to know what you've found that doesn't work. For now I only found that new gallery items aren't detected, but the rest is working fine. I'm checking this now.

It just doesn't display the new lewd scenes, everything else about the mod works with the latest version from what I've seen.
Thanks. With "new lewd scenes" you mean only the gallery items or also some "hidden" and "re-live?
 
  • Red Heart
Reactions: JoThZ01T
5.00 star(s) 1 Vote