kolram

Newbie
Aug 7, 2020
74
130
My Lena loves to have fun and explore her sexuality to put it nicely :LOL: Poor stan is intimidated by her strong personality and is constantly bullied by louise because she thinks shes better than him which is why he sometimes comes across as creepy but hes a decent guy really just very shy and introverted in front of beautiful women, not everyone can be an Axel.
Lena sees all this so treats him like a decent normal person in my game and they have a great relationship. Hes building confidence because of this. No doubt as it progresses she will fuck him, she likes to have fun.


Its funny how our own personal opinions shape the games and characters we play isnt it.
Your Lena is likely to find Lola's head in a shoe box if you're not careful.
 

Deleted member 53157

Engaged Member
Jun 3, 2017
2,264
5,846
Finally a natural redhead... Drama galore incoming.... Ian always struck me as a guy who never got over his ex, even before the rework which added Gillian model. His man whoring seems more and more as a coping mechanism.
 
  • Like
Reactions: Displayme

Jah-Ith-Ber

Member
Feb 23, 2021
480
1,497
Hmm so Holly x Ian path if Lena is still persuing Holly there are clearly some feelings there. I guess the trouple is not dead (though it seems like the way to throuple is Holly X Ian and Ian x Lena and having Ian break up with Lena for Holly rather than staying with Lena and having Lena persue her seperately.
 

Reaurt

Member
Nov 25, 2017
292
1,000
Hey, guys! How is it possible to Lena accept Stan's love or, at least have the :) first option opened in the 2nd dialogue?

Thanx!
Option isn't possible yet, Eva probably needs to debug some stat/code checks for that option to be available.
 

Dreik90

Newbie
Apr 1, 2018
59
36
Hi all, just to confirm it here. The Stan dialogue is indeed bugged, the `Let's talk about this` option is impossible to unlock. If you use the console to meet the requirements the second dialogue menu that shows is also bugged. I'll try to get Eva to release a fix as soon as possible.
ΤΗΑΝΚ ΥΟU!
 

Reaurt

Member
Nov 25, 2017
292
1,000
General take-away: Prologue by itself wasn't too much to write home about, given that I'm interested in alternative pairings. But it did do its job of setting up some interesting scenarios, and I'm anticipating how they unfold in the next chapter and following chapters. I wanna see what happens in the beach house, Lena's music contest, Ian-Lena threesome options, and what happens when Louise leaves the flat. And I guess the ex returns trope... it's cheap drama, but it always works. Solid cliffhanger ending.
 

ffive

Conversation Conqueror
Jun 19, 2022
7,153
16,860
Hi all, just to confirm it here. The Stan dialogue is indeed bugged, the `Let's talk about this` option is impossible to unlock. If you use the console to meet the requirements the second dialogue menu that shows is also bugged. I'll try to get Eva to release a fix as soon as possible.
Please note, there's some other bugs in the script which need addressing:

Python:
            "{image=icon_mad.webp}You don't need that" if v10_stan_pay > 2:
condition should be v10_stan_pay == 2 instead

Python:
        if lena_athletics > 10:
            call xp_up ('athletics') from _call_xp_up_755
the condition is reversed, should be lena_athletics < 10

Python:
            else:
                l "We can do another one when whenever you want..."
This branch should be moved one level deeper to match with earlier if ian_holly_dating:

Python:
                call xp_up ('lena') from _call_xp_up_760
Should be 'lust' instead of 'lena'

Python:
            if v11sms_mom and v11sms_emma and v11sms_mike and v11sms_mark and v11sms_photo:
All 7 instances of this conditional should also include and v11sms_axel otherwise the game will proceed without giving the player chance to read Axel's text, if it's left for the last.
 

ffive

Conversation Conqueror
Jun 19, 2022
7,153
16,860
I think it should be v10_stan_pay < 2 but I'll pass it on to Eva so she can decide.
I imagine == makes sense, since it means Lena is being rude with Stan because she thinks she's entitled to it, paying the rent. But that's just a guess on my part.
 

PilotLara

Member
Jan 16, 2019
133
538
I imagine == makes sense, since it means Lena is being rude with Stan because she thinks she's entitled to it, paying the rent. But that's just a guess on my part.
That's valid reasoning, I can't look into Eva's head so I'll add your option to the bug report.
 
  • Like
Reactions: ffive

boobthief

Member
May 25, 2017
481
1,202
Please note, there's some other bugs in the script which need addressing:

Python:
            "{image=icon_mad.webp}You don't need that" if v10_stan_pay > 2:
condition should be v10_stan_pay == 2 instead

Python:
        if lena_athletics > 10:
            call xp_up ('athletics') from _call_xp_up_755
the condition is reversed, should be lena_athletics < 10

Python:
            else:
                l "We can do another one when whenever you want..."
This branch should be moved one level deeper to match with earlier if ian_holly_dating:

Python:
                call xp_up ('lena') from _call_xp_up_760
Should be 'lust' instead of 'lena'

Python:
            if v11sms_mom and v11sms_emma and v11sms_mike and v11sms_mark and v11sms_photo:
All 7 instances of this conditional should also include and v11sms_axel otherwise the game will proceed without giving the player chance to read Axel's text, if it's left for the last.
got diff / patch for this, please?
 
4.60 star(s) 337 Votes