Mod Cheat Mod Ren'Py Thorian Mod - College Kings [Thorian Studios]

lazyharry

Active Member
Modder
May 24, 2017
980
369
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 ?
 
Oct 11, 2020
39
43
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 ?
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.
 
Oct 11, 2020
39
43
I'm back with another person. Taking a look on the new updates. Season 1 has new variables and new relationship control. Fun times updating. Been working for about a day on it and only now got most of the variables done. Season 2 was a fairly simple port seems everything is working fine. So I'm going to attach a new quick_menu file so aleast you can use it on the newest version.
0.5 of the mod is going to be our biggest update. My partner Cain as we will call him, is updating the GUI and making a variable guide/walkthrough. Due to the nature of the game it will just tell you the variables and achievements. I'll be working on the cheats portion. With newer episode specific cheats.
0.6 will most likely be a bug fix for any issues and a version update.
0.7 will add multi-girlfriend paths and remove restrictions on scenes. Making it so you can have all scenes minus Sam and Ms.Rose in the same playthrough
0.8 will be another bug fix and version update
0.9 will add support for Ms.Rose and Sam in the sam route. Doing this will cause clothes consistency errors. Things like settings, aka wolves/ape bedroom. Along with some story errors. I'll see what I can do about rewritting the scenes. Also wolf/ape jackets will be linked to the girl so you might wear the other jacket.
1.0 will be bug fixing and version update. Along with any extra features we need.

Hopefully we will have 0.5 done by the end of the year. We have Cain now since I'm still having issues at school. So hopefully he can pick up on my slack. 0.6 will be maybe a few weeks to a month after. Basically if theres an update. 0.7 and later will be a few months out. We hope we can count on your future support.
 
  • Like
Reactions: small81

Jennider100

Newbie
Feb 2, 2020
65
53
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
 

Yasushi12

New Member
Feb 11, 2022
2
0
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
 
Oct 11, 2020
39
43
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
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.
 
Oct 11, 2020
39
43
Hopefully this mod is finished soon
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.
 

JimmyChoo123

New Member
Mar 9, 2022
3
1
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.
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.
 
Oct 11, 2020
39
43
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.
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.
 
Oct 11, 2020
39
43
Hey, Thorian Studios. Act 2 Version 4 Part 1 has dropped. Waiting for your magic mod.
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.
Update Scedule:
Base w/o episode cheats 0.5 (Less than an hour for the update) 0.5 will be exclusive to CK2
Base with episode cheats 0.5.5 (Less than a week for the update) 0.5.5 will include CK1 and CK2 with act specific cheats
0.6 (Less than a month hopefully)
 
Oct 11, 2020
39
43
Updated Mod to v0.5.0. Includes 4.0.0 Support, new ui.
Once installed a new cheat button will appear.
CK1 support will come with v0.5.5
Please submit any bug you find here. I'm very active on this F95 thread.