Mod Ren'Py Lust Academy - Walkthrough/Gallery/Cheat Mod [Season 2 v1.10.1d][scrappy]

Woodstock_1983

Well-Known Member
Sep 16, 2020
1,318
545
Lust Academy S2, S3 Updated Cheat Mod (Scrappy's)

Looks like i'm filling in for scrappy.
Please check you have the correct game version before installing. Thanks.

Let me know if you have any issues.

Note-
If you want to use the cordale pack for S2, you can, but I really wouldn't, as it appears to be causing issues. As always, YMMV.

Season 1 - [0.71f] (Scrappy's original)
https://f95zone.to/threads/lust-aca...ry-cheat-mod-season-2-v1-10-1d-scrappy.73817/

Season 2 - [1.12.1d]
Mega -
GoFile -


Season 3 - [3.8.1d]
Mega -
GoFile -
Pixeldrain -


You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.



My Tools:
- YAC Cruncher 3.4 - Ren Cruncher 0.4.1 -
UnRen For All
I wish there was away to change the MC's name while playing
 

7x7Pilot

Member
Sep 28, 2021
251
1,193
Not sure why this only happens with your mod installed, but there have been a couple things that I've noticed weren't working correctly.
  • The scene with text messages from Irena while waiting in the medical office (Main_Quest.rpy, line 4346) is supposed to have extra content that unlocks based on your previous choices, but it doesn't appear. I think the reason why is the color code that you put in the preferable choices is what's causing the "if getValChoice" to return a false instead of a true. Perhaps changing those if statements to check for both the unmodified string and the modified string via getValChoice would fix it and return a true if either one is present. This way your mod would work regardless of whether or not the mod was installed when the player went through the Irena scene. Same issue/solution would apply for any other getValChoice check in the game.
  • For some reason the Adele/Vanessa/Mina skins for the Hungover.rpy events aren't unlocking in the character info either. I can get them to unlock via playing the game unmodified and they stay available when installing the mod afterwards. However, they remain unselectable if initially unlocked with the mod already installed. Courtney's profile unlocks without issue.
Thanks for letting me know :coffee:
I've just been through all the game files and added checks as you suggested and it seems to be working correctly now. When I update the mod to its next version, I will include the fixes for this issue and credit you. Thanks again.
 

flexus7272

New Member
Jul 7, 2018
2
0
When i use nightly visits to haley, handjob, boobs, and pussy scenes are not showing. instead, it shows me of sadira’s. Feets work normally. Besides, when I peek at Molly in the morning at the cafe it shows me the scene of Lily weekend scene.
 

akzz223

New Member
Aug 23, 2023
13
1
Lust Academy S2, S3 Updated Cheat Mod (Scrappy's)

Looks like i'm filling in for scrappy.
Please check you have the correct game version before installing. Thanks.

Let me know if you have any issues.

Note-
If you want to use the cordale pack for S2, you can, but I really wouldn't, as it appears to be causing issues. As always, YMMV.

Season 1 - [0.71f] (Scrappy's original)
https://f95zone.to/threads/lust-aca...ry-cheat-mod-season-2-v1-10-1d-scrappy.73817/

Season 2 - [1.12.1d]
Mega -
GoFile -


Season 3 - [3.8.1d]
Mega -
GoFile -
Pixeldrain -


You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.



My Tools:
- YAC Cruncher 3.4 - Ren Cruncher 0.4.1 -
UnRen For All
I downloaded this for season 2 of the game and merged it with my game folder as it says to, but every time I try to save the game or open the cheats, an exception has occurred screen comes up. Does anyone have any recommendations for what I should do? Any help would be appreciated!
 

7x7Pilot

Member
Sep 28, 2021
251
1,193
I downloaded this for season 2 of the game and merged it with my game folder as it says to, but every time I try to save the game or open the cheats, an exception has occurred screen comes up. Does anyone have any recommendations for what I should do? Any help would be appreciated!
Can you send us a screenshot of the exception or your traceback.txt / errors.txt file?
I can have a look for you
 

Yasushi12

New Member
Feb 11, 2022
3
0
I don't know why but the cheat doesn't work for me at all even though i'm using the right version. Any suggestions?


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "renpy/common/00action_other.rpy", line 578, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/1NewCheatMod.rpy", line 138, in money_cheat_add
    setMoney(500)
  File "game/script.rpy", line 148, in setMoney
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'int'

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1049, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4252, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/viewport.py", line 298, in event
    rv = super(Viewport, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 1064, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 999, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_other.rpy", line 578, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/1NewCheatMod.rpy", line 138, in money_cheat_add
    setMoney(500)
  File "game/script.rpy", line 148, in setMoney
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'int'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
LustAcademy-2 1.12.1d
Sun May  5 13:16:53 2024