SPARDA2408

Member
Jan 28, 2019
323
1,315
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
69,941
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
19
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
446
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,217
2,841
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
139
162
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
 
3.80 star(s) 165 Votes