Cheat Mod Ren'Py Vae Victis - Khan: Conquer, Ravish, Breed all version (CheatMod)[Sababukin]

Sav95s

Newbie
Jan 24, 2022
26
7
after creating my name and clicking enter i get this each time


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "game/0GUI/say.rpy", line 131, in execute
screen quick_menu():
File "game/0GUI/say.rpy", line 131, in execute
screen quick_menu():
File "game/0GUI/say.rpy", line 133, in execute
if quick_menu:
File "game/0GUI/say.rpy", line 133, in <module>
if quick_menu:
NameError: name 'quick_menu' is not defined

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

Full traceback:
File "quests/01 intro_prison.rpyc", line 218, in script
File "renpy/ast.py", line 889, in execute
statement_name(stmt_name)
File "renpy/ast.py", line 47, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/exports.py", line 1657, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2801, in do_with
clear=clear)
File "renpy/display/core.py", line 3377, 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 "renpy/display/core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/0GUI/say.rpy", line 131, in execute
screen quick_menu():
File "game/0GUI/say.rpy", line 131, in execute
screen quick_menu():
File "game/0GUI/say.rpy", line 133, in execute
if quick_menu:
File "game/0GUI/say.rpy", line 133, in <module>
if quick_menu:
NameError: name 'quick_menu' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 7.5.3.22090809
Khan 0.10.8
Sun Oct 1 14:23:42 2023
 

mncub31

Member
Nov 1, 2017
298
115
I don't think the mod works properly for the new game version. It's the first time using it that I constantly get error screens.
 

uhboy

Member
Jul 25, 2021
139
71
only error i get on a new game is when i press the "shadow institute" the rest works (i think)

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

While running game code:
TypeError: Unexpected keyword arguments: 'cho2_enable'

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

Full traceback:
  File "map.rpyc", line 816, in script call
  File "quests/01 blazeer oryeonguk.rpyc", line 2050, in script call
  File "map.rpyc", line 816, in script call
  File "quests/02 ziruan marbia.rpyc", line 960, in script call
  File "quests/02 ziruan marbia.rpyc", line 960, in script call
  File "quests/02 ziruan marbia.rpyc", line 960, in script call
  File "quests/02 ziruan marbia.rpyc", line 982, in script call
  File "quests/02 ziruan marbia.rpyc", line 971, in script call
  File "quests/02 ziruan marbia.rpyc", line 960, in script call
  File "quests/02 ziruan marbia.rpyc", line 980, in script call
  File "quests/02 ziruan marbia.rpyc", line 960, in script call
  File "quests/02 ziruan marbia.rpyc", line 967, in script call
  File "quests/02 ziruan marbia.rpyc", line 960, in script call
  File "map.rpyc", line 816, in script call
  File "territories.rpyc", line 557, in script
  File "renpy/ast.py", line 1903, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1010, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1250, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, 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 "renpy/display/core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "renpy/display/screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "renpy/ast.py", line 294, in apply_arguments
    return parameters.apply(args, kwargs, ignore_errors)
  File "renpy/ast.py", line 281, in apply
    ", ".join("'%s'" % i for i in kwargs))
TypeError: Unexpected keyword arguments: 'cho2_enable'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Khan 0.10.9
Tue Nov  7 21:03:30 2023
```
 

bigbossbravo6

Newbie
Sep 21, 2017
70
50
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/map.rpy", line 543, in execute
File "game/map.rpy", line 543, in execute
File "game/map.rpy", line 544, in execute
Exception: Imagebutton does not have a idle image. (auto=u'Maps/map_%s.png').

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

Full traceback:
File "game/map.rpyc", line 834, in script
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, 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 "renpy/display/core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/map.rpy", line 543, in execute
File "game/map.rpy", line 543, in execute
File "game/map.rpy", line 544, in execute
File "renpy/ui.py", line 952, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "renpy/ui.py", line 946, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'Maps/map_%s.png').

Windows-10-10.0.22000 AMD64
Ren'Py 7.5.3.22090809
Khan 0.10.9
Thu Nov 16 19:31:06 2023
```
 

Eversmann122

Newbie
Jul 11, 2018
73
94
Ok decided to take a look at this mod after doing a quick fix of Sabs LH mod and threw together a quick fix for the QM version, do beware that I did this after work so I haven't had much time to do extensive testing other than to make sure it doesn't crash on a new save and all the variables work as far as I can tell (the territories morale ticker is a bit finnicky but eh) .

You do still need to wait till you get to the map if starting a new game as certain variables are not set until you do.

I will take a look at the Map version sometime tomorrow if there are no issues found when I check back.

Edit: Uploaded Map version of mod. will see what I can do about adding more of the territories (if there are more currently) this weekend if there are no issues.
edit: forgot it was a holiday weekend...anyway will look at the mod sometime after the holidays or if I get a minute.
(This is all Sabs work I am just updating/fixing it to work with current game versions)
 
Last edited: