Mod Cheat Mod Ren'Py College Kings 2 Multi Mod[Duke Knox]

5.00 star(s) 1 Vote

Erhan_Kestrels

New Member
Jul 31, 2021
14
21
I see the latest version of the mod has updated the in-game walkthrough, but I don't see where the walkthrough is reflected? Every option is the same, no difference.
 

Duke Knox

Member
Modder
Oct 1, 2023
128
322
I see the latest version of the mod has updated the in-game walkthrough, but I don't see where the walkthrough is reflected? Every option is the same, no difference.
The walkthrough isn't available for every choice section. (It's a pain in the ass to check all the choices one by one.)
It's the end of the choice mapping
1.png
 

Duke Knox

Member
Modder
Oct 1, 2023
128
322
Announcement: Duke Mod 0.2.b update introduces an Automated Walkthrough mode, offering instant step-by-step guidance in the choice menu—no need to search for manual walkthroughs or wait for updates from modders!

Release Date: Implemented(only beta version) with my current mod for Nephilim. For CK2, I am utilizing Q-Learning and DQF (Decision Quality Factor my own invented feature) and Multi-Criteria Decision Analysis (MCDA) mechanisms for automated choice execution.

Tested on various games:
College Kings 2:
1

The CK2 version is currently in the testing phase and will soon be implemented with version 0.2.b.

Nephilim:
2.png
Color of my sound:
3.png
4.png
Life In Santa County:
5.png
6.png

Another feature(In-Game Live Scrip Editing) currently under development:
1.png
 
Last edited:

Duke Knox

Member
Modder
Oct 1, 2023
128
322
Comparable with the android port,?
I haven't tested it on Android yet, but it will take some time for the upcoming 0.2.b version to be released. I'm currently focusing on ensuring compatibility across all operating systems and integrating various advanced features.

You can check from in the meantime. But remember, this hasn't been tested.
 

rogerkobayashi

New Member
Mar 28, 2024
7
3
I haven't tested it on Android yet, but it will take some time for the upcoming 0.2.b version to be released. I'm currently focusing on ensuring compatibility across all operating systems and integrating various advanced features.

You can check from in the meantime. But remember, this hasn't been tested.
Yeah it doesn't work. Get a error saying something about a mutagen not being found, whatever the hell that means. For Android I mean.
 

rogerkobayashi

New Member
Mar 28, 2024
7
3
So I manually added the Mutagen file for my android file to documents from the mod files and now it says locale not defined.
Not sure what the issue is but I don't know of a workaround for this. Any ideas Knox?!
 

Duke Knox

Member
Modder
Oct 1, 2023
128
322
So I manually added the Mutagen file for my android file to documents from the mod files and now it says locale not defined.
Not sure what the issue is but I don't know of a workaround for this. Any ideas Knox?!
Gimme some time. I'll fix the current mod for android today/tomorrow.
 
Last edited:
  • Like
Reactions: rogerkobayashi

09871234

Formerly '_o_d_e_s_s_a_'
Apr 30, 2024
1
0
I get an error when I try to press Zen Mode in the lower right corner.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Duke/core/1knox.rpy", line 486, in get_formatted_time
self._reset_locale()
File "game/Duke/core/1knox.rpy", line 462, in _reset_locale
except locale.Error as e:
NameError: name 'locale' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "v1/scene1.rpyc", line 105, in script
File "C:\CollegeKings2-5.2.5-pc\renpy\ast.py", line 2557, in execute
Say.execute(self)
File "C:\CollegeKings2-5.2.5-pc\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\CollegeKings2-5.2.5-pc\renpy\exports.py", line 1493, in say
who(what, *args, **kwargs)
File "C:\CollegeKings2-5.2.5-pc\renpy\character.py", line 1394, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "C:\CollegeKings2-5.2.5-pc\renpy\character.py", line 1045, in do_display
display_say(who,
File "C:\CollegeKings2-5.2.5-pc\renpy\character.py", line 741, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\CollegeKings2-5.2.5-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\CollegeKings2-5.2.5-pc\renpy\display\core.py", line 2165, 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 "C:\CollegeKings2-5.2.5-pc\renpy\display\core.py", line 2687, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\CollegeKings2-5.2.5-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\CollegeKings2-5.2.5-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\CollegeKings2-5.2.5-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "C:\CollegeKings2-5.2.5-pc\renpy\display\screen.py", line 485, in visit_all
self.child.visit_all(callback, seen=None)
File "C:\CollegeKings2-5.2.5-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\CollegeKings2-5.2.5-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\CollegeKings2-5.2.5-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "C:\CollegeKings2-5.2.5-pc\renpy\display\displayable.py", line 421, in visit_all
for d in self.visit():
File "C:\CollegeKings2-5.2.5-pc\renpy\display\layout.py", line 1521, in visit
self.update(self.last_st, self.last_at)
File "C:\CollegeKings2-5.2.5-pc\renpy\display\layout.py", line 1532, in update
raw_child, redraw = self.function(st, at, *self.args, **self.kwargs)
File "game/Duke/core/1knox.rpy", line 486, in get_formatted_time
self._reset_locale()
File "game/Duke/core/1knox.rpy", line 462, in _reset_locale
except locale.Error as e:
NameError: name 'locale' is not defined

ikona Zweryfikowane przez społeczność
 

hawkre

New Member
Jul 2, 2020
4
3
Keep getting this error at the beginning of episode 2 as soon as chole comes downstairs.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Dynamic/DevilX/override_labels.rpy", line 67, in script
    cl "Oh, hey, you two."
Exception: Sayer 'cl' is not defined.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "v3/scene15.rpyc", line 1746, in script call
  File "game/Dynamic/DevilX/override_labels.rpy", line 67, in script
    cl "Oh, hey, you two."
  File "C:\Program Files (x86)\Steam\steamapps\common\College Kings 2\renpy\ast.py", line 2560, in execute
    Say.execute(self)
  File "C:\Program Files (x86)\Steam\steamapps\common\College Kings 2\renpy\ast.py", line 575, in execute
    who = eval_who(self.who, self.who_fast)
  File "C:\Program Files (x86)\Steam\steamapps\common\College Kings 2\renpy\ast.py", line 464, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'cl' is not defined.

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
College Kings 2 5.2.6
Mon Jul  1 21:02:48 2024
 

Duke Knox

Member
Modder
Oct 1, 2023
128
322
Keep getting this error at the beginning of episode 2 as soon as chole comes downstairs.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Dynamic/DevilX/override_labels.rpy", line 67, in script
    cl "Oh, hey, you two."
Exception: Sayer 'cl' is not defined.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "v3/scene15.rpyc", line 1746, in script call
  File "game/Dynamic/DevilX/override_labels.rpy", line 67, in script
    cl "Oh, hey, you two."
  File "C:\Program Files (x86)\Steam\steamapps\common\College Kings 2\renpy\ast.py", line 2560, in execute
    Say.execute(self)
  File "C:\Program Files (x86)\Steam\steamapps\common\College Kings 2\renpy\ast.py", line 575, in execute
    who = eval_who(self.who, self.who_fast)
  File "C:\Program Files (x86)\Steam\steamapps\common\College Kings 2\renpy\ast.py", line 464, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'cl' is not defined.

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
College Kings 2 5.2.6
Mon Jul  1 21:02:48 2024
go to that directory game/Dynamic/DevilX/ and delete both override_labels.rpy and override_labels.rpyc files . I forgot to remove that file.
 

Mikiyo

Newbie
Sep 30, 2017
58
32
Ello!
I'm unsure what is going on but from time to time when I try to save my game it bring up an error screen. I cannot go to the Main Menu or Quit the game without getting the error screen. The only fix so far is to remove the Mods and reinstall it after passing a few scenes.
Oh and it only seem to happen mostly at some of the sex scenes. Most common for me is after creampie scenes for some strange reason.
As I wrote the game itself work fine without the Mods. Thanks.
 
5.00 star(s) 1 Vote