- May 19, 2021
- 9
- 2
where I can find CK v1.2.17s? it is steam version?The Mod works for CK versions 1.2.17s (College Kings Act 1) and 1.3.8 (Current F95 version for Act 2), I will update the mod once its updated on F95
where I can find CK v1.2.17s? it is steam version?The Mod works for CK versions 1.2.17s (College Kings Act 1) and 1.3.8 (Current F95 version for Act 2), I will update the mod once its updated on F95
Where do we find this updated download at? The one on page 1 is still for an older version. Thank you.Now CK1 updated to 1.3.17
Where do we find this updated download at? The one on page 1 is still for an older version. Thank you.
I've currently put development on hold to focus on school and other projects. I recommend using the other multimod by Zen Devil here. I haven't personally used it but its bound to work.Now CK1 updated to 1.3.17
This mod is outdated. I haven't had the time to work on it with how annoying the code for College Kings is. They change variables and the variable system left and right. I've already recorded the variables for season 2 twice in just 4 mod updates. I do plan on coming back later in the year or early 2024.Hi,
I've downloaded your mod CK2 - 3.1.8 (Mod Version 0.4) installed it into a CK2 - 3.2.13 installation, and it worked absolutely as it should, but only one time. The next time I'm starting the CK2 installation I've got following error:
You don't have permission to view the spoiler content. Log in or register now.
Any Idea, what I can do to solve these problem ?
Can you explain what happened? Which version of the mod and game are you using? And any error codes if any?Does not work.
1.3.21 isnt a supported version.Game version 1.3.21
CheatMode 0.2
There are no crashes, no errors codes, the game runs, but the cheat menue is not there
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/cheat_menu/CheatMenu.rpy", line 12, in execute
screen stats():
File "game/cheat_menu/CheatMenu.rpy", line 12, in execute
screen stats():
File "game/cheat_menu/CheatMenu.rpy", line 15, in execute
$ cm_bro = reputation.components[RepComponent.BRO]
File "game/cheat_menu/CheatMenu.rpy", line 15, in <module>
$ cm_bro = reputation.components[RepComponent.BRO]
NameError: name 'RepComponent' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
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 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/cheat_menu/CheatMenu.rpy", line 12, in execute
screen stats():
File "game/cheat_menu/CheatMenu.rpy", line 12, in execute
screen stats():
File "game/cheat_menu/CheatMenu.rpy", line 15, in execute
$ cm_bro = reputation.components[RepComponent.BRO]
File "game/cheat_menu/CheatMenu.rpy", line 15, in <module>
$ cm_bro = reputation.components[RepComponent.BRO]
NameError: name 'RepComponent' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
College Kings 2 3.0.16s (Act: 1) (SHA: 8dff62d0)
Fri Jan 5 01:54:25 2024
The Version you are using is not supported. Hopefully by the end of this month I'll post an update that works on the newest versions. I had a lot of personal issues and projects this month that have taken my attention.doesn't work
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "game/cheat_menu/CheatMenu.rpy", line 12, in execute screen stats(): File "game/cheat_menu/CheatMenu.rpy", line 12, in execute screen stats(): File "game/cheat_menu/CheatMenu.rpy", line 15, in execute $ cm_bro = reputation.components[RepComponent.BRO] File "game/cheat_menu/CheatMenu.rpy", line 15, in <module> $ cm_bro = reputation.components[RepComponent.BRO] NameError: name 'RepComponent' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() 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 3737, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 436, in visit_all callback(self) File "renpy/display/core.py", line 3737, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 447, in per_interact self.update() File "renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "game/cheat_menu/CheatMenu.rpy", line 12, in execute screen stats(): File "game/cheat_menu/CheatMenu.rpy", line 12, in execute screen stats(): File "game/cheat_menu/CheatMenu.rpy", line 15, in execute $ cm_bro = reputation.components[RepComponent.BRO] File "game/cheat_menu/CheatMenu.rpy", line 15, in <module> $ cm_bro = reputation.components[RepComponent.BRO] NameError: name 'RepComponent' is not defined Windows-10-10.0.19041 Ren'Py 7.4.11.2266 College Kings 2 3.0.16s (Act: 1) (SHA: 8dff62d0) Fri Jan 5 01:54:25 2024
We are almost done with the update. Currently we have the majority of it done. Act 1 is complete. We are waiting for Episode 4 Part 1 to drop so we can update the mod to support it hopefully close to release. We are dropping both at the same time. So maybe a week at most. At best within a day of Episode 4 Part 1 Dropping.Hopefully this mod is finished soon
Any chance you will let me use the mod for Act 1 sooner? By the time I even get to Act 2, it will be way longer than a week. I'd prefer to start playing this game with a mod as soon as today if possible since I'm taking some time off work at the moment lol but if don't want to it's fine. Just thought I'd try because I only want the mod for Act 1 anyways.We are almost done with the update. Currently we have the majority of it done. Act 1 is complete. We are waiting for Episode 4 Part 1 to drop so we can update the mod to support it hopefully close to release. We are dropping both at the same time. So maybe a week at most. At best within a day of Episode 4 Part 1 Dropping.
I recommend using the walkthrough for first playthroughs. As we haven't play tested how much the mod can break the game with heavy variable editing. You can use either the official walkthrough here or the bang them all here. They require a little bit of work arounds to be used in the current version. Or you can download an older version that is supported by the mod here. We have no plans to release the Act 1 Mod early before we do playtesting.Any chance you will let me use the mod for Act 1 sooner? By the time I even get to Act 2, it will be way longer than a week. I'd prefer to start playing this game with a mod as soon as today if possible since I'm taking some time off work at the moment lol but if don't want to it's fine. Just thought I'd try because I only want the mod for Act 1 anyways.
We were having problems but we are back up mostly. We lost the episode specific cheats but we are actively working on getting the mod working without them before we publish maybe less than an hour. Then we will update with the episode specific cheats in less than a week.Hey, Thorian Studios. Act 2 Version 4 Part 1 has dropped. Waiting for your magic mod.