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

7x7Pilot

Member
Sep 28, 2021
302
1,408
Downloaded a fresh copy of the game and your mod. Started up the game with no mod to check if images were missing, all was fine. Put in your mod, all is fine. Imported my save from Ch 3 and was able to start playing fine with no error. There must have been corruption in the d/l when I got it off Mega last time, that's the only reason I can think of for the problems I was having. It happens. (n) Thanx for your hard work on the mod and continuing it. Greatly Appreciated. :)

One request though. For the new Chapter 4. Is there any way you can add a cheat for the JL Tournament? Meaning adjust your score or winning number? You win the Tournament in Chapter 3 by fighting 16 people, meaning 16 battles. Well, in Chapter 4 they want you do it ALL over again, and that's just ridiculous! I am not about to do that all again for Chapter 4.
I'll have a look at the JL tournament stuff and I'll let you know. I used to play this game religously, but not anymore as I can't stand the bad grammar.
Edit: I found the variable that states what round your on which is:
current_t_round
There's stuff in the code for when you import from S3 to look for that, so the save imports are probably bugged, and people did say that on the forum too.
I've modded it and it seems to work, so I'll upload here shortly. It also works for S3, as it uses the same variable
 
Last edited:

WhiteWolf34Uk

Active Member
Apr 2, 2021
576
121
hi.... can anyone please tell me why i am not able anymore to transfer my previous save from season 3 to season 4?
 

Meenapatush

Member
Dec 9, 2019
193
242
Looks like i'm filling in for scrappy.
I have 2 questions.

1) Will you be taking over ALL of Scrappy's Mods whilst he is away? Thank you for this one by the way!

2) Are you privy to what may or may not have happened to Scrappy? If so, I do not mean to pry, I would just like to know nothing bad has happened to him!

Thanks in advance.
 

7x7Pilot

Member
Sep 28, 2021
302
1,408
I have 2 questions.

1) Will you be taking over ALL of Scrappy's Mods whilst he is away? Thank you for this one by the way!

2) Are you privy to what may or may not have happened to Scrappy? If so, I do not mean to pry, I would just like to know nothing bad has happened to him!

Thanks in advance.
Wait, Scrappy's MIA too? First Sancho and now Scrappy...
I've never communicated with scrappy so, I literally have no clue. Although the arrival of Hurricane Helene in the USA and Scrappy going offline probably coincide if they live there. I just hope both of them are okay, even if they are MIA here.

I only took over two mods about a year ago (WVM Gallery and this one) as scrappy wasn't updating them even when active (don't know why, never pried).

Honestly I don't have much free time after working, so the mods and stuff get updated as and when I can (currently just logged in an hour after work). I honestly couldn't take over a bunch of mods right now (and scrappy has a lot), as there wouldn't be enough hours in the day.
 
Last edited:

Meenapatush

Member
Dec 9, 2019
193
242
Wait, Scrappy's MIA too? First Sancho and now Scrappy...
I've never communicated with scrappy so, I literally have no clue. Although the arrival of Hurricane Helene in the USA and Scrappy going offline probably coincide if they live there. I just hope both of them are okay, even if they are MIA here.

I only took over two mods about a year ago (WVM Gallery and this one) as scrappy wasn't updating them even when active (don't know why, never pried).

Honestly I don't have much free time after working, so the mods and stuff get updated as and when I can (currently just logged in an hour after work). I honestly couldn't take over a bunch of mods right now (and scrappy has a lot), as there wouldn't be enough hours in the day.
OMGoodness.. Sod it.. No I meant Sancho.. sorry.. my error..
Hangs head in shame!!!

Being on here at 3am is never a good thing.. Apologies and also, apologies to scrappy too.
 

jimtra

Newbie
Apr 25, 2023
81
33
I got this error
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "game/1NewCheatMod.rpy", line 44, in execute
screen cheat_menu:
File "game/1NewCheatMod.rpy", line 44, in execute
screen cheat_menu:
File "game/1NewCheatMod.rpy", line 46, in execute
if cheat_on == True:
File "game/1NewCheatMod.rpy", line 59, in execute
if cheatcat == "CHEATS":
File "game/1NewCheatMod.rpy", line 60, in execute
frame:
File "game/1NewCheatMod.rpy", line 66, in execute
has viewport:
File "game/1NewCheatMod.rpy", line 69, in execute
vbox:
File "game/1NewCheatMod.rpy", line 73, in execute
hbox xpos 0 ypos 0:
File "game/1NewCheatMod.rpy", line 74, in execute
frame xpos 0 ypos 0 background None:
File "game/1NewCheatMod.rpy", line 91, in execute
vbox xpos 0 ypos 260 spacing 5:
File "game/1NewCheatMod.rpy", line 92, in execute
$ wt_house_to_score()
File "game/1NewCheatMod.rpy", line 92, in <module>
$ wt_house_to_score()
File "game/1NewCheatMod.rpy", line 213, in wt_house_to_score
house1=homes['Adderin']['now']
NameError: name 'homes' is not defined

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\core.py", line 2166, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/1NewCheatMod.rpy", line 44, in execute
screen cheat_menu:
File "game/1NewCheatMod.rpy", line 44, in execute
screen cheat_menu:
File "game/1NewCheatMod.rpy", line 46, in execute
if cheat_on == True:
File "game/1NewCheatMod.rpy", line 59, in execute
if cheatcat == "CHEATS":
File "game/1NewCheatMod.rpy", line 60, in execute
frame:
File "game/1NewCheatMod.rpy", line 66, in execute
has viewport:
File "game/1NewCheatMod.rpy", line 69, in execute
vbox:
File "game/1NewCheatMod.rpy", line 73, in execute
hbox xpos 0 ypos 0:
File "game/1NewCheatMod.rpy", line 74, in execute
frame xpos 0 ypos 0 background None:
File "game/1NewCheatMod.rpy", line 91, in execute
vbox xpos 0 ypos 260 spacing 5:
File "game/1NewCheatMod.rpy", line 92, in execute
$ wt_house_to_score()
File "game/1NewCheatMod.rpy", line 92, in <module>
$ wt_house_to_score()
File "game/1NewCheatMod.rpy", line 213, in wt_house_to_score
house1=homes['Adderin']['now']
NameError: name 'homes' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
LustAcademy-4 4.3.1d
Mon Oct 14 09:45:07 2024
 

7x7Pilot

Member
Sep 28, 2021
302
1,408
I got this error
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "game/1NewCheatMod.rpy", line 44, in execute
screen cheat_menu:
File "game/1NewCheatMod.rpy", line 44, in execute
screen cheat_menu:
File "game/1NewCheatMod.rpy", line 46, in execute
if cheat_on == True:
File "game/1NewCheatMod.rpy", line 59, in execute
if cheatcat == "CHEATS":
File "game/1NewCheatMod.rpy", line 60, in execute
frame:
File "game/1NewCheatMod.rpy", line 66, in execute
has viewport:
File "game/1NewCheatMod.rpy", line 69, in execute
vbox:
File "game/1NewCheatMod.rpy", line 73, in execute
hbox xpos 0 ypos 0:
File "game/1NewCheatMod.rpy", line 74, in execute
frame xpos 0 ypos 0 background None:
File "game/1NewCheatMod.rpy", line 91, in execute
vbox xpos 0 ypos 260 spacing 5:
File "game/1NewCheatMod.rpy", line 92, in execute
$ wt_house_to_score()
File "game/1NewCheatMod.rpy", line 92, in <module>
$ wt_house_to_score()
File "game/1NewCheatMod.rpy", line 213, in wt_house_to_score
house1=homes['Adderin']['now']
NameError: name 'homes' is not defined

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\core.py", line 2166, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\jimtra\Downloads\Lust-Academy-4.3.1d-pc\Lust-Academy-4.3.1d-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/1NewCheatMod.rpy", line 44, in execute
screen cheat_menu:
File "game/1NewCheatMod.rpy", line 44, in execute
screen cheat_menu:
File "game/1NewCheatMod.rpy", line 46, in execute
if cheat_on == True:
File "game/1NewCheatMod.rpy", line 59, in execute
if cheatcat == "CHEATS":
File "game/1NewCheatMod.rpy", line 60, in execute
frame:
File "game/1NewCheatMod.rpy", line 66, in execute
has viewport:
File "game/1NewCheatMod.rpy", line 69, in execute
vbox:
File "game/1NewCheatMod.rpy", line 73, in execute
hbox xpos 0 ypos 0:
File "game/1NewCheatMod.rpy", line 74, in execute
frame xpos 0 ypos 0 background None:
File "game/1NewCheatMod.rpy", line 91, in execute
vbox xpos 0 ypos 260 spacing 5:
File "game/1NewCheatMod.rpy", line 92, in execute
$ wt_house_to_score()
File "game/1NewCheatMod.rpy", line 92, in <module>
$ wt_house_to_score()
File "game/1NewCheatMod.rpy", line 213, in wt_house_to_score
house1=homes['Adderin']['now']
NameError: name 'homes' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
LustAcademy-4 4.3.1d
Mon Oct 14 09:45:07 2024
Weird since I haven't modified that house points cheat in at least 12 months. Variables haven't changed between 4.2.1 and 4.3.1, and I just tested on a vanilla version and It works fine so I really don't know whats causing that