Slayer128

Member
Jun 30, 2017
396
602
Jeez, this has been around since forever, and it's still on 0.12? Is HL3 going to release before the complete ver of this thing?
 

Dragon x Hunter

Active Member
May 8, 2017
763
2,304
I can't believe the art, OMG, 9 months for that, I am not a patron because I just simply can't but I buy the games when they are finished and this is a version that I will absolutely not buy. It is terrible how the art is getting worst more even yearly update.
 

desmosome

Conversation Conqueror
Sep 5, 2018
6,130
14,144
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'Database/Actors/Jasmine/expressions/angry.png'>:
IOError: Couldn't find file 'Database/Actors/Jasmine/expressions/angry.png'.

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

Full traceback:
  File "02OrcCamp Phase 02.rpyc", line 90, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 157, in script call
  File "02OrcCamp Phase 02.rpyc", line 8076, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 157, in script call
  File "02OrcCamp Phase 02.rpyc", line 8107, in script call
  File "02OrcCamp Phase 02.rpyc", line 1224, in script call
  File "02OrcCamp Phase 02.rpyc", line 157, in script call
  File "02OrcCamp Phase 02.rpyc", line 8109, in script call
  File "02OrcCamp Phase 02.rpyc", line 1443, in script call
  File "04Eastern Frontier Map.rpyc", line 862, in script call
  File "04Eastern Frontier Map.rpyc", line 1069, in script call
  File "04Eastern Frontier Map.rpyc", line 862, in script call
  File "04Eastern Frontier Map.rpyc", line 862, in script call
  File "04Eastern Frontier Map.rpyc", line 862, in script call
  File "04Eastern Frontier Map.rpyc", line 862, in script call
  File "04Eastern Frontier Map.rpyc", line 862, in script call
  File "04Eastern Frontier Map.rpyc", line 865, in script call
  File "04Eastern Frontier Map.rpyc", line 868, in script call
  File "04Eastern Frontier Map.rpyc", line 865, in script call
  File "04Eastern Frontier Map.rpyc", line 868, in script call
  File "04Eastern Frontier Map.rpyc", line 868, in script call
  File "04Eastern Frontier Map.rpyc", line 865, in script call
  File "04Eastern Frontier Map.rpyc", line 865, in script call
  File "04Eastern Frontier Map.rpyc", line 868, in script call
  File "04Eastern Frontier Map.rpyc", line 868, in script call
  File "04Eastern Frontier Map.rpyc", line 868, in script call
  File "04Eastern Frontier Map.rpyc", line 868, in script call
  File "04Eastern Frontier Map.rpyc", line 865, in script call
  File "05OrcCamp_Phase_03.rpyc", line 22305, in script
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\exports.py", line 1180, in say
    who(what, *args, **kwargs)
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\display\core.py", line 2635, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\display\core.py", line 3118, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\display\core.py", line 2041, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\display\image.py", line 414, in render
    return wrap_render(self.target, width, height, st, at)
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\display\image.py", line 229, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\display\layout.py", line 1259, in render
    return renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\display\layout.py", line 1822, in render
    cr = renpy.display.render.render(self.child, width, height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0\Kingdom_of_Deception-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'Database/Actors/Jasmine/expressions/angry.png'.

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.11.0alpha
Thu Dec 10 18:48:41 2020
Fix for this? I assume I can just ignore it and continue, but it would keep coming up when she needs the angry face...?
 

desmosome

Conversation Conqueror
Sep 5, 2018
6,130
14,144
Hmm I took as long as possible for Velli to be mind broken, but the rescue results are the same when you get back to Camp?
 

Xill

Well-Known Member
Jan 10, 2018
1,718
2,755
Hmm I took as long as possible for Velli to be mind broken, but the rescue results are the same when you get back to Camp?
Yep, I guess her mind breaking didn't last long. Must be something that happens often.
 

desmosome

Conversation Conqueror
Sep 5, 2018
6,130
14,144
Yep, I guess her mind breaking didn't last long. Must be something that happens often.
ehhh.. would have been nice if there is some lingering effects. Recovering enough to not derail the plot but still being unstable. Right now she is back to her confident self after 2 days lol.
 

deathsurfer

Member
Sep 2, 2018
186
147
this guy is flaunting writing 7000 words in 9 months,
this takes milking the patrons, just below icstor (creator of MILFY CITY, great game; shitty developer) level....
 

aa14

Member
Jul 1, 2017
162
186
I don't get the hate on the new art. Also, I thought the new main story content was pretty good. Just wish the release of content was far quicker for what we get. I wouldn't mind if they reused assets more often if it meant more story progression and scenes. Ornshakar + a sub Sabia looks to be the best outcome here. (y)
 

desmosome

Conversation Conqueror
Sep 5, 2018
6,130
14,144
Am i the only one getting tons of errors?

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

While running game code:
  File "game/02OrcCamp Phase 02.rpy", line 90, in script call
    call maplyinterrogation
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 157, in script call
    call RGAdailyevents
  File "game/02OrcCamp Phase 02.rpy", line 8076, in script call
    call RGAqualificationround
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 157, in script call
    call RGAdailyevents
  File "game/02OrcCamp Phase 02.rpy", line 8107, in script call
    call RGAsabiafight3
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 157, in script call
    call RGAdailyevents
  File "game/02OrcCamp Phase 02.rpy", line 8109, in script call
    call RGAfinalritual
  File "game/02OrcCamp Phase 02.rpy", line 1443, in script call
    call kentarkquestscene
  File "game/04Eastern Frontier Map.rpy", line 862, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 1069, in script call
    call banditintroraid
  File "game/04Eastern Frontier Map.rpy", line 862, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 862, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 862, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 862, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 862, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 865, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 868, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 865, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 868, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 868, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 865, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 865, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 868, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 868, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 868, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 868, in script call
    call kiaprogressionscenes
  File "game/06Eastern_Frontier_Map_Phase_03.rpy", line 8303, in script
    if sub>dom and v11avionquest_day1_scene == False:
SyntaxError: invalid syntax (game/06Eastern_Frontier_Map_Phase_03.rpy, line 8307)

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

Full traceback:
  File "game/02OrcCamp Phase 02.rpy", line 90, in script call
    call maplyinterrogation
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 157, in script call
    call RGAdailyevents
  File "game/02OrcCamp Phase 02.rpy", line 8076, in script call
    call RGAqualificationround
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 157, in script call
    call RGAdailyevents
  File "game/02OrcCamp Phase 02.rpy", line 8107, in script call
    call RGAsabiafight3
  File "game/02OrcCamp Phase 02.rpy", line 1224, in script call
    call RGAtraining
  File "game/02OrcCamp Phase 02.rpy", line 157, in script call
    call RGAdailyevents
  File "game/02OrcCamp Phase 02.rpy", line 8109, in script call
    call RGAfinalritual
  File "game/02OrcCamp Phase 02.rpy", line 1443, in script call
    call kentarkquestscene
  File "game/04Eastern Frontier Map.rpy", line 862, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 1069, in script call
    call banditintroraid
  File "game/04Eastern Frontier Map.rpy", line 862, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 862, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 862, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 862, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 862, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 865, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 868, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 865, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 868, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 868, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 865, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 865, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 868, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 868, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 868, in script call
    call kiaprogressionscenes
  File "game/04Eastern Frontier Map.rpy", line 868, in script call
    call kiaprogressionscenes
  File "game/06Eastern_Frontier_Map_Phase_03.rpy", line 8303, in script
    if sub>dom and v11avionquest_day1_scene == False:
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0 - Copy\Kingdom_of_Deception-pc\renpy\ast.py", line 1729, in execute
    if renpy.python.py_eval(condition):
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0 - Copy\Kingdom_of_Deception-pc\renpy\python.py", line 1917, in py_eval
    code = py_compile(code, 'eval')
  File "E:\Downloads\Kingdom_of_Deception-pc0.11.0 - Copy\Kingdom_of_Deception-pc\renpy\python.py", line 674, in py_compile
    raise e
SyntaxError: invalid syntax (game/06Eastern_Frontier_Map_Phase_03.rpy, line 8307)

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.11.0alpha
Fri Dec 11 05:34:39 2020
how do i fix this?

I think this is the wrong syntax

elif if sub>dom and v11avionquest_day1_scene == True:

but what is the correct one?

edit: alright the if was superfluous after elif statement. Slowly learning about basic coding through porn games.
 
Last edited:

Wardatu

Newbie
Mar 17, 2019
78
84
this guy is flaunting writing 7000 words in 9 months,
this takes milking the patrons, just below icstor (creator of MILFY CITY, great game; shitty developer) level....
I write 7000 words on a daily basis, in a few hours. They really need to get their shit together.
 
  • Like
Reactions: Denizen

borrowed

Member
Feb 18, 2020
169
83
after raising your rank in orc camp she cant whore herself kind of disappointing no repeatable sex scene from chapter 1 and even at the mid point of the game and end point barely repeatable sex scene sad to be honest even at midpoint or endpoint of the game she still can't whore herself out and even drinking is remove at some point in the game would have be great to have more repeatable sex or even BJ scene in drinking game. Sad at mid point of the game or event end point of the game remove making her work as barmaid sad truly sad
 
  • Like
Reactions: kamapalutza

voerman

Member
Apr 8, 2020
373
414
Latest update is terrible.
It goes on and on and on and on. Once you start it basically you are just along to click "yes, I read this".
It no longer is a story about Sabia or her revenge. The game (and in this update it isn't a game) is about whatever character(s) they feel like writing something for at the time.

If I were a Patreon supporter I would be livid about the money I would have wasted.
 
  • Like
Reactions: kamapalutza
3.90 star(s) 74 Votes