Maxxxing

Member
Sep 2, 2018
246
214
Do you guys know how often does the dungeon slaves game updates?(sorry for my English if i am wrong somewhere)
No set schedule because the creator has at least 2 other projects I think.

For instance, I just skimmed their Patreon, and it looks like 0.64 came out March 10th, but 0.62 came out in October. 0.61 was in September. So it doesn't seem to be a set time table.
 

Dole

Well-Known Karen
Apr 28, 2017
3,015
2,501
Gallery isn't unlocked after I enter the code "queen"
When you use the cheat you see the Gallery and when you try to watch them they are all locked. Download this file put it into the game folder. Start the Game again and watch now the Gallery. It should be all unlocked. The file haven`t inluded the arrow to switch to Page 2. So delete the files or move them away and now you have all pics unlocked you have played free before in the Gallery and only the pics you haven`t played free are locked and you can switch without problems with the arrow to Page 2.

https://f95zone.to/threads/dungeon-slaves-v0-64-adn700.50888/post-10187954
 
Last edited:
  • Like
Reactions: lordhater2001

Dole

Well-Known Karen
Apr 28, 2017
3,015
2,501
Bug 0.64
When you try to watch in the Gallery - Battles - Group Defeats 1
ForestNight.jpg

He have problems to find this pic I don`t know why. I use the Program IfranView and opend ForestNight and saved as JPG and now no problems anymore.

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/Village/ForestNight.jpg'>:
File "renpy/common/00action_other.rpy", line 428, in __call__
renpy.call_replay(self.label, self.scope)
File "game/gallery.rpy", line 134, in <module>
IOError: Couldn't find file 'images/Village/ForestNight.jpg'.

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4160, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 983, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 918, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 330, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 428, in __call__
renpy.call_replay(self.label, self.scope)
File "renpy/game.py", line 398, in call_replay
renpy.execution.run_context(False)
File "renpy/execution.py", line 922, in run_context
context.run()
File "gallery.rpyc", line 134, in script
File "gallery.rpyc", line 134, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/gallery.rpy", line 134, in <module>
File "renpy/exports.py", line 1563, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3839, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2565, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 733, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 625, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 287, in get
surf = image.load()
File "renpy/display/im.py", line 706, in load
raise e
IOError: Couldn't find file 'images/Village/ForestNight.jpg'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Dungeon-Slaves 0.64
Mon Apr 24 10:15:13 2023
 

H-Seeker

New Member
Apr 22, 2023
4
2
Guys, I need a little bit of help, I have destroyed all the walls in Slave's Dungeon but found only 7/10 Elves, what do I do now?
 

Hipexs

New Member
Nov 25, 2022
8
2
Also somehow I can infinitely rescue Bovine and Hal, so now its 10/10 ...
its a bug unfortunetly u have to first kick all the walls until u fond 10/10 slaves and then u can go on the next quest , so now what u have to do is restart from the beginning I myself have done it and ask for help for the same problem trust me :)
 
  • Like
Reactions: PHANDOMAS619

Guyin Cognito

Gentleman Pervert
Donor
Feb 23, 2018
819
1,543
I couldn't understand all the weird stuff with that older replacement gallery file and the arrow buttons or whatever.
It was confusing and seemed to do weird things to the gallery, so I just redid it myself.
Keep a separate copy of the existing gallery.rpy file for safety, if you want.
Then replace with this one.
It should unlock everything with no fuss and (maybe?) correct the problem with the ForestNight image.
 
Last edited:

Zweigelt

Newbie
Jan 13, 2018
72
42
Full Gallery Unlock

You still need to enter the password to access the gallery but after this every scene should be unlocked.

Put the gallery.rpy in Dungeon-Slave/game/ folder and overwrite the old file (make a Backup).

I just altered the if else condition for unlocking the scene so that the else conditon gives the same output as the if condition and therefore it unlocks every scene indifferent of the True or False value.

Since the scene entries are in someway hardcoded in their respective gallery arrays this file should only unlock the scenes to the version 0.64.

But it should be easy to edited the new gallery file.

Just replace the

You don't have permission to view the spoiler content. Log in or register now.

in the for loops of the respective array (right now there are the following arrays QuestScenes, QuestScenesTwo, SlavesScenes, BattleScenes and FutaScenes) with:

You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: rayyy69

sb10l

Member
Apr 9, 2020
282
84
Quest No 67, found needle and wool for mom, that is all it says. What to do next??? Thanks.
 

aleqw

New Member
Dec 16, 2019
1
0
how can i complete quest 12?
I have the version 0.64 and i did everything possible and its not showing anything
I already saved every slave
Do i need to download a earlier version, if yes, each one?
Tks
 
3.80 star(s) 43 Votes