SPARDA2408

Member
Jan 28, 2019
334
1,357
My confusion is that there is no update
Lust Academy 1.3.1d
  • Two playable game modes: Sandbox with free roam and story-focused Visual Novel.
  • Over 550 new beautiful renders.
  • A thrilling story told through 14 different scenes.
  • An introduction to the new essential characters in the game.
  • 20 hot and juicy 60fps HD animations for your gallery.
  • 25 renders were updated for the prologue scenes.
  • Fixed animation with Selena in Xmas Story.
  • Added nurse Svetlana's profile to charinfo.
  • A bunch of grammatical errors and bugs fixed in all scenes.
  • 25 renders were updated for the prologue scenes.
  • Fixed animation with Selena in Xmas Story.
  • Added nurse Svetlana's profile to charinfo.
  • Fixed minor bugs all across the game.
Lust-Academy-2-1.3.1d-pc.zip
 
  • Like
Reactions: micmitja

"CJ"

Conversation Conqueror
Mar 6, 2021
6,629
70,344
Lust Academy [S2 v1.3.1d] [Bear in the Night] crunched

Original / Compressed Size PC*: 713 MB / 364 MB - Lust-Academy-2-1.3.1d-pc-crunched.zip
Original / Compressed Size Mac: 679 MB / 339 MB - Lust-Academy-2-1.3.1d-mac-crunched.zip
= ~51% of the original size, image/video quality 80% (png 90%)/90%


Download (PC*/Mac): - -

(y) My compressious likeses! (y) Give them to us you filthy little pervertses! :p

This compression is unofficial and untested, use it at your own risk.
The compressing process reduces the quality and can break the game.

*PC = Win+Linux

Tools:
UnRen (VepsrP/Sam@f95zone) - Cruncher (bas@f95zone) - YAC v3.3 (hngg@f95zone)
-
 
Last edited:

momo907

Newbie
Feb 16, 2019
20
12
i got this error

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

While running game code:
File "game/logic/events/intro.rpy", line 2082, in script
jump Ashley_5_label
ScriptError: could not find label 'Ashley_5_label'.

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

Full traceback:
File "logic/events/story.rpyc", line 40, in script call
File "logic/events/story.rpyc", line 51, in script call
File "game/logic/events/intro.rpy", line 2082, in script
jump Ashley_5_label
File "renpy/ast.py", line 1974, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 927, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'Ashley_5_label'.

Windows-10-10.0.22000 AMD64
Ren'Py 7.5.1.22070801
LustAcademy-2 1.3.1d
Sat Aug 6 07:02:34 2022
```
 

Joop501

Active Member
Mar 19, 2021
773
447
i got this error

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

While running game code:
File "game/logic/events/intro.rpy", line 2082, in script
jump Ashley_5_label
ScriptError: could not find label 'Ashley_5_label'.

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

Full traceback:
File "logic/events/story.rpyc", line 40, in script call
File "logic/events/story.rpyc", line 51, in script call
File "game/logic/events/intro.rpy", line 2082, in script
jump Ashley_5_label
File "renpy/ast.py", line 1974, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 927, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'Ashley_5_label'.

Windows-10-10.0.22000 AMD64
Ren'Py 7.5.1.22070801
LustAcademy-2 1.3.1d
Sat Aug 6 07:02:34 2022
```
Thank you Momo 907 I appreciate it
 

omega_rugal

Engaged Member
Aug 24, 2018
2,332
2,999
dev i like your game but no scenes with heels :( and no scenes with my prefered women :(

if i'm a good patreon, can i have some scenes?
 

Poker_king70

Member
Sep 23, 2021
147
180
I'm finding the latest update unplayable - you can ignore the frequent errors until the duel, when sequential errors just run on and one. You can't ignore your way forward and rolling back crashes the game.

Guess I'll sit this one out.
 

a2623255

New Member
Jun 4, 2021
11
1
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/logic/locations/logic.rpy", line 383, in <module>
File "game/screens.rpy", line 268, in execute
File "game/screens.rpy", line 268, in execute
File "game/screens.rpy", line 272, in execute
File "game/screens.rpy", line 276, in execute
File "game/screens.rpy", line 283, in execute
File "game/screens.rpy", line 284, in execute
File "game/screens.rpy", line 284, in keywords
File "game/screens.rpy", line 285, in keywords
File "game/screens.rpy", line 285, in <module>
NameError: name 'lightning' is not defined

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

Full traceback:
File "logic/locations/logic.rpyc", line 383, in script
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 "game/logic/locations/logic.rpy", line 383, in <module>
File "renpy/exports.py", line 1533, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
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 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 268, in execute
File "game/screens.rpy", line 268, in execute
File "game/screens.rpy", line 272, in execute
File "game/screens.rpy", line 276, in execute
File "game/screens.rpy", line 283, in execute
File "game/screens.rpy", line 284, in execute
File "game/screens.rpy", line 284, in keywords
File "game/screens.rpy", line 285, in keywords
File "game/screens.rpy", line 285, in <module>
NameError: name 'lightning' is not defined

Windows-10-10.0.15063 AMD64
Ren'Py 7.5.1.22070801
LustAcademy-2 1.3.1d
Sat Aug 6 10:26:35 2022
 

RedSignal

Member
May 8, 2020
186
426
Is there any mature or milf Love Interest in the game? All of the image previews are on young girls.
 

Aelth

Member
Jun 17, 2017
133
393
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/logic/locations/logic.rpy", line 191, in <module>
NameError: name 'location_old' is not defined

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

Full traceback:
  File "logic/locations/logic.rpyc", line 191, in script
  File "renpy/ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 1080, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 1073, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/logic/locations/logic.rpy", line 191, in <module>
NameError: name 'location_old' is not defined

LustAcademy-2 1.3.1d
Happens directly after Arthur introduces Ezra and says "That's all for today." I can't ignore it, just keeps throwing errors.
 

Weasel_Face

Active Member
Sep 16, 2020
697
1,615
This MC is super cringe sometimes, the moment when he asks Haley if she missed him and if they are a couple, I'm like dude wtf stop :HideThePain:
Dude/Dudette, your 4th fav game is Acting Lessons the #1 most "hated/made fun of" ending to a great game of ALL TIME! Only being able to drag 1 of your 110 lb love interests out of a burning building while the other one gets turned into a well smoked Texas Brisket certainly excludes you from pointing fingers at any pertained cringe factor...

Pulled Pork Anyone???
 
3.70 star(s) 188 Votes