FjPji

New Member
Sep 6, 2022
10
30
There is a loop bug. VIP Party Limuzine scene takes me back to the Lauren birtday party scene again. :(
Happened the same to me. Open the file game/v2/scene38.rpy and fix the indentation on lines 975 to 1057.
It should look like this:
You don't have permission to view the spoiler content. Log in or register now.

---

EDIT:
Instead of the fix, there's also a workaround:
open the console with Shift + O and type 'jump v2s39' to jump into the next scene.
 
Last edited:
  • Like
Reactions: darthhomercles

TitanWarrior

New Member
Jun 7, 2021
2
1
HELP!! I got this bug in the latest update, the part where I was supposed to open the text and reply to Amber, then this script error happened. All I ever did is to import the old save from the last version to this one and this happened. Now I'm stuck cause I cant reply to amber. damn...

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ep2/scene1b.rpy", line 274, in script
    call screen phone
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/phone/phone_messages.rpy", line 191, in execute
    screen messenger_home():
  File "game/phone/phone_messages.rpy", line 191, in execute
    screen messenger_home():
  File "game/phone/phone_messages.rpy", line 196, in execute
    use base_phone:
  File "game/phone/phone.rpy", line 44, in execute
    screen base_phone(background="images/phone/phone_screen.webp"):
  File "game/phone/phone.rpy", line 44, in execute
    screen base_phone(background="images/phone/phone_screen.webp"):
  File "game/phone/phone.rpy", line 63, in execute
    frame:
  File "game/phone/phone.rpy", line 69, in execute
    transclude
  File "game/phone/phone_messages.rpy", line 196, in execute
    use base_phone:
  File "game/phone/phone_messages.rpy", line 197, in execute
    frame:
  File "game/phone/phone_messages.rpy", line 201, in execute
    viewport:
  File "game/phone/phone_messages.rpy", line 207, in execute
    vbox:
  File "game/phone/phone_messages.rpy", line 212, in execute
    for contact in messenger.contacts:
  File "game/phone/phone_messages.rpy", line 213, in execute
    button:
  File "game/phone/phone_messages.rpy", line 217, in execute
    add Transform(contact.user.profile_picture, xysize=(65, 65)) xpos 20 yalign 0.5
  File "game/phone/phone_messages.rpy", line 217, in <module>
    add Transform(contact.user.profile_picture, xysize=(65, 65)) xpos 20 yalign 0.5
AttributeError: 'Contact' object has no attribute 'user'

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

Full traceback:
  File "game/ep2/scene1b.rpy", line 274, in script
    call screen phone
  File "D:\CollegeKings2-2.0.1-pc\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "D:\CollegeKings2-2.0.1-pc\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\CollegeKings2-2.0.1-pc\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\CollegeKings2-2.0.1-pc\renpy\exports.py", line 3181, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\CollegeKings2-2.0.1-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\CollegeKings2-2.0.1-pc\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, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/phone/phone_messages.rpy", line 191, in execute
    screen messenger_home():
  File "game/phone/phone_messages.rpy", line 191, in execute
    screen messenger_home():
  File "game/phone/phone_messages.rpy", line 196, in execute
    use base_phone:
  File "game/phone/phone.rpy", line 44, in execute
    screen base_phone(background="images/phone/phone_screen.webp"):
  File "game/phone/phone.rpy", line 44, in execute
    screen base_phone(background="images/phone/phone_screen.webp"):
  File "game/phone/phone.rpy", line 63, in execute
    frame:
  File "game/phone/phone.rpy", line 69, in execute
    transclude
  File "game/phone/phone_messages.rpy", line 196, in execute
    use base_phone:
  File "game/phone/phone_messages.rpy", line 197, in execute
    frame:
  File "game/phone/phone_messages.rpy", line 201, in execute
    viewport:
  File "game/phone/phone_messages.rpy", line 207, in execute
    vbox:
  File "game/phone/phone_messages.rpy", line 212, in execute
    for contact in messenger.contacts:
  File "game/phone/phone_messages.rpy", line 213, in execute
    button:
  File "game/phone/phone_messages.rpy", line 217, in execute
    add Transform(contact.user.profile_picture, xysize=(65, 65)) xpos 20 yalign 0.5
  File "game/phone/phone_messages.rpy", line 217, in <module>
    add Transform(contact.user.profile_picture, xysize=(65, 65)) xpos 20 yalign 0.5
AttributeError: 'Contact' object has no attribute 'user'

Windows-10-10.0.19041 AMD64
Ren'Py 8.0.3.22090809
College Kings 2 2.0.1 (SHA: 9d59ea7a)
Mon Nov 28 23:05:53 2022
 

richiman

Member
May 3, 2022
368
558
HELP!! I got this bug in the latest update, the part where I was supposed to open the text and reply to Amber, then this script error happened. All I ever did is to import the old save from the last version to this one and this happened. Now I'm stuck cause I cant reply to amber. damn...

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ep2/scene1b.rpy", line 274, in script
    call screen phone
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/phone/phone_messages.rpy", line 191, in execute
    screen messenger_home():
  File "game/phone/phone_messages.rpy", line 191, in execute
    screen messenger_home():
  File "game/phone/phone_messages.rpy", line 196, in execute
    use base_phone:
  File "game/phone/phone.rpy", line 44, in execute
    screen base_phone(background="images/phone/phone_screen.webp"):
  File "game/phone/phone.rpy", line 44, in execute
    screen base_phone(background="images/phone/phone_screen.webp"):
  File "game/phone/phone.rpy", line 63, in execute
    frame:
  File "game/phone/phone.rpy", line 69, in execute
    transclude
  File "game/phone/phone_messages.rpy", line 196, in execute
    use base_phone:
  File "game/phone/phone_messages.rpy", line 197, in execute
    frame:
  File "game/phone/phone_messages.rpy", line 201, in execute
    viewport:
  File "game/phone/phone_messages.rpy", line 207, in execute
    vbox:
  File "game/phone/phone_messages.rpy", line 212, in execute
    for contact in messenger.contacts:
  File "game/phone/phone_messages.rpy", line 213, in execute
    button:
  File "game/phone/phone_messages.rpy", line 217, in execute
    add Transform(contact.user.profile_picture, xysize=(65, 65)) xpos 20 yalign 0.5
  File "game/phone/phone_messages.rpy", line 217, in <module>
    add Transform(contact.user.profile_picture, xysize=(65, 65)) xpos 20 yalign 0.5
AttributeError: 'Contact' object has no attribute 'user'

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

Full traceback:
  File "game/ep2/scene1b.rpy", line 274, in script
    call screen phone
  File "D:\CollegeKings2-2.0.1-pc\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "D:\CollegeKings2-2.0.1-pc\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\CollegeKings2-2.0.1-pc\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\CollegeKings2-2.0.1-pc\renpy\exports.py", line 3181, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\CollegeKings2-2.0.1-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\CollegeKings2-2.0.1-pc\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, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "D:\CollegeKings2-2.0.1-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/phone/phone_messages.rpy", line 191, in execute
    screen messenger_home():
  File "game/phone/phone_messages.rpy", line 191, in execute
    screen messenger_home():
  File "game/phone/phone_messages.rpy", line 196, in execute
    use base_phone:
  File "game/phone/phone.rpy", line 44, in execute
    screen base_phone(background="images/phone/phone_screen.webp"):
  File "game/phone/phone.rpy", line 44, in execute
    screen base_phone(background="images/phone/phone_screen.webp"):
  File "game/phone/phone.rpy", line 63, in execute
    frame:
  File "game/phone/phone.rpy", line 69, in execute
    transclude
  File "game/phone/phone_messages.rpy", line 196, in execute
    use base_phone:
  File "game/phone/phone_messages.rpy", line 197, in execute
    frame:
  File "game/phone/phone_messages.rpy", line 201, in execute
    viewport:
  File "game/phone/phone_messages.rpy", line 207, in execute
    vbox:
  File "game/phone/phone_messages.rpy", line 212, in execute
    for contact in messenger.contacts:
  File "game/phone/phone_messages.rpy", line 213, in execute
    button:
  File "game/phone/phone_messages.rpy", line 217, in execute
    add Transform(contact.user.profile_picture, xysize=(65, 65)) xpos 20 yalign 0.5
  File "game/phone/phone_messages.rpy", line 217, in <module>
    add Transform(contact.user.profile_picture, xysize=(65, 65)) xpos 20 yalign 0.5
AttributeError: 'Contact' object has no attribute 'user'

Windows-10-10.0.19041 AMD64
Ren'Py 8.0.3.22090809
College Kings 2 2.0.1 (SHA: 9d59ea7a)
Mon Nov 28 23:05:53 2022
Try this fix.
 

Draven555

Newbie
Jan 9, 2019
29
4
don't know if this is where i post this but i downloaded the latest wersion and everytime i try to open the phone it givies me an error.
 

efialtis

New Member
Dec 11, 2018
5
1
started playing the game and on Act 1 (1.1.2 fixed) there comes a point where the kiwi app entries display just a red rectangle instead of pictures.
How can i fix that?

Nvm lol
 
Last edited:

Excalibur

Newbie
Jul 11, 2017
38
19
Many thanks to Undergrad Steve for a wonderful game. I like most of the characters with a few exceptions, but would really love to have more of a relationship with Autumn or at least a sex scene with her. I am not sure what it is about her, but I find her very attractive. You have done an amazing job and I for one truly appreciate all of your effort. It has been a pleasure to play this great game.
 

Hasakia

New Member
Dec 30, 2020
12
7
The latest version is where you and Riley being attacked by the guy ( i forgot his name) right?
 

Darth Sidious

The Senate & Emperor of the First Galactic Empire
Donor
Sep 24, 2017
1,601
2,304
"Review notice: Any reviews mentioning [REDACTED] will be removed!"

Atta boy! Silence the opposition! Regulate free speech! You make this ol' Sith proud :whistle::coffee:
 

HWK1590

Newbie
Feb 9, 2022
72
59
New update from the developer Undergrad Steve posted on Patreon & Steam:

Hey everyone!

Here's an update on what we've been working:

The 2.2 Major Update that's coming for free to all owners of CK2 Episode 2 "The Pool Party" is coming mid December, the exact date is tbd.

On the free 2.2 update

The update adds 16 new scenes, 8 of which are sex scenes. Note that some of these scenes are transitional and one of the sex scenes does not include penetration, but all the others do.

Information on which girls these scenes are with can be found at the bottom of this post. So if you don't want to know, you'll want to stop reading before the spoiler warning below.

Unlike Episode 2, most of these scenes have been written by me (Undergrad Steve). Some of the scenes were written by the writers of Episode 2 and fully edited by me.

These scenes are first and foremost a reconciliation gift to all of the fans that we've disappointed with this release, I'm really sorry we didn't do better.

As you can hopefully see from this message, my goal is to be very clear on what you can expect from this update and future episodes.

On Episode 3

With the goal of brining back the magic of OG CK, CK2 Episode 3 has been fully plotted by me and will be solely written me (Undergrad Steve). I can't promise that it'll be better or more to your taste, but I can promise that it'll be closer to CK1 than any other Episodes of CK2 have been. Hopefully with improvements from everything that I've learned.

I expect Episode 3 to be roughly the same length as, or possibly slightly longer than Episode 2.

It'll contain 15 sex scenes, though it very much depends on what you define as sex scenes, not all of them will have penetration, some might not even have animations (for example an underwater handjob).
If you're interested I have laid out who those sex scenes are with below under the spoiler tag.

We'll most like price Episode 3 lower than Episode 2, possibly around $7.99USD, as that's what most of you voted as fair a fair in the survey on Episode 2 and the length will be roughly the same. However this price is by no means locked in. We need to find a balance between value for money and being able to fund the development of future CK episode.

We do not have an exact release month for Episode 3 planned, but it'll be sometime early 2023.

I hope that you try the 2.2 update when it's out and I hope that we can win your trust back with Episode 3.

Thanks for sticking with us.

- Steve

(From here on below it's spoilers)

Episode 2 Sex Scene Spoilers
(These characters were picked based on player feedback and who missed out in Ep2)
Autumn
Aubrey
Lauren & Riley
Lindsey
Naomi (No penetration)
Nora
Riley
Samantha

Episode 3 Sex Scene Spoilers
(These characters were picked based on player feedback and what worked in the story)
Amber (No penetration)
Aubrey x2 (One without penetration)
Chloe x2 (One without penetration)
Emily (No penetration)
Jenny
Lauren (No penetration)
Lindsey
Ms. Rose
Nora x2 (One without penetration)
Penelope
Riley
Samantha & Riley (No penetration)
 

myukimo

Member
Nov 18, 2021
346
300
New update from the developer Undergrad Steve posted on Patreon & Steam:

Episode 3 Sex Scene Spoilers
(These characters were picked based on player feedback and what worked in the story)
Amber (No penetration)
Aubrey x2 (One without penetration)
Chloe x2 (One without penetration)
Emily (No penetration)
Jenny
Lauren (No penetration)
Lindsey
Ms. Rose
Nora x2 (One without penetration)
Penelope
Riley
Samantha & Riley (No penetration)
It is clear who the favorites are. :ROFLMAO: Emily seems to be alive, :unsure: Riley returns to action and poor Samantha the great forgotten, few play those paths. In feedback I asked that they update the official guide. Since in the last update there was nothing

Wait... Edit : sex with Autumn in this update?
 

HWK1590

Newbie
Feb 9, 2022
72
59
They should do another Aubrey and Riley threesome scene and explore that potential relationship more. I really like both characters (better than Lauren who is just weird sometimes and Penelope got weird last episode with the AVN she created; I wonder if they drop that given the next episode is gonna have a different writer).
 
3.20 star(s) 197 Votes