HeinousAsmodeus

New Member
May 5, 2020
8
7
Really enjoyed the game till i got to the fight with ryan, can't auto win, can't land a punch and always lose. what a bummer.... I will probably uninstall.
 

novopip

New Member
Aug 23, 2021
14
11
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....
This is a bug that should only occur if you use old save games. I resolved this by reinitializing the contents of mc.

You may try this in the console (hit Shift+O to open it):
Code:
mc = MainCharacter()
 
  • Red Heart
Reactions: Spear01

frankenstein1

Newbie
Aug 8, 2019
28
10
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
doesn't seem to work i downloaded and unpacked the 14gig version and still get the same result? and it would kind of suck to redo everything especially since getting all the murders on the boat, is a bit time consuming i'd say?
 

hav0c_2

New Member
Aug 30, 2021
14
9
Having an issue with the game. Just downloaded for the first time. I get to the main menu and I'm able to open the settings and gallery, but when I try to start the game, I get the following error. Help?
You don't have permission to view the spoiler content. Log in or register now.
 

novopip

New Member
Aug 23, 2021
14
11
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.
Lindsey ending is the default ending and Aubrey+Riley ending is triggered only if you previously hooked up with Aubrey and Riley. Though at least V13 scene with Riley doesn't count. If you're only interested in seeing the Lindsey ending, you can use a console command (open the console with Shift+O) to jump to the scene:
Code:
jump v13s62a
Standard disclaimer: you should never save the game after an arbitrary jump unless you know what you're doing.

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....
Well, based on my analysis, I asserted that you can either see the lewd scene with Chloe or ferris wheel date with Lindsey. The V13 ending doesn't depend on your relationship with Chloe in any way.

If you're saying that you saw the lewd scene with Chloe in the hotel room AND went with Lindsey, I don't understand how that is possible. I'm looking at the code (game/v13/scene39a.rpy) and all I see is this branch in the pool scene with Ryan:
Code:
        if chloegf:
            jump v13s40
        else:
            jump v13s41
In other words, if Chloe is your girlfriend – that is, she accepted when you asked that in London car dealership – you will jump to scene 40 (entitled "Chloe Sex Free Roam"). If not, you will jump to scene 41 (entitled "Ferris Wheel date with Lindsey").

Update per 13.1.1 patch: I said "Though at least V13 scene with Riley doesn't count." That was true then, but as of 13.1.1 patch, if you take Riley's offer, you are considered to be in "relationship" with Riley. So it does count.
 
Last edited:

vogelbeest

Engaged Member
Jan 9, 2021
2,008
2,872
In other words, if Chloe is your girlfriend – that is, she accepted when you asked that in London car dealership – you will jump to scene 40 (entitled "Chloe Sex Free Roam"). If not, you will jump to scene 41 (entitled "Ferris Wheel date with Lindsey").
Thought she accepted but will do a rerun from there then :) thanks!
 

RedGlow

Well-Known Member
Aug 5, 2016
1,650
2,299
Really enjoyed the game till i got to the fight with ryan, can't auto win, can't land a punch and always lose. what a bummer.... I will probably uninstall.
If you are talking about dream scene then you are suppose to lose don't worry but if not , well since beating the guys is super easy, i have no words or advice for you. Try harder.
 

BGRW2020

Engaged Member
Jul 8, 2020
2,009
1,927
Uhm, the latest update is not really great, other than giving charli his due, what I don't know why we cannot do is once we make up our mind who we want for a girlfriend we should be spending more time with her, and not audrey or Nora etc....
some of the girls the Dev has us spend time with are girls we hated at college, ie: Aubrey so why are we all chummy with her now
not realistic at all
 

PunkHooligan

Onion Ninja
Donor
Aug 10, 2020
591
1,086
Tried to use the search with no luck. Is there a sex scene to unlock (first time with Samatha) ? Tried different dialogue combos and nothing.

You don't have permission to view the spoiler content. Log in or register now.
 

PunkHooligan

Onion Ninja
Donor
Aug 10, 2020
591
1,086
I suppose its for the Ape path
Yeah the same way u can't bang Ms Rose on the Ape path you can't bang Sam on the Wolf path.. They are exclusive to one path only as far as I'm aware of
You didnt get it. This is, obv, a gallery and the scene unlocked. I can play through it, but I cannot get to the action with Sam. With Ms Rose everything is pretty straight forward. With Samantha there are 3 or 4 points, where you need to pick an answer and my question: is that concrete scene from gallery contains sex between MC and Sam and if so, which sequence of answers unlocks it.
UPD: I've spent several minutes, tried about 15 different answer combinations and outcome is always the same. No sex.
UPD2: once again, horny detective reporting for duty. Folders: game=>images=>v11=>scene 28a. no animations and again no sex between MC and Sam. Whoever named the gallery should be blue balled until the end of his life. First time what, massage ? Christ..
 
Last edited:

Spear01

Newbie
Aug 29, 2020
35
66
Could anyone help me out? i got an error during adult shop scene with Aubrey in Amsterdam. I'm using compression version and in Apes path. Cheers

You don't have permission to view the spoiler content. Log in or register now.
 

Gh0st_Harambe

Well-Known Member
Mar 9, 2020
1,744
4,803
You didnt get it. This is, obv, a gallery and the scene unlocked. I can play through it, but I cannot get to the action with Sam. With Ms Rose everything is pretty straight forward. With Samantha there are 3 or 4 points, where you need to pick an answer and my question: is that concrete scene from gallery contains sex between MC and Sam and if so, which sequence of answers unlocks it.
UPD: I've spent several minutes, tried about 15 different answer combinations and outcome is always the same. No sex.
UPD2: once again, horny detective reporting for duty. Folders: game=>images=>v11=>scene 28a. no animations and again no sex between MC and Sam. Whoever named the gallery should be blue balled until the end of his life. First time what, massage ? Christ..
That guy must be a Jill´s fan :BootyTime:
 
  • Haha
Reactions: Mikedazz1
Nov 23, 2017
55
22
After having sex with Lauren for the first time her Hide Overlay and Show Overlay UI has been stuck in the upper-left corner ever since. It hasn't broken anything else seemingly, but it has not gone away either.

If it helps: I don't have any of the mods installed. I only downloaded the version 13 patch and installed it over 12.1.1 as it said could be done.
 

ArK#007

Newbie
May 21, 2021
32
9
How to fix error in sex shop. Is there patch??

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

While running game code:
  File "game/v10/scene33.rpy", line 2189, in script call
    call screen v10s33_bodypaint
  File "game/v10/scene33.rpy", line 1236, in script call
    call screen v10s33_centeraisle
  File "game/v11/scene23.rpy", line 598, in script call
    call screen v11s23_entrance
  File "game/v11/scene23.rpy", line 1072, in script call
    call screen v11s23_helm
  File "game/customLabels.rpy", line 50, in script call
    $ renpy.call_screen(returnScreen)
  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 4108, in script call
    call screen v12s7_right_gallery_front
  File "game/v12/scene7.rpy", line 2453, in script call
    call screen v12s7_right_gallery_back
  File "game/v12/scene7.rpy", line 5417, in script call
    call screen v12s7_balcony_left
  File "game/v12/scene7.rpy", line 722, in script call
    call screen v12s7_balcony_right
  File "game/v12/scene7.rpy", line 5631, in script call
    call screen v12s7_kitchen
  File "game/v12/scene7.rpy", line 3183, in script call
    call screen v12s7_rear
  File "game/v12/scene7.rpy", line 1335, 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 1715, in script call
    call screen v12s7_left_viewpoint
  File "game/v12/scene7.rpy", line 3272, in script call
    call screen v12s7_captains_room
  File "game/v12/scene7.rpy", line 1963, in script call
    call screen v12s7_seating_back
  File "game/v12/scene7.rpy", line 6198, in script call
    call screen v12s7_bow
  File "game/v12/scene18.rpy", line 1080, in script call
    call screen v12s18_room1
  File "game/v13/scene35.rpy", line 109, in script
    call screen v13s35_adult_shop
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/v13/scene35_screens.rpy", line 1, in execute
    screen v13s35_adult_shop():
  File "game/v13/scene35_screens.rpy", line 1, in execute
    screen v13s35_adult_shop():
  File "game/v13/scene35_screens.rpy", line 8, in execute
    vbox:
  File "game/v13/scene35_screens.rpy", line 12, in execute
    hbox:
  File "game/v13/scene35_screens.rpy", line 15, in execute
    imagebutton:
  File "game/v13/scene35_screens.rpy", line 15, in keywords
    imagebutton:
  File "game/v13/scene35_screens.rpy", line 18, in <module>
    insensitive honey.insensitive_image
AttributeError: 'Item' object has no attribute 'insensitive_image'

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

Full traceback:
  File "game/v10/scene33.rpy", line 2189, in script call
    call screen v10s33_bodypaint
  File "game/v10/scene33.rpy", line 1236, in script call
    call screen v10s33_centeraisle
  File "game/v11/scene23.rpy", line 598, in script call
    call screen v11s23_entrance
  File "game/v11/scene23.rpy", line 1072, in script call
    call screen v11s23_helm
  File "game/customLabels.rpy", line 50, in script call
    $ renpy.call_screen(returnScreen)
  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 4108, in script call
    call screen v12s7_right_gallery_front
  File "game/v12/scene7.rpy", line 2453, in script call
    call screen v12s7_right_gallery_back
  File "game/v12/scene7.rpy", line 5417, in script call
    call screen v12s7_balcony_left
  File "game/v12/scene7.rpy", line 722, in script call
    call screen v12s7_balcony_right
  File "game/v12/scene7.rpy", line 5631, in script call
    call screen v12s7_kitchen
  File "game/v12/scene7.rpy", line 3183, in script call
    call screen v12s7_rear
  File "game/v12/scene7.rpy", line 1335, 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 1715, in script call
    call screen v12s7_left_viewpoint
  File "game/v12/scene7.rpy", line 3272, in script call
    call screen v12s7_captains_room
  File "game/v12/scene7.rpy", line 1963, in script call
    call screen v12s7_seating_back
  File "game/v12/scene7.rpy", line 6198, in script call
    call screen v12s7_bow
  File "game/v12/scene18.rpy", line 1080, in script call
    call screen v12s18_room1
  File "game/v13/scene35.rpy", line 109, in script
    call screen v13s35_adult_shop
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3134, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", 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 3308, 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 3728, 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 3728, 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 "game/v13/scene35_screens.rpy", line 1, in execute
    screen v13s35_adult_shop():
  File "game/v13/scene35_screens.rpy", line 1, in execute
    screen v13s35_adult_shop():
  File "game/v13/scene35_screens.rpy", line 8, in execute
    vbox:
  File "game/v13/scene35_screens.rpy", line 12, in execute
    hbox:
  File "game/v13/scene35_screens.rpy", line 15, in execute
    imagebutton:
  File "game/v13/scene35_screens.rpy", line 15, in keywords
    imagebutton:
  File "game/v13/scene35_screens.rpy", line 18, in <module>
    insensitive honey.insensitive_image
AttributeError: 'Item' object has no attribute 'insensitive_image'

Windows-10-10.0.19041
Ren'Py 7.4.9.2065u
College Kings 13.0.1
Fri Sep 24 07:51:02 2021
[/CODE]
 
3.20 star(s) 196 Votes