GameRebel

Member
Mar 29, 2020
345
108
Install Patch Instructions: "Unzip the patch by right clicking on it and selecting "Unzip". Open the unzipped file and find the folder named "game". Drag this "game" file into your "College Kings-12.1.1"."

To update from 12.1.1 to 13.0.1, the instructions are to right click the zip file and to select unzip, but that isn't one of the options in Windows at least. I selected "Extract All" and then next step says to drag, basically copying and pasting the "game folder" because there isn't a game "file" like instructed. Then you're asked, do you want to replace the files in the destination, which I did. What about the "RenPy" folder?
 

charlesrich

Member
May 30, 2021
323
453
I think it's going to be funny if the game totally ignores the fighting stuff now. Also, what are the repercussions with Charli if you go all out. I just confronted him and didn't trash any of his stuff. What happens if you go berserk then tell Mr. Lee
 

assman1337

Well-Known Member
Mar 10, 2018
1,441
2,041
anyone else have problem with kiwii and messages on the phone on the compressed version 13.0.1 ?
Do i need to use the patch ? or is it because my saves used the multi mod and now mod is not updated yet ?
I'm attaching error code.... If anyone has fix please help.
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Tumblingjoint

jolinn

New Member
Jun 13, 2021
5
2
The solution already in the thread if you read every post.
You might want to edit v13/scene15.rpy and add jump v13s17 to the end, indented to the same level as

if not laurenrs:

and

elif not v11_aubrey_sex:

(Happens when $ v13_cuddle_lauren and $ v11_aubrey_sex are both True)
 
Last edited:

mostlylurk

Newbie
Nov 16, 2018
72
223
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/v12/scene7.rpy", line 3513, in script call
    call screen v12s7_seating_front
  File "game/v12/scene7.rpy", line 3835, 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 1335, in script call
    call screen v12s7_left_viewpoint
  File "game/v12/scene7.rpy", line 2453, in script call
    call screen v12s7_right_gallery_back
  File "game/v12/scene7.rpy", line 2492, in script call
    call screen v12s7_right_gallery_back
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 6198, in script call
    call screen v12s7_bow
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 3313, in script call
    call screen v12s7_captains_room
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 5733, in script call
    call screen v12s7_kitchen
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 4108, 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 1715, in script call
    call screen v12s7_left_viewpoint
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 3183, in script call
    call screen v12s7_rear
  File "game/v12/scene18.rpy", line 1080, in script call
    call screen v12s18_room1
  File "game/customLabels.rpy", line 50, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v13/scene35.rpy", line 123, in script call
    call screen v13s35_adult_shop
  File "game/v13/scene35.rpy", line 12, in script
    $ mc.add_item(item)
  File "game/v13/scene35.rpy", line 12, in <module>
    $ mc.add_item(item)
AttributeError: 'FightCharacter' object has no attribute 'add_item'

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

Full traceback:
  File "game/v12/scene7.rpy", line 3513, in script call
    call screen v12s7_seating_front
  File "game/v12/scene7.rpy", line 3835, 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 1335, in script call
    call screen v12s7_left_viewpoint
  File "game/v12/scene7.rpy", line 2453, in script call
    call screen v12s7_right_gallery_back
  File "game/v12/scene7.rpy", line 2492, in script call
    call screen v12s7_right_gallery_back
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 6198, in script call
    call screen v12s7_bow
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 3313, in script call
    call screen v12s7_captains_room
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 5733, in script call
    call screen v12s7_kitchen
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 4108, 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 1715, in script call
    call screen v12s7_left_viewpoint
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 3183, in script call
    call screen v12s7_rear
  File "game/v12/scene18.rpy", line 1080, in script call
    call screen v12s18_room1
  File "game/customLabels.rpy", line 50, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v13/scene35.rpy", line 123, in script call
    call screen v13s35_adult_shop
  File "game/v13/scene35.rpy", line 12, in script
    $ mc.add_item(item)
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2237, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/v13/scene35.rpy", line 12, in <module>
    $ mc.add_item(item)
AttributeError: 'FightCharacter' object has no attribute 'add_item'

Windows-7-6.1.7601-SP1
Ren'Py 7.4.9.2065u
College Kings 13.0.1
Wed Sep 22 13:48:53 2021

The patch on the previous pages avoids one error but then i get another one....
 

vogelbeest

Engaged Member
Jan 9, 2021
2,008
2,872
Does anyone know the condition for getting Lindsey in the last scene instead of Aubrey and Riley :sick: ? I keep ending up with Aubrey and Riley, and I am not sure what event or path I need to do to obtain the Lindsey scene instead.
Weirdly enough im on Chloe GF path, went with Lindsey in the ferriswheel (wich shouldn't have happened if i can believe other comments in this thread) and got the Lindsey cliffhanger scene....
Probably the ferriswheel scene is tied to the Lindsey cliffhanger but seems there's some hidden prereqs somewhere :/
 
  • Like
Reactions: Boehser Onkel

Race655

Newbie
Dec 5, 2016
28
6
Anyone else getting this error? Happens every time I load a game, or even get a little into a new game

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 55, in script call
call screen getaccess
File "game/after_load.rpy", line 72, in script
python:
File "game/after_load.rpy", line 234, in <module>
simplr_Emmy.profile_picture = "images/phone/simplr/contacts/emmyProfilePicture.webp"
NameError: name 'simplr_Emmy' is not defined
 

frankenstein1

Newbie
Aug 8, 2019
28
10
i could use some help and i don't know what's happening but after i take aubrey to the concert and go to bed and stub your toe by waking up chloe the next scene " click" suddenly sends me all the way back to the "fuck,marry,kill" scene ... what to do?

edit : so i decided to play that out and skip all the way back to where i was but this time after the exact moment where it previously put me into the "fuck, marry, kill" scene this time it placed me on the boat to france scene where you play the murderer....
 
Last edited:

justin2001

New Member
Dec 13, 2018
2
2
i could use some help and i don't know what's happening but after i take aubrey to the concert and go to bed and stub your toe by waking up chloe the next scene " click" suddenly sends me all the way back to the "fuck,marry,kill" scene ... what to do?

edit : so i decided to play that out and skip all the way back to where i was but this time after the exact moment where it previously put me into the "fuck, marry, kill" scene this time it placed me on the boat to france scene where you play the murderer....
It's probably a mistake in the compressed version. Even though the "normal" one hast 14GB, this works 100% fine for me
 

frankenstein1

Newbie
Aug 8, 2019
28
10
It's probably a mistake in the compressed version. Even though the "normal" one hast 14GB, this works 100% fine for me
yeah i already downloaded the normal version, like you said i was using the compressed version for convenience, i'll unpack it and hope the save itself isn't corrupted
 

frozenfeet

Well-Known Member
Aug 2, 2019
1,204
1,868
Something I always wonder about this game. Why does Nora always wear those ugly ass grey sweatpants every where she goes. Those are something a woman would wear around the house when she doesn't care how she looks.

Why doesn't Nora wear those cute little black shorts she was wearing when we first met her in the hallway of the school. It would be nice to see her in that outfit all the time instead of the grey dull sweat pants.

Maybe that is part of the reason Chris doesn't pay that much attention to Nora he can't stand those ugly ass grey sweatpants either :LOL:.
 
3.20 star(s) 196 Votes