makian

Newbie
Nov 3, 2019
45
119
Not sure, but I think MC called her mom indirectly when said "I used to have breakfast with my Mom" maybe he was talking about Julia that time but pretty sure she is not the biological mom or step mom (because of patreon rules) maybe foster mother
In the v12 phone call when she asks you about a girl and you pick Nora, she says something like "when I met your father he was still married to your mom" or something like that
 

m0us3r

Member
Nov 28, 2020
496
1,467
That's the thing, I go talk to her and she always says that she wants to be alone. Regardless of alignment. So I get turn around at the door. And I'm pretty sure I got all her points during the london and paris events. Maybe except the spa event where I always sneak out.
If you check game/v12/scene35.rpy, you could see:
You don't have permission to view the spoiler content. Log in or register now.
So you probably made a mistake of trying to
You don't have permission to view the spoiler content. Log in or register now.
Enter in the console:
v11_kiss_nora=False
 

Ero - Sennin

Well-Known Member
May 18, 2017
1,215
1,451
In the v12 phone call when she asks you about a girl and you pick Nora, she says something like "when I met your father he was still married to your mom" or something like that
So maybe its foster mother indeed, MC's dad and Julia could be in a relationship but not married (patreon also consider step-mom and step-siblings incest) because it will be incest if something happen to them
 

Leonin

Newbie
Dec 6, 2018
29
25
So maybe its foster mother indeed, MC's dad and Julia could be in a relationship but not married (patreon also consider step-mom and step-siblings incest) because it will be incest if something happen to them
There is a conversation in the game, I forget with who, where the MC says his Dad and Julia got divorced. His mother left when he was young and after the second divorce he chose to stay with his Step Mom Julia. So both of his Bio parents are alive out there as potential future characters but Julia is the only parent in his life right now.
 

Meghead

Member
Apr 28, 2021
308
2,261
Who came up to such a brilliant idea to call the frat apes, I would understand tigers or something like that, but not the fucking monkeys.
So yeah, go wolves.
 
  • Like
Reactions: KhamulTG81

KingNoble

New Member
Apr 21, 2020
13
0
The "part 3" file (mac) ain't working for me. if i try to extract the .rar file it just says "mac error on decrunching".
 

newmanchris

New Member
Apr 6, 2020
4
0
I get this message when I open and scroll through the kiwi app on the phone. I can also send random messages to various girls from events that have already happened. I downloaded the full version, any idea what the cause would be? Solutions? Screenshot (6).png
 

leot4avnhp

Newbie
May 20, 2019
20
3
I've figured it out it depends on how you treat Lauren in the previous Act's I managed to nail down the correct choices in my updated guide

[v12.0.2] Walkthrough "Bang Everyone" Guide (Updated)
What this guide achieves:
  • Friend's with benefits relationships with all the characters
  • Lauren will not be angry about you having sex with Aubrey
  • Emily will go with you to Europe
  • Easy murder mystery game guide
  • Unlock nearly every sex scene in one playthrough with guidance on multiple paths and where to save
Why i does like everything in this but i can't have a scene with Lauren
HELP ME
 

Mad_Man

Member
Nov 10, 2017
102
51
Sorry if this have been asked (and answered before) but why does this text show up in the upper left corner?

1629662218795.png
 

Nosket

Member
May 25, 2018
197
94
gamingdevil800
I have the same problem of leot4avnhp.
I followed all the walkthrough guide but the date with Lauren don't happen.
In my case is the scene "Lauren Date", after the Tatoo Shop with Imre ("It’s not that bad").
After the scene of Tatoo Shop, the next scene with choices are in gym, with Lindsey, but this scene are not in the walkthrough guide.
The choices in this scene with Lindsey are:
[Stretch / Breathe]
[Stretch / Lean]
[Hold / Breathe]
[Show off / Basics]
[Hard / Steady]
Only after this, the event "Meeting Aubrey’s Sister" happen, but nothing of Lauren.
Sorry for the long text, maybe this can help you in some way.
 
Last edited:

NeimadFR

Active Member
Donor
Jul 1, 2017
965
2,974
gamingdevil800
I have the same problem of leot4avnhp.
I followed all the walkthrough guide but the date with Lauren don't happen.
In my case is the scene "Lauren Date", after the Tatoo Shop with Imre ("It’s not that bad").
Same for me, no Lauren date in sight.
I'm guessing the Lindsey seen that's not in the walkthrough is part of the extra renders from 12.1.1 since the walkthrough is for 12.0.2. Maybe some flags got messed up between 12.0.2 and 12.1.1.
 
Last edited:
  • Angry
Reactions: Osamabeenfappin

m0us3r

Member
Nov 28, 2020
496
1,467
Why i does like everything in this but i can't have a scene with Lauren
HELP ME
Which scene are you talking about "making out with Lauren" or the "first time with Lauren" in Act 3?
gamingdevil800
I have the same problem of leot4avnhp.
I followed all the walkthrough guide but the date with Lauren don't happen.
In my case is the scene "Lauren Date", after the Tatoo Shop with Imre ("It’s not that bad").
After the scene of Tatoo Shop, the next scene with choices are in gym, with Lindsey, but this scene are not in the walkthrough guide.
The choices in this scene with Lindsey are:
[Stretch / Breathe]
[Stretch / Lean]
[Hold / Breathe]
[Show off / Basics]
[Hard / Steady]
Only after this, the event "Meeting Aubrey’s Sister" happen, but nothing of Lauren.
Sorry for the long text, maybe this can help you in some way.
Same for me, no Lauren date in sight.
I'm guessing the Lindsey seen that's not in the walkthrough is part of the extra renders from 12.1.1 since the walkthrough is for 12.0.2. Maybe some flags got messed up between 12.0.2 and 12.1.1.
After Rliey accuses you in stealing her old photo, there is the choice:

Code:
if (laurenrs or v1_kissLauren) and not v11_aubrey_sex:
    jump v12_lauren_sex #scene 29

else:
    jump v12_late_night_workout #scene 29a
So if you didn't bang Aubrey on the plane but had the relationship with Lauren then you should have "Perfect Night" with her. Otherwise you get Gym scene with Lindsey.

If variables have messed up, open the console and enter:

laurenrs<Enter>

It should show something like "True".

v11_aubrey_sex<Enter>

It should show something like "False".

Otherwise enter:

laurenrs=True
v11_aubrey_sex=False
 
  • Like
Reactions: Nosket

NeimadFR

Active Member
Donor
Jul 1, 2017
965
2,974
After Rliey accuses you in stealing her old photo, there is the choice:

Code:
if (laurenrs or v1_kissLauren) and not v11_aubrey_sex:
    jump v12_lauren_sex #scene 29

else:
    jump v12_late_night_workout #scene 29a
So if you didn't bang Aubrey on the plane but had the relationship with Lauren then you should have "Perfect Night" with her. Otherwise you get Gym scene with Lindsey.

If variables have messed up, open the console and enter:

laurenrs<Enter>

It should show something like "True".

v11_aubrey_sex<Enter>

It should show something like "False".

Otherwise enter:

laurenrs=True
v11_aubrey_sex=False
Thanks, that meens that the walkthough is wrong then since you can't have that scene if you had sex with Aubrey on the plane.
I think another scene might happen with Lauren on a later update on the friends with benefits path, so all might not be lost. ;)
 

gamingdevil800

Monke
Donor
Aug 4, 2020
1,491
8,081
Thanks, that meens that the walkthough is wrong then since you can't have that scene if you had sex with Aubrey on the plane.
I think another scene might happen with Lauren on a later update on the friends with benefits path, so all might not be lost. ;)
I'm gonna have to check everything again I see in 12.1.1 they "changed story flow" what way did Lauren react to you and Aubrey? She should say "oh my god" then talks to you at the airport. The failure state is her getting angry once she sees you and Aubrey
 

Bisqui

Member
Apr 17, 2019
183
44
Hi,
does anyone know how to fix?

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

While running game code:
File "game/v12/scene7.rpy", line 3826, in script call
call screen v12s7_left_walkway_front
File "game/v12/scene7.rpy", line 9, in script call
$ renpy.call_screen(returnScreen)
File "game/v12/scene7.rpy", line 4099, in script call
call screen v12s7_right_gallery_front
File "game/v12/scene7.rpy", line 9, in script call
$ renpy.call_screen(returnScreen)
File "game/v12/scene7.rpy", line 2444, in script call
call screen v12s7_right_gallery_back
File "game/v12/scene7.rpy", line 5406, in script call
call screen v12s7_balcony_left
File "game/v12/scene7.rpy", line 5620, in script call
call screen v12s7_kitchen
File "game/v12/scene7.rpy", line 3174, in script call
call screen v12s7_rear
File "game/v12/scene7.rpy", line 1342, in script call
call screen v12s7_left_viewpoint
File "game/v12/scene7.rpy", line 3263, in script call
call screen v12s7_captains_room
File "game/v12/scene7.rpy", line 1954, in script call
call screen v12s7_seating_back
File "game/v12/scene29a.rpy", line 346, in script
menu (fail_label="v12s29a_faillabel2"):
Exception: Unknown keyword arguments: fail_label

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

Full traceback:
File "game/v12/scene7.rpy", line 3826, in script call
call screen v12s7_left_walkway_front
File "game/v12/scene7.rpy", line 9, in script call
$ renpy.call_screen(returnScreen)
File "game/v12/scene7.rpy", line 4099, in script call
call screen v12s7_right_gallery_front
File "game/v12/scene7.rpy", line 9, in script call
$ renpy.call_screen(returnScreen)
File "game/v12/scene7.rpy", line 2444, in script call
call screen v12s7_right_gallery_back
File "game/v12/scene7.rpy", line 5406, in script call
call screen v12s7_balcony_left
File "game/v12/scene7.rpy", line 5620, in script call
call screen v12s7_kitchen
File "game/v12/scene7.rpy", line 3174, in script call
call screen v12s7_rear
File "game/v12/scene7.rpy", line 1342, in script call
call screen v12s7_left_viewpoint
File "game/v12/scene7.rpy", line 3263, in script call
call screen v12s7_captains_room
File "game/v12/scene7.rpy", line 1954, in script call
call screen v12s7_seating_back
File "game/v12/scene29a.rpy", line 346, in script
menu (fail_label="v12s29a_faillabel2"):
File "renpy/ast.py", line 1683, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1062, in menu
rv = renpy.store.menu(new_items)
File "renpy/exports.py", line 1298, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3280, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3698, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3698, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "renpy/ast.py", line 159, in apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "renpy/ast.py", line 146, in apply
raise Exception("Unknown keyword arguments: %s" % (", ".join(list(values.keys()))))
Exception: Unknown keyword arguments: fail_label

Windows-10-10.0.19041
Ren'Py 7.4.9.1908
College Kings 12.1.1
Mon Aug 23 04:47:35 2021
```
 

sztrb

Member
Aug 24, 2018
391
573
Same for me, no Lauren date in sight.
I'm guessing the Lindsey seen that's not in the walkthrough is part of the extra renders from 12.1.1 since the walkthrough is for 12.0.2. Maybe some flags got messed up between 12.0.2 and 12.1.1.
You can't fuck Aubrey on the plane...
 
3.20 star(s) 195 Votes