AngelsAfterDark

Well-Known Member
Jun 11, 2021
1,198
2,286
Anyone share the android update please!?
Yeah I was about to ask the same thing.. I just see 12.1.1 here... Usually Dark Assassin releases the android port a few days after public release and their ports are 99% of the time reliable but there hasn't been a release yet from their site
 
  • Like
Reactions: Kovir123

Mesmerizet

Active Member
Mar 14, 2020
677
688
Had some questions:

- Is it just me or does Chloe's BJs seem very weird af (animation?)
- Is there any repercussion/change if you pursue Chloe while being a Wolf?
- Similarly, any repercussions of being a Wolf & pursuing Nora?
 

EfontMan

Active Member
Aug 23, 2021
552
1,113
No repercussions for the 2nd and 3rd as yet. But it's hard to imagine there won't be a pretty major falling out with Chris over hooking up with Nora.
 

GameRebel

Member
Mar 29, 2020
323
96
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
315
446
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,430
2,032
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
222
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,007
2,867
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:
3.20 star(s) 193 Votes