Hi. I saved before the volleyball game and tried to save after and it timed out into the gray Ren'py screen of death. I actually got well past that point (Nora and the bald eagle scene with MC) and it gave me the same glitch. It actually autosaved to the part where you have to choose who to root for (Aubrey or Riley) but then stopped autosaving as I had gotten well past that point. Does anybody have any fix for this?Only I want to say you can save if you save before Aubry and Riley volleyball game and save again more later, it worked to me so I can enjoy the first part of chapter 6.
Make sure you haven't missed anybody. After that, I think you need to talk to the girls in the pool again if I'm remembering it correctly.Guys, I'm stuck at the pool party after talking to everyone, how should I behave?
I have Aubrey as a GF, but somehow have Riley as a FWB (and Lindsay too). It's weird that Riley won't kiss me, because I have a GF, but she'll do anything else. I am hoping to end up with both Aubrey and Riley, as Riley is into the poly thing, but Aubs isn't, but both seem to like girls. Had a 3-way with them both at one point.In short, yes you can have Riley as a girlfriend, but only her.
I downloaded the version from this thread and it took me less then 10 minutes to run into a HEAP of "Unsupported images" and Images that are just stuck in the upper left corner of the screen, been wondering if that's a faulty download on my end or if the game is really going downhill this badly...I'm a couple of updates behind because frankly despite quite liking the game initially I got tired of dealing with the incessant bugs and corrections and removed scenes and changed this and changed that and whatever. It just became exhausting. So, all I want to know is if the dev got his/their shit together and if we have a functioning, coherent game, or is it still a bug infested mess? If not then I'll probably give up on it forever.
a few, before i updated to 6.0.3 it was a LOT XDYes, there are a few unsupported/missig images. Also I have feling that game isn't good optimalised (sometimes answering messages on phone have a lot of downtime.
The players have always been the beta testers for this game. Doubt that will change anytime soon. Every update, wait for at least 4 bugfix "mini updates" before trying to play.Makes you wonder how this game looked WITH those bugs they detected and postponed release "until they fix them"... considering 6.0.0 was "delayed fixed version".![]()
For game this complex, it doesn't matter. It is pretty complex, even with RenPy. You have to play-test literally everything.The players have always been the beta testers for this game. Doubt that will change anytime soon. Every update, wait for at least 4 bugfix "mini updates" before trying to play.
Would make sense if it was a Unity game I guess, but is RenPy really that complex?![]()
Not excusing the dev but yes, CK is one of the more ambitious games code wise based on the amount of LIs and their different route styles, with the personality system being another layer on top of it. Personally if I was getting feedback like "game is full of bugs" every update, I would have taken a hard look at it earlier and decided if I bit off more than I could chew and cut back on some things.The players have always been the beta testers for this game. Doubt that will change anytime soon. Every update, wait for at least 4 bugfix "mini updates" before trying to play.
Would make sense if it was a Unity game I guess, but is RenPy really that complex?![]()
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 415, in __call__
renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <enum 'EP6S7B_mc_supported'>: it's not the same object as store.EP6S7B_mc_supported
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\display\core.py", line 2215, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\display\core.py", line 3286, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\display\screen.py", line 791, in event
rv = self.child.event(ev, x, y, st)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\display\layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\display\behavior.py", line 1182, in event
return handle_click(self.clicked)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\display\behavior.py", line 1103, in handle_click
rv = run(action)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\display\behavior.py", line 394, in run
new_rv = run(i, *args, **kwargs)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 415, in __call__
renpy.save(fn, extra_info=save_name)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\loadsave.py", line 431, in save
reraise(t, e, tb)
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\loadsave.py", line 417, in save
dump((roots, renpy.game.log), logf)
File "E:\!Game\!hmm\CollegeKings2-6.0.0-pc\renpy\compat\pickle.py", line 107, in dump
pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
PicklingError: Can't pickle <enum 'EP6S7B_mc_supported'>: it's not the same object as store.EP6S7B_mc_supported
Windows-10-10.0.22000 AMD64
Ren'Py 8.3.4.24120703
College Kings 2 6.0.0
Sat Jan 25 22:01:02 2025
Yes, it is working with me. Install first URM, then the mod and do not install the launcher of the mod. It took me several hours to find this out.Is there a way to use URM anymore or nah
Where are you in the game? There is a known bug that happens in Act 2 in Europe while watching a volleyball game. I've heard that it was fixed in 6.03, but that version is not available on f95 yet. I'm stuck at that point.I can't save anymore, after 20 or so successful saves I'm getting an error message. only using URM to read the values but I did not modify anything. Any tips? I did search the thread and people seem to have trouble with saves but mostly for transferring from season 1 to 2, so that is not my issue yet
6.0.3 is available as of Tuesday here on f95.Where are you in the game? There is a known bug that happens in Act 2 in Europe while watching a volleyball game. I've heard that it was fixed in 6.03, but that version is not available on f95 yet. I'm stuck at that point.
Was that before or after poolparty?i found a lindsey aubrey threesome that wasn't in the gallery...which was a nice surprise