STNeish

Member
Mar 20, 2020
298
420
Its because of the saves. Even if you load the old ones it will give those errors. But strange to me it didn't even show.and im playing the v15.0.2 and no errors. Just some Phone bugs thats all
It's not the saves. I tried starting a new game and it did the same thing to me. Constant errors and missing images.

I should say, I downloaded from GoFile, in case that's relevant.
 

Journey95

Active Member
Jun 23, 2018
875
1,705
The potential BJ from Naomi caught me by surprise, as did Aubrey catching them in the act..probably the most uncomfortable scene yet
 

NewTricks

Forum Fanatic
Nov 1, 2017
5,193
11,230
The potential BJ from Naomi caught me by surprise, as did Aubrey catching them in the act..probably the most uncomfortable scene yet
More uncomfortable than Lauren catching you fucking Aubrey in the suspiciously spacious airplane toilet? History repeats first as tragedy and then as farce.
 
  • Haha
Reactions: Journey95

Journey95

Active Member
Jun 23, 2018
875
1,705
More uncomfortable than Lauren catching you fucking Aubrey in the suspiciously spacious airplane toilet? History repeats first as tragedy and then as farce.
Forgot about that one since I reloaded an earlier save. Guess its karma for Aubrey. Naomi is hotter anyway
 
  • Like
Reactions: NewTricks

gsw454twerf

New Member
Jan 8, 2022
14
27
So it seems a bunch of LI path checks were busted in 15.0.2. Quickly re-ran through the update in 15.0.3 using skip function, and this time got the Amber and Penelope list scenes without any KCT checks.

The Penelope and Jenny drinking scene now actually acknowledges your sleepover with Penelope; while in 15.0.2, the two just randomly teased you about chasing after others, which seemed pointless and awkward.

Also, unlike 15.0.2, Aubrey doesn't brush you off at the wedding if you express interest in getting serious in the future.

The 0.3 path bug fixes certainly alleviated many concerns I had from the 0.2 update.
 

chekocm

New Member
Dec 16, 2019
1
0
So in the 15.0.3 version the phone doesn't seem to work for me. When it opens it's only the blue background and no apps I can click on. Any ideas for what I can do?
 
Dec 8, 2021
283
268
Main girl? No but I can how you feel this way since Nora's the only girl with a consistent arc tbh.

Still feel like a handful of characters can catch up to her if they don't wet the bed like they did Riley.(Jesus she fell off the map. Riley was cool in the beginning)
What happened to Riley, why isn't she nicer?
 

Angcal

Active Member
Oct 18, 2019
569
574
The torrent link don't work for me, "Finding peers..." all the time and don't start downloading.
 

Crusader of Romance

Well-Known Member
Dec 14, 2019
1,400
1,517
The torrent link don't work for me, "Finding peers..." all the time and don't start downloading.
If you are using utorrent then that's the problem, because it's not supported. I had to get qBittorrent.
Here's the FAQ:
 

yigidoox98

New Member
Nov 22, 2021
2
0
While loading <'Image' u'images/v1/fr1rileyhover.webp'>:
File "game/v1/v1.rpy", line 1021, in script
call screen v1_freeRoam1_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/fr1rileyhover.webp'.

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

Full traceback:
File "game/v1/v1.rpy", line 1021, in script
call screen v1_freeRoam1_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/fr1rileyhover.webp'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
College Kings 15.0.3 (Act: 4) (SHA: c2ff796ac)
Tue Jan 18 15:32:46 2022
 
3.20 star(s) 209 Votes