• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

Mod Ren'Py Kingdom of Deception JDMOD [0.14.0] [JohnDupont]

5.00 star(s) 1 Vote

JohnDupont

Active Member
Modder
May 26, 2017
802
2,698
This thing doesn't work. I did everything as instructed in the Intallation section and still got an error:

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/JDMOD/Menus_Override.rpy", line 57: is not terminated with a newline. (Check strings and parenthesis.)
key "game_menu" action [ SetVariable("gallery_workaround", False),

Ren'Py Version: Ren'Py 6.99.14.3.3347
Tue Sep 18 00:48:18 2018

I fixed that one but then I get another:

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/JDMOD/Menus_Override.rpy", line 58: Line is indented, but the preceding key statement does not expect a block. Please check this line's indentation.
    Hide("JDMOD_gallery"),
    ^

Ren'Py Version: Ren'Py 6.99.14.3.3347
Tue Sep 18 00:56:53 2018
Sorry, I didn't test 0.6.0a before uploading.
I fixed this bug and another one I found while testing.

Thanks for the report.
 
  • Like
Reactions: ponyguy

xt2021

Active Member
Feb 16, 2018
647
2,153
After I change the Menus_Override.rpy I can play the game
But when I select the first scene in gallery the game crash
the error code:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 1173, in <module>
NameError: name 'Sabia' is not defined

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

Full traceback:
File "game/Hentai Scenes.rpyc", line 167, in script call
�u�(#�ϩ�19o<?|�8(�
File "game/script.rpyc", line 1173, in script
tc�en�w
File "\Kingdom_of_Deception\Kingdom_of_Deception-0.6\renpy\ast.py", line 1729, in execute
if renpy.python.py_eval(condition):
File "\Kingdom_of_Deception\Kingdom_of_Deception-0.6\renpy\python.py", line 1919, in py_eval
return py_eval_bytecode(code, globals, locals)
File "\Kingdom_of_Deception\Kingdom_of_Deception-0.6\renpy\python.py", line 1912, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 1173, in <module>
NameError: name 'Sabia' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.6.0
Tue Sep 18 18:00:55 2018

Can anyone help me? thanks!
 
  • Like
Reactions: JohnDupont

JohnDupont

Active Member
Modder
May 26, 2017
802
2,698
After I change the Menus_Override.rpy I can play the game
But when I select the first scene in gallery the game crash
the error code:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 1173, in <module>
NameError: name 'Sabia' is not defined

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

Full traceback:
File "game/Hentai Scenes.rpyc", line 167, in script call
�u�(#�ϩ�19o<?|�8(�
File "game/script.rpyc", line 1173, in script
tc�en�w
File "\Kingdom_of_Deception\Kingdom_of_Deception-0.6\renpy\ast.py", line 1729, in execute
if renpy.python.py_eval(condition):
File "\Kingdom_of_Deception\Kingdom_of_Deception-0.6\renpy\python.py", line 1919, in py_eval
return py_eval_bytecode(code, globals, locals)
File "\Kingdom_of_Deception\Kingdom_of_Deception-0.6\renpy\python.py", line 1912, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 1173, in <module>
NameError: name 'Sabia' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.6.0
Tue Sep 18 18:00:55 2018

Can anyone help me? thanks!
Fixed, download 0.6.0c.

Thanks for the report.
 
  • Like
Reactions: ponyguy

xt2021

Active Member
Feb 16, 2018
647
2,153
Fixed, download 0.6.0c.

Thanks for the report.
Thanks for your help,it work well
But when I select first bonus scene in bonus gallery,after some dialogues, the game crash again
error code:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 268, in execute_play_sound
renpy.sound.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
NameError: name 'slash' is not defined

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

Full traceback:
File "game/Hentai Scenes.rpyc", line 81, in script
9�CXon�����h�i�����j���4V��S�(.���UtIcyIW’��1��%]i-i���EaI"K�2���<�6ƒZxInѧEK�S@�F׵��*X�$h�\�Uֺ��ֵ�kJd]W�Ͱ���Ω<�4�G��v�?�.e!����`}J��x�W�w�1f�%^��K,�݂9�nN����_ɸ��.��}�
File "\Kingdom_of_Deception\Kingdom_of_Deception-pc\renpy\ast.py", line 1828, in execute
self.call("execute")
File "\Kingdom_of_Deception\Kingdom_of_Deception-pc\renpy\ast.py", line 1816, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "\Kingdom_of_Deception\Kingdom_of_Deception-pc\renpy\statements.py", line 177, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 268, in execute_play_sound
renpy.sound.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "\Kingdom_of_Deception\Kingdom_of_Deception-pc\renpy\python.py", line 1919, in py_eval
return py_eval_bytecode(code, globals, locals)
File "\Kingdom_of_Deception\Kingdom_of_Deception-pc\renpy\python.py", line 1912, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Hentai Scenes.rpyc", line 81, in <module>
9�CXon�����h�i�����j���4V��S�(.���UtIcyIW’��1��%]i-i���EaI"K�2���<�6ƒZxInѧEK�S@�F׵��*X�$h�\�Uֺ��ֵ�kJd]W�Ͱ���Ω<�4�G��v�?�.e!����`}J��x�W�w�1f�%^��K,�݂9�nN����_ɸ��.��}�
NameError: name 'slash' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.6.0
Tue Sep 18 19:43:40 2018

pls help,thanks!
 

violettt123

Newbie
Jan 9, 2018
36
38
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not load file E:\Kingdom_of_Deception-pc/game/00Prologue.rpyc.

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

Full traceback:
File "E:\Kingdom_of_Deception-pc\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "E:\Kingdom_of_Deception-pc\renpy\main.py", line 364, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "E:\Kingdom_of_Deception-pc\renpy\script.py", line 265, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "E:\Kingdom_of_Deception-pc\renpy\script.py", line 745, in load_appropriate_file
raise Exception("Could not load file %s." % lastfn)
Exception: Could not load file E:\Kingdom_of_Deception-pc/game/00Prologue.rpyc.

Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.4.2187

my game isnt start i downloaded latest version
 

JohnDupont

Active Member
Modder
May 26, 2017
802
2,698
i downloaded the 0.5.2 version of the game and your mod
cleanly overwrote the files, but i still get errors while watching the scenes from the bonus

i downloaded the bonus 1-4, but dont know how to integrate them in the game

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Hentai Scenes.rpy", line 81, in script
play sound slash
File "renpy/common/000statements.rpy", line 243, in execute_play_sound
renpy.sound.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "game/Hentai Scenes.rpy", line 81, in <module>
play sound slash
NameError: name 'slash' is not defined

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

Full traceback:
File "game/Hentai Scenes.rpy", line 81, in script
play sound slash
File "C:\Users\Olli\Desktop\Kingdom_of_Deception-pc\renpy\ast.py", line 1775, in execute
self.call("execute")
File "C:\Users\Olli\Desktop\Kingdom_of_Deception-pc\renpy\ast.py", line 1763, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\Olli\Desktop\Kingdom_of_Deception-pc\renpy\statements.py", line 163, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 243, in execute_play_sound
renpy.sound.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "C:\Users\Olli\Desktop\Kingdom_of_Deception-pc\renpy\python.py", line 1794, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Olli\Desktop\Kingdom_of_Deception-pc\renpy\python.py", line 1788, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Hentai Scenes.rpy", line 81, in <module>
play sound slash
NameError: name 'slash' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Kingdom of Deception 0.5.0
Thanks for your help,it work well
But when I select first bonus scene in bonus gallery,after some dialogues, the game crash again
error code:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 268, in execute_play_sound
renpy.sound.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
NameError: name 'slash' is not defined

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

Full traceback:
File "game/Hentai Scenes.rpyc", line 81, in script
9�CXon�����h�i�����j���4V��S�(.���UtIcyIW’��1��%]i-i���EaI"K�2���<�6ƒZxInѧEK�S@�F׵��*X�$h�\�Uֺ��ֵ�kJd]W�Ͱ���Ω<�4�G��v�?�.e!����`}J��x�W�w�1f�%^��K,�݂9�nN����_ɸ��.��}�
File "\Kingdom_of_Deception\Kingdom_of_Deception-pc\renpy\ast.py", line 1828, in execute
self.call("execute")
File "\Kingdom_of_Deception\Kingdom_of_Deception-pc\renpy\ast.py", line 1816, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "\Kingdom_of_Deception\Kingdom_of_Deception-pc\renpy\statements.py", line 177, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 268, in execute_play_sound
renpy.sound.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "\Kingdom_of_Deception\Kingdom_of_Deception-pc\renpy\python.py", line 1919, in py_eval
return py_eval_bytecode(code, globals, locals)
File "\Kingdom_of_Deception\Kingdom_of_Deception-pc\renpy\python.py", line 1912, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Hentai Scenes.rpyc", line 81, in <module>
9�CXon�����h�i�����j���4V��S�(.���UtIcyIW’��1��%]i-i���EaI"K�2���<�6ƒZxInѧEK�S@�F׵��*X�$h�\�Uֺ��ֵ�kJd]W�Ͱ���Ω<�4�G��v�?�.e!����`}J��x�W�w�1f�%^��K,�݂9�nN����_ɸ��.��}�
NameError: name 'slash' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.6.0
Tue Sep 18 19:43:40 2018

pls help,thanks!
I just released a new version. It should fix the problem.
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not load file E:\Kingdom_of_Deception-pc/game/00Prologue.rpyc.

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

Full traceback:
File "E:\Kingdom_of_Deception-pc\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "E:\Kingdom_of_Deception-pc\renpy\main.py", line 364, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "E:\Kingdom_of_Deception-pc\renpy\script.py", line 265, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "E:\Kingdom_of_Deception-pc\renpy\script.py", line 745, in load_appropriate_file
raise Exception("Could not load file %s." % lastfn)
Exception: Could not load file E:\Kingdom_of_Deception-pc/game/00Prologue.rpyc.

Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.4.2187

my game isnt start i downloaded latest version
Do a clean install.
 
  • Like
Reactions: xt2021 and ponyguy

JohnDupont

Active Member
Modder
May 26, 2017
802
2,698
Just wondering but would it be possible for jmod to work with android?
From what I understand, you can't add the mod to the Android version. But you can port the modded game (Game + Mod) to Android.
You can or ask someone with more experience to do it.
 

NemisXue

Member
Aug 25, 2017
496
503
apparently it doesn't work with the Mac update cause as soon as I put it into the Mac version the game stop working
 
  • Like
Reactions: JohnDupont

NemisXue

Member
Aug 25, 2017
496
503
Sorry, but I can't test the Mac version. How did you install it exactly?
Exactly how it says too and it worked fine for the previous versions of the game, but something about this latest update to both has it not working at all. Like it won't even start.
 
  • Like
Reactions: JohnDupont

JohnDupont

Active Member
Modder
May 26, 2017
802
2,698
Exactly how it says too and it worked fine for the previous versions of the game, but something about this latest update to both has it not working at all. Like it won't even start.
I want to get this right. Do you mean the MAC non-modded 0.6.0+ version works just fine but, after adding the 0.6.0+ mod, it doesn't even start?
 

Fredone

Newbie
Jul 28, 2018
18
12
I made a clean install, but i keep having this problem:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 222, in script call
call _splashscreen from _call_splashscreen_1
Exception: Invalid key specifier image_load_log

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

Full traceback:
File "renpy/common/00start.rpy", line 222, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpyc", line 1251, in script
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\ast.py", line 1337, in execute
renpy.exports.with_statement(trans, paired)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\exports.py", line 1413, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\core.py", line 2193, in do_with
clear=clear)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\core.py", line 2635, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\core.py", line 3437, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\behavior.py", line 435, in event
if map_event(ev, name):
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\behavior.py", line 221, in map_event
check_code = eval("lambda ev : " + compile_event(keysym, True), globals())
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\behavior.py", line 140, in compile_event
raise Exception("Invalid key specifier %s" % key)
Exception: Invalid key specifier image_load_log

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.6.0
Thu Sep 20 01:53:00 2018

The previous versions worked and yes, i updated the game and the mod to 0.6.2.
 
  • Like
Reactions: JohnDupont

kaine3d

Member
Sep 16, 2017
103
167
I made a clean install, but i keep having this problem:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 222, in script call
call _splashscreen from _call_splashscreen_1
Exception: Invalid key specifier image_load_log

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

Full traceback:
File "renpy/common/00start.rpy", line 222, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpyc", line 1251, in script
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\ast.py", line 1337, in execute
renpy.exports.with_statement(trans, paired)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\exports.py", line 1413, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\core.py", line 2193, in do_with
clear=clear)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\core.py", line 2635, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\core.py", line 3437, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\behavior.py", line 435, in event
if map_event(ev, name):
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\behavior.py", line 221, in map_event
check_code = eval("lambda ev : " + compile_event(keysym, True), globals())
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\behavior.py", line 140, in compile_event
raise Exception("Invalid key specifier %s" % key)
Exception: Invalid key specifier image_load_log

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.6.0
Thu Sep 20 01:53:00 2018

The previous versions worked and yes, i updated the game and the mod to 0.6.2.

getting this same issue as well
 
  • Like
Reactions: JohnDupont

JohnDupont

Active Member
Modder
May 26, 2017
802
2,698
I made a clean install, but i keep having this problem:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 222, in script call
call _splashscreen from _call_splashscreen_1
Exception: Invalid key specifier image_load_log

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

Full traceback:
File "renpy/common/00start.rpy", line 222, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpyc", line 1251, in script
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\ast.py", line 1337, in execute
renpy.exports.with_statement(trans, paired)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\exports.py", line 1413, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\core.py", line 2193, in do_with
clear=clear)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\core.py", line 2635, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\core.py", line 3437, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\behavior.py", line 435, in event
if map_event(ev, name):
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\behavior.py", line 221, in map_event
check_code = eval("lambda ev : " + compile_event(keysym, True), globals())
File "E:\Games\Lewd Games\Kingdom of Deception [v0.6.2]\renpy\display\behavior.py", line 140, in compile_event
raise Exception("Invalid key specifier %s" % key)
Exception: Invalid key specifier image_load_log

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.6.0
Thu Sep 20 01:53:00 2018

The previous versions worked and yes, i updated the game and the mod to 0.6.2.
Don't paste the 'renpy' folder, only the 'game' folder'; it's where the problem is coming from. I'll look more later on.
 

JohnDupont

Active Member
Modder
May 26, 2017
802
2,698
Ok, thanks.
Hreinn Games updated their version of Ren'py in 0.6.0 and by doing so, they enabled the console by default.
I removed the console enabler from the mod and it should fix the problem.
You'll need to perform a clean install to get rid of the old console enabler.

Please, tell me if you can activate the console.

Exactly how it says too and it worked fine for the previous versions of the game, but something about this latest update to both has it not working at all. Like it won't even start.
Maybe, that was your problem as well. Tell me if it works now.
 

Fredone

Newbie
Jul 28, 2018
18
12
Hreinn Games updated their version of Ren'py in 0.6.0 and by doing so, they enabled the console by default.
I removed the console enabler from the mod and it should fix the problem.
You'll need to perform a clean install to get rid of the old console enabler.

Please, tell me if you can activate the console.


Maybe, that was your problem as well. Tell me if it works now.
I've tested quickly, and I can activate the console.
However I don't try change the variables.
 
  • Like
Reactions: JohnDupont
5.00 star(s) 1 Vote