Kodek

Well-Known Member
Jun 26, 2017
1,130
1,327
WELL
i didn't expect this.
poor Derek. drPinkCake knows how to impress the players.
the last episodes are getting darker.
anyway, episode 11 is as exciting as all the previous ones.
hello everyone, btw :HideThePain::coffee:

You don't have permission to view the spoiler content. Log in or register now.
He is a fucking idiot. I love him. It's thanks to him being such a lovable dumbass that we are going to see Bella's room.
 

grarg

Newbie
Dec 16, 2020
45
66
Why didn't she threaten to expose them?
Did you not pay attention to episode 6? She would be labelled a prostitute. That was Quinn's leverage, so Mona capitulated.

In that case, to make them back off, she would have to be even more evil than they were.
Um, what are you on about? She has some scruples perhaps, and doesn't want to be seen as a prostitute. If she went to the police, it would all come crashing down. But she'd destroy her friends, the sorority, and potentially the college as well.

Well, the fact that she ended up having to leave college can hardly be called luck.
So it's definitely her failure.
Yes. Quinn and Stephen screwed up her life. Because Quinn and Stephen are evil manipulators. She wasn't strong, or too scared, to go to the police.
 

saynotoNTR

Well-Known Member
Mar 17, 2021
1,272
2,615
Even the guide don't tell about different forms of rejections, so we'll see
View attachment 4669673
Okay, I downloaded the patch from the home page and looked at the scripts... it's fucking confusing.

Pay attention... After Zoey's confession, a calculation will be made to see how many points you have accumulated with Zoey. If you have accumulated less than 8 points, you automatically reject Zoey and the variable ep11_zoey_kiss receives the value 0. If you have 8 or more points and reject Zoey, the variable receives the value 1 (the value you are looking for) and the following dialog happens:

Python:
label ep11_pp_zoey_reject_label:
$ ep11_zoey_kiss = 1
scene ep11_pp_zoey_end84 with dissolve
mc "What's happening right now?"
scene ep11_pp_zoey_end85 with dissolve
zo "I think you know."
if not branchAlone:
    scene ep11_pp_zoey_end84 with dissolve
    mc "I'm... I'm in a relationship..."
    if zoey_dik:
        scene ep11_pp_zoey_end47 with dissolve
        zo "I don't care."
        zo "Pick me."
        scene ep11_pp_zoey_end48 with dissolve
        zo "[name]... Pick me."
    else:
        scene ep11_pp_zoey_end45 with dissolve
        $ renpy.pause()
scene ep11_pp_zoey_end49 with dissolve
mc "..."
mc "I don't know what I feel..."
scene ep11_pp_zoey_end52 with dissolve
mc "Do you love me?"
scene ep11_pp_zoey_end53 with dissolve
zo "Yes."
scene ep11_pp_zoey_end52 with dissolve
mc "Since...when?"
scene ep11_pp_zoey_end53 with dissolve
zo "Does it matter?"
scene ep11_pp_zoey_end52 with dissolve
mc "It does to me."
scene ep11_pp_zoey_end54 with dissolve
zo "..."
scene ep11_pp_zoey_end55 with dissolve
zo "For years."
scene ep11_pp_zoey_end56 with dissolve
mc "Years? Wow..."
scene ep11_pp_zoey_end57 with dissolve
$ renpy.pause()
scene ep11_pp_zoey_end58 with dissolve
zo "I know it's a lot to digest."
zo "Take all the time you need, ok?"
scene ep11_pp_zoey_end86 with dissolve
mc "I can't do this, Zoey. I can't."
mc "Since you left, I've moved on."
scene ep11_pp_zoey_end87 with dissolve
mc "Getting back together with you would be safe and familiar, and it was something I had subconsciously always wanted when we were younger."
mc "But...I don't think it's true to me today."
scene ep11_pp_zoey_end88 with dissolve
zo "You have moved on, but in so many ways, you're still the same person I've always known, [name]."
zo "I don't think you're romanticizing our youth and the years we spent together."
zo "I know I'm not."
scene ep11_pp_zoey_end89 with dissolve
zo "But I've struggled to put words to my feelings, too. So, I completely understand why you can't do it now, either."
scene ep11_pp_zoey_end88 with dissolve
zo "I don't want you to be with me if you're not sure."
zo "And we can do it however you want, to help you figure it out."
scene ep11_pp_zoey_end90 with dissolve
zo "Slow, fast, with or without space. Anything you need."
zo "Because I know I want you."
scene ep11_pp_zoey_end90b with dissolve
$ renpy.pause()
scene ep11_pp_zoey_end92 with dissolve
mc "No... I can't."
mc "It's... Way too late."
scene ep11_pp_zoey_end93 with dissolve
$ renpy.pause()
scene ep11_pp_zoey_end94 with dissolve
zo "So, you're saying...?"
zo "Never?"
Holly hell... I hope I helped.
 
  • Like
Reactions: jaden_yuki

Geralt From Rivia

Conversation Conqueror
Jun 15, 2022
6,866
43,794
Okay, I downloaded the patch from the home page and looked at the scripts... it's fucking confusing.

Pay attention... After Zoey's confession, a calculation will be made to see how many points you have accumulated with Zoey. If you have accumulated less than 8 points, you automatically reject Zoey and the variable ep11_zoey_kiss receives the value 0. If you have 8 or more points and reject Zoey, the variable receives the value 1 (the value you are looking for) and the following dialog happens:

Python:
label ep11_pp_zoey_reject_label:
$ ep11_zoey_kiss = 1
scene ep11_pp_zoey_end84 with dissolve
mc "What's happening right now?"
scene ep11_pp_zoey_end85 with dissolve
zo "I think you know."
if not branchAlone:
    scene ep11_pp_zoey_end84 with dissolve
    mc "I'm... I'm in a relationship..."
    if zoey_dik:
        scene ep11_pp_zoey_end47 with dissolve
        zo "I don't care."
        zo "Pick me."
        scene ep11_pp_zoey_end48 with dissolve
        zo "[name]... Pick me."
    else:
        scene ep11_pp_zoey_end45 with dissolve
        $ renpy.pause()
scene ep11_pp_zoey_end49 with dissolve
mc "..."
mc "I don't know what I feel..."
scene ep11_pp_zoey_end52 with dissolve
mc "Do you love me?"
scene ep11_pp_zoey_end53 with dissolve
zo "Yes."
scene ep11_pp_zoey_end52 with dissolve
mc "Since...when?"
scene ep11_pp_zoey_end53 with dissolve
zo "Does it matter?"
scene ep11_pp_zoey_end52 with dissolve
mc "It does to me."
scene ep11_pp_zoey_end54 with dissolve
zo "..."
scene ep11_pp_zoey_end55 with dissolve
zo "For years."
scene ep11_pp_zoey_end56 with dissolve
mc "Years? Wow..."
scene ep11_pp_zoey_end57 with dissolve
$ renpy.pause()
scene ep11_pp_zoey_end58 with dissolve
zo "I know it's a lot to digest."
zo "Take all the time you need, ok?"
scene ep11_pp_zoey_end86 with dissolve
mc "I can't do this, Zoey. I can't."
mc "Since you left, I've moved on."
scene ep11_pp_zoey_end87 with dissolve
mc "Getting back together with you would be safe and familiar, and it was something I had subconsciously always wanted when we were younger."
mc "But...I don't think it's true to me today."
scene ep11_pp_zoey_end88 with dissolve
zo "You have moved on, but in so many ways, you're still the same person I've always known, [name]."
zo "I don't think you're romanticizing our youth and the years we spent together."
zo "I know I'm not."
scene ep11_pp_zoey_end89 with dissolve
zo "But I've struggled to put words to my feelings, too. So, I completely understand why you can't do it now, either."
scene ep11_pp_zoey_end88 with dissolve
zo "I don't want you to be with me if you're not sure."
zo "And we can do it however you want, to help you figure it out."
scene ep11_pp_zoey_end90 with dissolve
zo "Slow, fast, with or without space. Anything you need."
zo "Because I know I want you."
scene ep11_pp_zoey_end90b with dissolve
$ renpy.pause()
scene ep11_pp_zoey_end92 with dissolve
mc "No... I can't."
mc "It's... Way too late."
scene ep11_pp_zoey_end93 with dissolve
$ renpy.pause()
scene ep11_pp_zoey_end94 with dissolve
zo "So, you're saying...?"
zo "Never?"
Holly hell... I hope I helped.
Yeah, the guy above, ryanevi , showed about the same, without code. Zoey_kiss = 0 is auto-rejection
 

Donnerbox

Active Member
May 7, 2024
547
275
Man that Zoey choice was WAY less hard then when you have to choose your MG or others branch :KEK: I almost have every possible save with rejecting/accepting her but damn i just don’t fuck with Zoey like that
 

Requan8

Newbie
Nov 5, 2022
15
7
just finished downloading this and I have a question: how straight do you play this game? Is this a game where I'm supposed to hard commit to a side and stick to it or am i supposed to react naturally and sure i'll miss some scenes but I'll still get most of them?
 

Donnerbox

Active Member
May 7, 2024
547
275
just finished downloading this and I have a question: how straight do you play this game? Is this a game where I'm supposed to hard commit to a side and stick to it or am i supposed to react naturally and sure i'll miss some scenes but I'll still get most of them?
Just go off your gut feeling the first run, then after explore different branches and affinity’s :D
 

MiltonPowers

Twins Basil! Twins!
Donor
Jul 26, 2023
11,705
25,248
just finished downloading this and I have a question: how straight do you play this game? Is this a game where I'm supposed to hard commit to a side and stick to it or am i supposed to react naturally and sure i'll miss some scenes but I'll still get most of them?
You can pretty much play however you want for most of season 1/2. There will be some canceling out of scenes and consequences (but not that much).

I definitely recommend just playing however you feel for season 1/2, you will need to make a choice of LI/Other towards the end of 1/2, but until then just play how you want.

You can then go back and define your path or paths after that if you want to.
 
  • Like
Reactions: treechild1

nitkonikic

Member
Sep 17, 2018
494
1,662
just finished downloading this and I have a question: how straight do you play this game? Is this a game where I'm supposed to hard commit to a side and stick to it or am i supposed to react naturally and sure i'll miss some scenes but I'll still get most of them?
Put it this way:
I'm running 12 different saves and missing scenes because of branching.

Just play and enjoy, chase what you missed later.
 
  • Like
Reactions: treechild1

mangosok

Member
May 27, 2019
248
174
just finished downloading this and I have a question: how straight do you play this game? Is this a game where I'm supposed to hard commit to a side and stick to it or am i supposed to react naturally and sure i'll miss some scenes but I'll still get most of them?
I hadn't thought about it. I just chose the answers/actions that seemed right to me or what I would do in reality. The first playthrough of a visual novel, when you don't know all the nuances, is the most sincere.
 
  • Heart
Reactions: treechild1
4.70 star(s) 1,632 Votes