Lunix00

Newbie
May 31, 2020
98
139
Quick question, if we threaten Audrey to get away from Samantha and stop feeding on her, will she do it or do we have to kill her at some point?
 
  • Haha
Reactions: The Senior Perv

The Senior Perv

Well-Known Member
May 4, 2022
1,287
10,233
Quick question, if we threaten Audrey to get away from Samantha and stop feeding on her, will she do it or do we have to kill her at some point?
You can't threaten Audrey nor kill her; she is one of your possible love interests and Sam's best friend. Audrey's story is about MC trying to take Sam's place and looking for a way to protect himself from the succubus magic drain.
 

Lunix00

Newbie
May 31, 2020
98
139
You can't threaten Audrey nor kill her; she is one of your possible love interests and Sam's best friend. Audrey's story is about MC trying to take Sam's place and looking for a way to protect himself from the succubus magic drain.
Actually, when she shows us her true form in season 1, and the mc rejects her, he calls her a monster both outside and inside. He also warns her not to get close to Samantha, or there will be consequences.
 

The Senior Perv

Well-Known Member
May 4, 2022
1,287
10,233
Actually, when she shows us her true form in season 1, and the mc rejects her, he calls her a monster both outside and inside. He also warns her not to get close to Samantha, or there will be consequences.
Haha then I'm such an idiot... yep, I forgot the part where MC can reject her by the end of her story in season 1.
 
  • Haha
Reactions: Lunix00

ohmz

Active Member
Feb 6, 2021
771
897
Whenever I try build a mac version of the game on renpy I get this error

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

Can someone help me ? Thx
I'm not sure if this is the cause, but the game uses a different so you should try that and see if it fixes it.
 

rendezook

New Member
Dec 14, 2021
7
1
Using ScrappyMod. This occurs after Audrey Scene\ or ignorin her.

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

While running game code:
File "game/modoverrides/haley.rpy", line 155, in script call
$ renpy.call('haley_events_4_label_'+str(Q_NV_Haley))
File "game/modoverrides/samantha.rpy", line 55, in script call
$ renpy.call('samantha_events_4_label_'+str(Q_NV_Samantha))
File "game/modoverrides/audrey.rpy", line 73, in script call
$ renpy.call('Audrey_events_4_label_'+str(Q_NV_Audrey))
File "game/modoverrides/audrey.rpy", line 560, in script
jump Audrey_7_label.end
ScriptError: could not find label 'Audrey_7_label.end'.

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

Full traceback:
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 105, in script call
File "logic/story/logic.rpyc", line 1015, in script call
File "game/modoverrides/haley.rpy", line 155, in script call
$ renpy.call('haley_events_4_label_'+str(Q_NV_Haley))
File "game/modoverrides/samantha.rpy", line 55, in script call
$ renpy.call('samantha_events_4_label_'+str(Q_NV_Samantha))
File "game/modoverrides/audrey.rpy", line 73, in script call
$ renpy.call('Audrey_events_4_label_'+str(Q_NV_Audrey))
File "logic/main_interface/label.rpyc", line 469, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 244, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 1350, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 288, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 314, in script call
File "game/modoverrides/audrey.rpy", line 560, in script
jump Audrey_7_label.end
File "renpy/ast.py", line 1757, 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 'Audrey_7_label.end'.

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
LustAcademy 0.7.1f
Mon Aug 8 18:59:35 2022
```
 

QuantumDice

New Member
Mar 24, 2022
7
21
Lust Academy [S2 v1.3.1d] [Bear in the Night] - Compressed vp8

Reason behind this crunched version:
Since I'm on a laptop without vp9 hadware acceleration, I've had performance issues with the videos on this game, so I decided to make a crunched version that uses vp8 and share it for anyone else that has the same issue.
Focus is on maintaining video, image and audio quality while getting better performance on weaker hardware.

Download (PC): (713 MiB :: 608 MiB)

Crunch features:
Video:​
  • Codec changed from vp9 to vp8
  • Framerate reduced from 60fps to 30 fps
  • Quality: crf 29
Image:​
  • Untouched
Audio:​
  • Untouched
 
Apr 22, 2017
81
72
After Arthur introduced Ezra and said "That's all for today," I was getting this error:

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
To correct it, I ran this in console right when Arthur said that line:

Code:
location_old = location_now
This allowed me to continue, and it seems to be working.

I had loaded my save at the end of the last update and started playing the new version.
 

Chiryuu

Newbie
Mar 8, 2021
27
22
Is it even worth trying to transfer the save in the Visual Novel playthrough? I feel like everything there was kinda almost automatically successful anyhow?
 

rendezook

New Member
Dec 14, 2021
7
1
Problem was Scrappy mod. Vanilla game does not have this problem.

Using ScrappyMod. This occurs after Audrey Scene\ or ignorin her.

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

While running game code:
File "game/modoverrides/haley.rpy", line 155, in script call
$ renpy.call('haley_events_4_label_'+str(Q_NV_Haley))
File "game/modoverrides/samantha.rpy", line 55, in script call
$ renpy.call('samantha_events_4_label_'+str(Q_NV_Samantha))
File "game/modoverrides/audrey.rpy", line 73, in script call
$ renpy.call('Audrey_events_4_label_'+str(Q_NV_Audrey))
File "game/modoverrides/audrey.rpy", line 560, in script
jump Audrey_7_label.end
ScriptError: could not find label 'Audrey_7_label.end'.

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

Full traceback:
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 105, in script call
File "logic/story/logic.rpyc", line 1015, in script call
File "game/modoverrides/haley.rpy", line 155, in script call
$ renpy.call('haley_events_4_label_'+str(Q_NV_Haley))
File "game/modoverrides/samantha.rpy", line 55, in script call
$ renpy.call('samantha_events_4_label_'+str(Q_NV_Samantha))
File "game/modoverrides/audrey.rpy", line 73, in script call
$ renpy.call('Audrey_events_4_label_'+str(Q_NV_Audrey))
File "logic/main_interface/label.rpyc", line 469, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 244, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 1350, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 288, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 314, in script call
File "game/modoverrides/audrey.rpy", line 560, in script
jump Audrey_7_label.end
File "renpy/ast.py", line 1757, 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 'Audrey_7_label.end'.

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
LustAcademy 0.7.1f
Mon Aug 8 18:59:35 2022
```
 

Ahchi

Forum Fanatic
Jul 17, 2020
4,494
8,166




Unlocked


Hello and welcome to our weekly DevUpdate!
But first, here's a riddle for you:
What sound does a sneezing gargoyle make?
...
Stat-choo!


We hope your face is now shining with a beautiful smile. Now, let's get back to business and talk about what's been done this week:
  • Finished 80 new renders with Samantha, Sabrina, Victoria and
  • Molly.
  • Retouched 80 renders to add a special magical touch!
  • Finished Samantha's storyline for Lust Academy 1.6.1.
  • Finished planning Main storyline for Lust Academy 1.6.1
  • Finished planning Adele's scenes for Lust Academy 1.5.1.
  • Finished Penny's storyline for Lust Academy 1.5.1.
That's all for now, but we always have a lot of work in progress, so don't be surprised if you hear more news from us this week.
Thank you all for your support and interest. Have a great week!
Sincerely,
Bear in the Night.


 

Glenn009

Member
Sep 16, 2018
105
39
Why do i get this error? after samantha tripped at the stairs

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/logic/events/intro.rpy", line 5, in script call
call Intro_1_label from _call_Intro_1_label
File "game/logic/events/intro.rpy", line 1107, in script
jump Ashley_1_label
ScriptError: could not find label 'Ashley_1_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 5, in script call
call Intro_1_label from _call_Intro_1_label
File "game/logic/events/intro.rpy", line 1107, in script
jump Ashley_1_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_1_label'.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
LustAcademy-2 1.3.1d
Tue Aug 9 06:58:52 2022
 
3.70 star(s) 188 Votes