CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

2382dudubes

Member
Mar 20, 2019
342
720
Who are your Top 3 girls of this game?

For me: 1. Nora, 2. Lindsey, 3. Chloe
Looks: Nora, Chloe, Aubrey
Personality: Amber, Riley, Aubrey

But it's hard to say because character personalities completely switch or dull extremely. Example Aubrey used to be easy going slutty girl you steal horses with, who literally pulls you away for a quickie 10meter next to your girlfriend, but then becomes a jealous crybaby 2 weeks later.
 
  • Like
Reactions: LSC82

Journey95

Active Member
Jun 23, 2018
873
1,702
Looks: Nora, Chloe, Aubrey
Personality: Amber, Riley, Aubrey

But it's hard to say because character personalities completely switch or dull extremely. Example Aubrey used to be easy going slutty girl you steal horses with, who literally pulls you away for a quickie 10meter next to your girlfriend, but then becomes a jealous crybaby 2 weeks later.
Yeah Aubrey is kind of boring now, hope there is an option to bang her sister instead
 
Dec 8, 2021
283
268
Naomi. She was introduced before but I didn't expect an option to "romance" her
so bro, can you answer me some questions, do you think there will be more girls making their first appearance in the game? and another question, what are all the main girls, by saying that, i mean the ones that are routed?





i consider the girl to have a route for her if she has at least two scenes in the game (normal or erotic, whatever) where she has some dialogue with the mc


but if you don't have the same view as me on this, let me know your view too
 

Arcturius

Member
Jun 13, 2020
129
56
I've already downloaded the game 3 times (each time via GOFILE) and even when I start over I keep getting this message images are "not found"

does anyone have a solution or does this problem go away at some point in the game?
 
Dec 8, 2021
283
268
I've already downloaded the game 3 times (each time via GOFILE) and even when I start over I keep getting this message images are "not found"

does anyone have a solution or does this problem go away at some point in the game?
bro these errors will be fixed in the next version, which will be a major bug fix update, you can be sure that by the end of the month it will be released
 
  • Like
Reactions: Arcturius

Crusader of Romance

Well-Known Member
Dec 14, 2019
1,045
1,123
I've already downloaded the game 3 times (each time via GOFILE) and even when I start over I keep getting this message images are "not found"

does anyone have a solution or does this problem go away at some point in the game?
Get the torrent version. The other versions are missing 2-3GB of content. People were complaining that 18GB was too big so I guess somebody tried to make it smaller and messed up the game.
 
  • Like
Reactions: Arcturius

Raziel_8

Engaged Member
Dec 4, 2017
3,912
10,167
so bro, can you answer me some questions, do you think there will be more girls making their first appearance in the game? and another question, what are all the main girls, by saying that, i mean the ones that are routed?
The last thing the game needs is more girls or more random side fucks like in the brothel.
Instead they should focus to add content to the existing ones, quite a few of them lack in content, like :
-Penelope, she lacks extremely in content
-Lindsey, strange route progression, first she throws herself at the MC, than nothing, than more less friendzone until that one scene in the panic room, also lacks in content (at least quality content, not that stupid election content)
-Emily, for those who like her, really needs more presence and content
-Lauren was pretty much sidelined ever since the trip, she has a couple of scenes but really not much.

-Autum/Jenny are new as LI's and also likely Aubreys sister...

By the way, can someone explain me why we need a stupid campus wide election campaign ??
If i remember correctly Chloe/Lindsey run for sorority president, where only the members can vote...why involving the whole college, which has no say in the matter either way...
 

indio68

Engaged Member
Sep 26, 2020
3,870
3,217
the walkthrough it's not right...i did all that it is in it , but i'm now at the night before the fight (must started the whole game for the third time, due to a Phonr Bug with nora and another girl missing in the contacts!!:mad:..and now i'm at the first night fight and i cant have sex with audrey at lake, nor i can kiss riley, and now i can't have a dialogue after bumpingin Nora when i was about to go to eat breakfast....what's the matter?? happened to some others?thanks
 

ghaster69

Newbie
Sep 3, 2018
25
13
Idk if Im just retardet but I have no idea how to get "wild with chloe" scene
MC boyfriend check
Bought shit in sexshop check
But every fucking time he invites lindsey
Im lost please someone help.
 

Zero141214

Newbie
May 28, 2021
40
44
Looks: Nora, Chloe, Aubrey
Personality: Amber, Riley, Aubrey

But it's hard to say because character personalities completely switch or dull extremely. Example Aubrey used to be easy going slutty girl you steal horses with, who literally pulls you away for a quickie 10meter next to your girlfriend, but then becomes a jealous crybaby 2 weeks later.
Looks: Nora, Aubrey, Linds
Personality: Nora, Riley, Penelope
 

egy man

Member
Jun 1, 2021
393
102
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/v1/fr2sam.webp'>:
File "game/v1/v1.rpy", line 3062, in script
call screen v1_freeRoam2_1
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/v1/fr2sam.webp'.

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

Full traceback:
File "game/v1/v1.rpy", line 3062, in script
call screen v1_freeRoam2_1
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 3136, 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 3325, 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 3839, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2565, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 688, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/behavior.py", line 795, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1264, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 625, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 287, in get
surf = image.load()
File "renpy/display/im.py", line 706, in load
raise e
IOError: Couldn't find file 'images/v1/fr2sam.webp'.

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
College Kings 15.0.3 (Act: 4) (SHA: c2ff796ac)
Wed Jan 19 04:40:50 2022
 
3.20 star(s) 198 Votes