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

5.00 star(s) 1 Vote

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,595
6,050
When you click on the hidden scene using the phone or cheat mod, it goes to the middle of the exact same scene for slumber party instead. Doesn't play Jessica's shoplifter scene
Ooh, that's a bug in the game not the mod.

You should be able to trigger the scene by doing this:
  1. Open the file renpy/common/00console.rpy in a texteditor
  2. On line 108 change config.console = False to config.console = True
  3. Load a game
  4. Press Shift+O
  5. Type jump Paid_Event_Jess_Shoplift and press enter
 
  • Like
Reactions: JoJoPool

dualblades730

Newbie
Nov 9, 2019
81
43
Ooh, that's a bug in the game not the mod.

You should be able to trigger the scene by doing this:
  1. Open the file renpy/common/00console.rpy in a texteditor
  2. On line 108 change config.console = False to config.console = True
  3. Load a game
  4. Press Shift+O
  5. Type jump Paid_Event_Jess_Shoplift and press enter
I got up to step 4. But Shift+O doesn't seem to do anything. I'm playing on Mac btw
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,595
6,050
I got up to step 4. But Shift+O doesn't seem to do anything. I'm playing on Mac btw
Another way:
  1. Install URM
  2. Extract the content of the attached ZIP into the "game" directory
  3. Load the game and press Alt+M to open URM
  4. Press Ctrl+O or the open icon on the right top
  5. Select the file "EoL2_EP6_HiddenEvents"
  6. Go to the tab labels, it will show all hidden events for EP6 correctly
 
  • Like
Reactions: Graybo

dualblades730

Newbie
Nov 9, 2019
81
43
Another way:
  1. Install URM
  2. Extract the content of the attached ZIP into the "game" directory
  3. Load the game and press Alt+M to open URM
  4. Press Ctrl+O or the open icon on the right top
  5. Select the file "EoL2_EP6_HiddenEvents"
  6. Go to the tab labels, it will show all hidden events for EP6 correctly
Tysm, it worked! I appreciate the help!
 

BestSumy

Member
May 22, 2021
208
101
Ooh, that's a bug in the game not the mod.

You should be able to trigger the scene by doing this:
  1. Open the file renpy/common/00console.rpy in a texteditor
  2. On line 108 change config.console = False to config.console = True
  3. Load a game
  4. Press Shift+O
  5. Type jump Paid_Event_Jess_Shoplift and press enter
legend
 
  • Like
Reactions: 0x52

BestSumy

Member
May 22, 2021
208
101
hey man I meet an error any help?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'Ellie_Story_3_School_Bath'.

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

Full traceback:
  File "F_Relive_Menu.rpyc", line 2479, in script
  File "renpy/ast.py", line 1751, in execute
    rv = renpy.game.script.lookup(target)
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'Ellie_Story_3_School_Bath'.

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
EchoesOfLust2 S2E6
Sun Sep 12 11:25:23 2021
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,595
6,050
hey man I meet an error any help?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'Ellie_Story_3_School_Bath'.

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

Full traceback:
  File "F_Relive_Menu.rpyc", line 2479, in script
  File "renpy/ast.py", line 1751, in execute
    rv = renpy.game.script.lookup(target)
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'Ellie_Story_3_School_Bath'.

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
EchoesOfLust2 S2E6
Sun Sep 12 11:25:23 2021
This is a problem with the game, not with the mod.
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,595
6,050
I'm having this problem with scenes in episode 7 with the compressed version. Any ideas?
Can you be more specific? What's the problem you're experiencing and with what scenes?
 

zebarfunch

New Member
Dec 22, 2018
7
2
Scenes Lust Time Chloe, Lust Time Jess and Chloe, Lust Time Zoe 3 and Lust Time Nicole have the same error like the one below for Lust Time Nicole.

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

While running game code:
File "game/G_Lust_Time.rpy", line 13647, in <module>
NameError: name 'lust_speed_1_p1_complete_nic_1' is not defined

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

Full traceback:
File "G_Lust_Time.rpyc", line 13647, in script
File "renpy/ast.py", line 1893, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2266, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2259, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/G_Lust_Time.rpy", line 13647, in <module>
NameError: name 'lust_speed_1_p1_complete_nic_1' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
EchoesOfLust2 S2E7
Thu Nov 25 01:53:56 2021
```
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,595
6,050
Scenes Lust Time Chloe, Lust Time Jess and Chloe, Lust Time Zoe 3 and Lust Time Nicole have the same error like the one below for Lust Time Nicole.

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

While running game code:
File "game/G_Lust_Time.rpy", line 13647, in <module>
NameError: name 'lust_speed_1_p1_complete_nic_1' is not defined

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

Full traceback:
File "G_Lust_Time.rpyc", line 13647, in script
File "renpy/ast.py", line 1893, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2266, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2259, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/G_Lust_Time.rpy", line 13647, in <module>
NameError: name 'lust_speed_1_p1_complete_nic_1' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
EchoesOfLust2 S2E7
Thu Nov 25 01:53:56 2021
```
Seems like your game is corrupt.

The error says that the variable lust_speed_1_p1_complete_nic_1 is not defined, but I've checked the full game and also the compressed to be sure. In both cases this variable is there (in file G_List_Time.rpy on line 23870).

You could simply try extracting it again, if that doesn't help, download it again.
 
  • Like
Reactions: zebarfunch
5.00 star(s) 1 Vote