I had the same issue and blocked the game outbound in my firewall. That did the trick!can someone help me? why is the game taking so much of my CPU and Memory?
i have 8gb ram
gtx 1050
intel core i5-8300h
it was okay at first. but it started lagging at maybe episode 3 and it crashed my laptop.
already tried the compressed version of CK2, still the same result.also i have no problem with CK1
i think it has nothing to do with the cheat mod (already tried removing it), but appreciate it if someone could help
View attachment 4297323
The exam's done. So, let’s talk about the mod now. Are you running into any errors while using it with the latest version? If you are, post those errors here.
So, tell me, for which game do you need a mod? I play every Ren'Py game with one of my premade mods. That mod works with any Ren'Py game, and you can check out the attached screenshots for proof. All my mods follow a no-base-game-scripts-modification rule, which means even if the game gets updated, the mod will still work.Well, to be honest I don't have any! This mod is amazing and you can play this game, together with URM almost in 1 pass. The game has many conditions to meet but there is always a way with little clicks to make things happen.
Can you please make a mod for all the games I am playing?
Thanks for the reply. Most of all I want a mod for BAD. I played it with the Sancho mod but Sancho is being offline for months now. Because this game is so branched and the dev is hating mods so he keeps on throwing stuff against modders This would be a challenge......So, tell me, for which game do you need a mod? I play every Ren'Py game with one of my premade mods. That mod works with any Ren'Py game, and you can check out the attached screenshots for proof. All my mods follow a no-base-game-scripts-modification rule, which means even if the game gets updated, the mod will still work.
I'm also adding some new features, like gamma calibration control, blurred menus, and so on. I don't know how many more I'll add, but they'll all be practical and no-nonsense features.
Enhanced Choice Menu (with automated choice execution feature):
View attachment 4487468 View attachment 4487470 View attachment 4487471
Add-ons:
View attachment 4487472 View attachment 4487473 View attachment 4487474
The mod’s gonna work with the new version—I tested it myself. I saw some people saying Lindsey and Riley’s relationship status ain’t updating to ‘girlfriend.’ That’s not even a mod issue, though. When I made the mod, their max relationship status was set to FWB (Friends With Benefits) back then. Let’s see if anyone reports other problems, besides the missing image thing. Can’t fix that one, though—where am I supposed to pull the image from?question of the day being does the current mod work for the newest update? as this has been asked mutiple times, and no answerr has been given.
The error occurs because Ren'Py is unable to serialize (pickle) an enum object (EP6S7B_mc_supported) during the save process. This typically happens when the enum is redefined or reloaded during gameplay, causing its identity to differ from the original definition stored in store (Ren'Py’s namespace). My mod doesn't have something like EP6S7B_mc_supported.Just after Riley and Aubrey are playing volleyball in Ep6 and I go to the nightclub to play cards, anytime I save it crashed... It won't even create an autosave. My MC has multiple girlfriends using the mod, so wondered if that could be causing the crash. Even removing them as girlfriends causes same problem, so have no clue.
```
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 "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Adult Games\CollegeKings2-6.0.2-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 "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Adult Games\CollegeKings2-6.0.2-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 "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\display\core.py", line 3286, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\display\screen.py", line 791, in event
rv = self.child.event(ev, x, y, st)
File "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\display\layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\display\behavior.py", line 1182, in event
return handle_click(self.clicked)
File "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\display\behavior.py", line 1103, in handle_click
rv = run(action)
File "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\display\behavior.py", line 394, in run
new_rv = run(i, *args, **kwargs)
File "D:\Adult Games\CollegeKings2-6.0.2-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 "D:\Adult Games\CollegeKings2-6.0.2-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 "D:\Adult Games\CollegeKings2-6.0.2-pc\renpy\loadsave.py", line 417, in save
dump((roots, renpy.game.log), logf)
File "D:\Adult Games\CollegeKings2-6.0.2-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.26100 AMD64
Ren'Py 8.3.4.24120703
College Kings 2 6.0.2
Tue Jan 28 22:12:00 2025
```
Yeah I get at initial stages they were for FWB at max. But with the latest update story development they actually get a chance to become girlfriend. So for that we have to make others as FWB and after becoming girlfriend with them if I try to toggle their relationship, I couldnt bring back girlfriend. Maybe try this save file where currently riley is girlfriend.The mod’s gonna work with the new version—I tested it myself. I saw some people saying Lindsey and Riley’s relationship status ain’t updating to ‘girlfriend.’ That’s not even a mod issue, though. When I made the mod, their max relationship status was set to FWB (Friends With Benefits) back then. Let’s see if anyone reports other problems, besides the missing image thing. Can’t fix that one, though—where am I supposed to pull the image from?
A new mod update's droppin' today, bringin' better stability, more optimization, and some fresh relationship parameters.Yeah I get at initial stages they were for FWB at max. But with the latest update story development they actually get a chance to become girlfriend. So for that we have to make others as FWB and after becoming girlfriend with them if I try to toggle their relationship, I couldnt bring back girlfriend. Maybe try this save file where currently riley is girlfriend.
Thanks duke. Been waiting to set Riley and Lindsay to gf in my playthrough.A new mod update's droppin' today, bringin' better stability, more optimization, and some fresh relationship parameters.
go to mod download manager, enable the auto install option then copy & paste this link (First of all, thanks for the mod Duke Knox.
I'm using version 0.3.c of the mod, with version 6.0.3 of the game.
So far, here errors appeared in the detective scene with Amber (to find Nora) and also in the scene of choosing the day to take care of the baby doll from the sex education class, more specifically at the moment when we choose the day when we will take care of the doll alone. In this case, the error appears before we can see and choose between the options, right after the dialog "Which night do you want the baby alone?".
The error traceback:
You don't have permission to view the spoiler content. Log in or register now.
I've already implemented it in the mod today, and now I am working on some other modifications. Once everything is done, I'll share the update resource link.Thank you for your help Duke Knox.
Can you answer one question? Is there any way to see the requirements to unlock a certain choice that is disabled? A example: in the dialogue with Mrs. Woods, right after "Or are you too good to be true like Mr. Matthews just said?" option 3. "I can show you upstairs" is disabled.
Sorry if it's a stupid question, but in the requirements to unlock a choice there are three variables, but inside the mod menu these variables are only in the "GLOBALS DICTIONARY" (All defined variables) and can't be modified. Does this mean that they can only be modified in Act I?Update patch resource link (copy and pasteYou must be registered to see the linkslink into the resource input field of the download manager while enabling the auto-install option).