- Jan 9, 2021
- 27
- 11
So when I try to download the bonuses and Viressa's mods do I need to copy the images from those to the original images folder of the game?
Yes, you do.So when I try to download the bonuses and Viressa's mods do I need to copy the images from those to the original images folder of the game?
#10 is the latest bonus pack.Is this still the latest stuff?
I came to report a similar problem. I just installed the mod on the most recent version, and I can see the opening scene in the gallery (in the Bonus section), but not in the main game. However, I recently found an old copy of v0.9 on a backup drive, and that one has the deleted scene in the actual game (as a result of installing the mod, if I recall correctly). So, is there something else we need to be doing to get the deleted scenes back integrated with the game, or does the mod just not do that anymore?Quick question: I see the original images from the opening orc scene in the OP, but when I install the mod they're not there. Mod's working fine so I know I installed correctly. Unless that scene was removed completely, even from the mod?
If I remember correctly (it's been a while), the way the art in this game works is separate images for the clothing layered over naked bodies. If that's true, you could probably achieve that result by replacing all the images of clothing with fully blank (transparent, not white) images. But it would be pretty tedious, and I'm not 100% that's how it works in this game.Is there a method or a MOD to undress all the girls?
So I tried to mess with the files a little bit and managed to somehow swap armors in equipment.tsv via notepad but that's about it. Nude is not considered an armour. I either get an error or a floating Sabia head. WelpIf I remember correctly (it's been a while), the way the art in this game works is separate images for the clothing layered over naked bodies. If that's true, you could probably achieve that result by replacing all the images of clothing with fully blank (transparent, not white) images. But it would be pretty tedious, and I'm not 100% that's how it works in this game.
In my limited experience, it does not, but I'd like to hear from others. I have a previous version of the modded game where at least the first removed scene was integrated back into the main game, but I can't remember if I did that myself (by copying over the relevant lines of the script and images from one location to the other).So does this mod add the removed scenes back into the base game? Or are they only viewable through the gallery?
I think they re-introduced SOME removed scenes from Viressa's FanFic Mod previously. I think it was where Sabia was gang'd by orcs based on a certain sequence of actions. Maybe I'm high tho.In my limited experience, it does not, but I'd like to hear from others. I have a previous version of the modded game where at least the first removed scene was integrated back into the main game, but I can't remember if I did that myself (by copying over the relevant lines of the script and images from one location to the other).
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'system/goblins.png'>:
File "game/JDMOD/Bonus Scenes.rpy", line 2831, in script
goblins "‘Spear not protected well if too easy to get to,’ snapped one of the goblins. ‘You want spear easy to get to? Then everyone get spear, and spear not secret anymore. Stupid Elf slut. Maybe if your tits weren’t so big you squeeze through easy!’"
IOError: Couldn't find file 'system/goblins.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/JDMOD/Bonus Scenes.rpy", line 2831, in script
goblins "‘Spear not protected well if too easy to get to,’ snapped one of the goblins. ‘You want spear easy to get to? Then everyone get spear, and spear not secret anymore. Stupid Elf slut. Maybe if your tits weren’t so big you squeeze through easy!’"
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\ast.py", line 652, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\exports.py", line 1180, in say
who(what, *args, **kwargs)
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\character.py", line 1016, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\character.py", line 817, in do_display
**display_args)
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\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 "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\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 "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\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 "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\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 "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\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 "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\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 "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\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 "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\display\screen.py", line 661, in render
child = 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 "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\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 "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\display\layout.py", line 1116, in render
st, at)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\display\layout.py", line 919, in render
surf = render(d, width - x, rh, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\text\text.py", line 1800, in render
renders[i] = renpy.display.render.render(i, width, self.style.size, st, at)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\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 "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\loader.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'system/goblins.png'.
Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.12.4
Mon Dec 06 01:08:30 2021
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Fanfic.rpy", line 1470, in script
$ Sabia.face = "normal"
File "game/Fanfic.rpy", line 1470, in <module>
$ Sabia.face = "normal"
NameError: name 'Sabia' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Fanfic.rpy", line 1470, in script
$ Sabia.face = "normal"
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\python.py", line 1888, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Fanfic.rpy", line 1470, in <module>
$ Sabia.face = "normal"
NameError: name 'Sabia' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.12.4
Mon Dec 06 01:15:23 2021
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Fanfic.rpy", line 1306, in script call
call sabiabase
File "game/script.rpy", line 1966, in <module>
NameError: name 'Sabia' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Fanfic.rpy", line 1306, in script call
call sabiabase
File "script.rpyc", line 1966, in script
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\ast.py", line 1729, in execute
if renpy.python.py_eval(condition):
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\python.py", line 1919, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\External Drive Only Content\Kingdom of Deception\Kingdom of Deception (v0.12.4)\Kingdom_of_Deception-pc\renpy\python.py", line 1912, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 1966, in <module>
NameError: name 'Sabia' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.12.4
Mon Dec 06 01:17:14 2021