Valronn

Active Member
Apr 13, 2018
985
321
Are the sex scenes animated? Have asked a few times, i know the early versions wernt but hoping they are now.
 

Valronn

Active Member
Apr 13, 2018
985
321
Animation coming when i have 100 Patreon ;) soon
Ah ok thank you for the response, love the art and it will kill me (in a good way) when scenes get animated. Hope you can get around to adding some animations to the earlier parts of the game aswel.
 
  • Like
Reactions: srg91

Daroka

Member
Aug 16, 2018
169
67
no offence but this genre tags are misleading no animations in this game i search only for animated games. dont get me wrong i like the artstyle but i dont like to get fooled about it. you cant put animation tag when there are is no animation
 

adn700

Member
Game Developer
Apr 14, 2020
137
162
no offence but this genre tags are misleading no animations in this game i search only for animated games. dont get me wrong i like the artstyle but i dont like to get fooled about it. you cant put animation tag when there are is no animation
I don't control tag :(, but for your informations i'll add sex animation ( but you already have animation walk, run, fight, horse...)
 

josete

Newbie
May 28, 2017
42
12
The game gives me errors in certain images, some of them often like for example amy and the fairy, as well as with amy and the goblin.
I also don't know how to find satyr and I don't know where the elf with huge breasts is as much as the elf with a sun painted on her face once I have saved them. I already have the 3 slaves saved and the warrior will see her in the next update but where are the other two?
Also I would like to know if there is any scene in which Amy is the one who gives and the enemy receives or that Amy has sex with the merchant in the shaman store.

For the rest the game is very promising.
I wait for the next update
 

pearveance

Newbie
Nov 12, 2019
18
11
Houston, we have a problem!

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

While loading <'Image' 'Scenes/Amy and Pixie 2.jpg'>:
IOError: Couldn't find file 'Scenes/Amy and Pixie 2.jpg'.

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

Full traceback:
  File "Village.rpyc", line 2805, in script call
  File "Village.rpyc", line 2914, in script call
  File "Foret_Combatsys.rpyc", line 216, in script call
  File "Foret_Combatsys.rpyc", line 288, in script call
  File "Village.rpyc", line 2754, in script call
  File "Village.rpyc", line 2805, in script call
  File "Village.rpyc", line 2914, in script call
  File "Foret_Combatsys.rpyc", line 216, in script call
  File "Foret_Combatsys.rpyc", line 288, in script call
  File "Village.rpyc", line 2805, in script call
  File "Village.rpyc", line 2805, in script call
  File "Village.rpyc", line 2914, in script call
  File "Foret_Combatsys.rpyc", line 216, in script call
  File "Village.rpyc", line 2805, in script call
  File "Village.rpyc", line 2914, in script call
  File "Foret_Combatsys.rpyc", line 216, in script call
  File "Foret_Combatsys.rpyc", line 288, in script call
  File "Village.rpyc", line 2835, in script call
  File "Village.rpyc", line 2914, in script call
  File "Foret_Combatsys.rpyc", line 216, in script call
  File "Foret_Combatsys.rpyc", line 288, in script call
  File "WorldMap.rpyc", line 124, in script call
  File "Village.rpyc", line 2914, in script call
  File "Foret_Combatsys.rpyc", line 216, in script call
  File "Foret_Combatsys.rpyc", line 288, in script call
  File "WorldMap.rpyc", line 124, in script call
  File "Village.rpyc", line 2914, in script call
  File "Foret_Combatsys.rpyc", line 216, in script call
  File "Foret_Combatsys.rpyc", line 288, in script call
  File "Village.rpyc", line 1717, in script
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'Scenes/Amy and Pixie 2.jpg'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Dungeon-Slaves 0.450
Tue Jun 16 19:16:10 2020
 

Aereon1104

Well-Known Member
May 12, 2019
1,169
1,355
Houston, we have a problem!

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

While loading <'Image' 'Scenes/Amy and Pixie 2.jpg'>:
IOError: Couldn't find file 'Scenes/Amy and Pixie 2.jpg'.

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

Full traceback:
  File "Village.rpyc", line 2805, in script call
  File "Village.rpyc", line 2914, in script call
  File "Foret_Combatsys.rpyc", line 216, in script call
  File "Foret_Combatsys.rpyc", line 288, in script call
  File "Village.rpyc", line 2754, in script call
  File "Village.rpyc", line 2805, in script call
  File "Village.rpyc", line 2914, in script call
  File "Foret_Combatsys.rpyc", line 216, in script call
  File "Foret_Combatsys.rpyc", line 288, in script call
  File "Village.rpyc", line 2805, in script call
  File "Village.rpyc", line 2805, in script call
  File "Village.rpyc", line 2914, in script call
  File "Foret_Combatsys.rpyc", line 216, in script call
  File "Village.rpyc", line 2805, in script call
  File "Village.rpyc", line 2914, in script call
  File "Foret_Combatsys.rpyc", line 216, in script call
  File "Foret_Combatsys.rpyc", line 288, in script call
  File "Village.rpyc", line 2835, in script call
  File "Village.rpyc", line 2914, in script call
  File "Foret_Combatsys.rpyc", line 216, in script call
  File "Foret_Combatsys.rpyc", line 288, in script call
  File "WorldMap.rpyc", line 124, in script call
  File "Village.rpyc", line 2914, in script call
  File "Foret_Combatsys.rpyc", line 216, in script call
  File "Foret_Combatsys.rpyc", line 288, in script call
  File "WorldMap.rpyc", line 124, in script call
  File "Village.rpyc", line 2914, in script call
  File "Foret_Combatsys.rpyc", line 216, in script call
  File "Foret_Combatsys.rpyc", line 288, in script call
  File "Village.rpyc", line 1717, in script
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\Game\x\Dungeon-Slaves-0.450-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'Scenes/Amy and Pixie 2.jpg'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Dungeon-Slaves 0.450
Tue Jun 16 19:16:10 2020
pls make a backup of your Save folder and re-extract the game from the zip
 

Aereon1104

Well-Known Member
May 12, 2019
1,169
1,355
It only stores auto backups there, not manual backups. I have already deleted the entire game folder, but my own saves have been retained. Maybe can store it in the "C:/Users" folder.
Because RenPy keep data on %APPDATA%\RenPy
copy and paste the code i put above to open that folder
 

Kraz4life

Newbie
Jan 10, 2020
45
125
Promising start, but the game's save feature was bugging out on me and not working making it impossible to keep a file going. Anyone have a work around for that or is it getting patched soon?
 

Aereon1104

Well-Known Member
May 12, 2019
1,169
1,355
Promising start, but the game's save feature was bugging out on me and not working making it impossible to keep a file going. Anyone have a work around for that or is it getting patched soon?
what kind of problem do you have and when?
 
3.90 star(s) 42 Votes