Bloodguard

Engaged Member
Feb 20, 2021
3,117
4,753
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". :unsure:
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. :poop:
Would make sense if it was a Unity game I guess, but is RenPy really that complex? :unsure:
 
  • Like
Reactions: Prokopije

Prokopije

Stupidity Exterminator
Donor
Jun 5, 2017
1,845
2,717
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. :poop:
Would make sense if it was a Unity game I guess, but is RenPy really that complex? :unsure:
For game this complex, it doesn't matter. It is pretty complex, even with RenPy. You have to play-test literally everything.
For example, yesterday, I replayed "being single route" in order to grab Lindsey in this new update and encountered bug error during conversation with Elijah where MC is supposed to convince him to give mansion for the party. nothing big, not game breaking, skippable with ignore. But, it's bug which is not there if you have Aubrey or Nora as MC's girlfriend. I played both those routes before, and had no bugs during conversation with him. Every time I picked exactly same options during conversation. Two routes - no bug. One route - bug.
That is kind of bug which dev and testers are "not supposed" to find, so yes, that will be reported later during "mass players test", no fuss about it.
But look at mess we have here. Saving function is broken. Gallery images misplaced giving errors... How can you not notice that kind of bugs? What are they doing during those "alpha" tests? Is it possible that no one opened gallery or tried to save a game? :)
 
  • Like
Reactions: Bloodguard

jadepaladin

Well-Known Member
Mar 9, 2020
1,262
2,593
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. :poop:
Would make sense if it was a Unity game I guess, but is RenPy really that complex? :unsure:
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.
 

tomoe_wroc

Newbie
Dec 19, 2021
29
10
During saving:

Code:
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
 

Jafo

Active Member
Oct 8, 2017
983
2,923
Because of problems I decided to start act 2 from scratch. Everyting works fine but I am not getting to go to bed with Autumn. I went through 2 pages in the "search" And found a lot of solutions. But I tried most of them and I think there are some changes made.

I tried Elijah first asking for the pool. Walking away with him and the game places me right to his moms door. So no Autumn.
Then I went to see his mom first but after that the game takes me to the chickhouse to Nora.

Yes, I kissed Autumn, and there is nothing going on withe Lauren.

Is there anyone who played this part recently and succeeded with autumn? I really hope so.
 

Alderamin

Newbie
Apr 5, 2018
51
90
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
 

mcguy101

Newbie
Jun 23, 2021
21
4
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
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.
 

Dr_Ody

New Member
Jan 19, 2025
1
0
i found a lindsey aubrey threesome that wasn't in the gallery...which was a nice surprise
I just wonder if there will be no more scenes of a threesome with Aubrey and Riley if I choose Aubrey to be my girlfriend.
And by the way how did you got threesome with lindsey and aubrey
 

Jafo

Active Member
Oct 8, 2017
983
2,923
It's not during dialogues. Finish dialogues with him, and glasses are on the booth (very tiny, somewhere on the left side, I think).
Thanks! But when you finish the dailogue the booth is not accessible anymore
 
3.20 star(s) 209 Votes