SoupChunk

Newbie
Oct 26, 2022
54
59
I noticed some dungeon floors have locked gates, is there a way to open them to get the chests behind them?
The way I've found that is DEFINITLY not the intended solution is to get really close to the bars and mash dodge and interact. The dodge animation doesn't seem to do collision detection until it finishes, so you can eventually get close enough to interact with the chests/altars. If you can't seem to get it to work, try moving left and right in little increments. I don't think that there is currently any other way to get past the bars, which will hopefully get fixed at some point.
 
Last edited:
  • Like
Reactions: flannan

bobbot

Member
May 10, 2018
467
312
hmm seen the mention of traps and got me wondering what we might expect? think i will just list my hopes

hope we see sigil style traps (you know the magical circal?) that foes can place that can do a verity of things from mind alteration to summoning a dildo on a pole or tentacles to really mess the player over.

hope we can see some mechanical ones too, dart traps with potion effects, sudden binding traps... maybe even some meaner ones like clothing shredders.
 
  • Like
Reactions: flannan

LDV

Member
Jan 23, 2018
226
248
Honestly I think they should merge the two. In DKH, when you send a character to the surface to scavenge for gems/tech/gold, it should cut to DRH, with that character and you can play out how well they do.
yeah rpg mode for the dungeon master lol
 

notathrowaway

Newbie
Mar 12, 2018
15
24
Save Edit (v0.1a) + Multi Save Guide

This guide may (and most like will) become outdated in the future.

As suggested by SoupChunk (thank you for the help by the way) it is strongly encouraged to use the JSON viewer plugin on Notepad++ and then "Format JSON" option for a better editing experience. Guide has been updated with the JSON viewer in mind. The old steps will still be there for those of you who don't have or don't want to use Notepad++.

MAKE BACK UPS, WE'RE EDITING OUR PROFILE DATA. YOU HAVE BEEN WARNED!

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

EDITING YOUR "PROFILE.JSON":

CTRL + F IS GOING TO BE YOUR NEW BEST FRIEND


We'll start off with the most basic edits for your character and work our way into more deeper character customization.

Note: Character customization parts are case sensitive. Insert your edits with the correct capitalization or it will not work!

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

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

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

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

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

I hope this guide helped you, now get out there and make the OC of your dreams!
 
Last edited:

SoupChunk

Newbie
Oct 26, 2022
54
59
Save Edit (v0.1a) + Multi Save Guide
This is a great guide! There's a few things I've found in my save-editing endeavors that I think would be useful for others as well.

First, I've found that it's much easier to edit the saves when the JSON has been decompressed. There's a couple of different ways to do this. My preferred method is to use with the JSON Viewer plugin. Alternatively, you could use an online formatter if you don't want to download anything. Decompressing the JSON makes the save much more readable, and as a result, more easily editable.

Second, there's only a few different points of interest that are relevant to save editing. As you make more progress in the game, the save file gets longer and longer, as the game keeps an entry of every character you encounter in the dungeon. Thankfully, the points of interest remain in consistent locations, at the beginning and the end of the file.

At the beginning of the file is the player character entry, playerCharacter, and this is where all of the edits concerning appearance will be made. An important thing to note, there is an additional entry for the player character in the characters list, and any edits made to this other entry will not have any effect on your character, so make sure you are editing the right entry! Most of your visual edits will require you to change the statusEffects list in playerCharacter. For changes in here, you can utilize notathrowaway's guide, making sure to replace any of the status effects of the same category when adding the new status effects. Additionally, you can edit breast size, butt size and body build in the same manner. (Mouths, eyes, and eyebrows are a bit more difficult to edit, so I might make a more in depth guide in the future if there's a demand for it.) Make sure that the list is formatted properly, so that each status effect is properly capitalized, enclosed by quotation marks, and followed by a comma if it is not the last item in the list. If the save file is not formatted correctly, the game will not be able to load it.

At the end of the file, starting with "gems" is where all of the edits involving currency and player stats will be made. Adding gems to your save is very easy, simply change the number after the "gems" entry. Changing your stats is somewhat less straightforward. There are 2 stat blocks for the player character, "playerBaseStats" and "playerUpgrades." The playerUpgrades section is where the game keeps track of the permanant upgrades that the player has purchased with gems, and can be edited to improve the stats as well. I'm not actually sure if editing the playerBaseStats changes the players stats or not, as I haven't really played around with it at all.

That's all I've got right now, if you have any questions, feel free to ask.
 
Last edited:

notathrowaway

Newbie
Mar 12, 2018
15
24
This is a great guide! There's a few things I've found in my save-editing endeavors that I think would be useful for others as well.

First, I've found that it's much easier to edit the saves when the JSON has been decompressed. There's a couple of different ways to do this. My preferred method is to use with the JSON Viewer plugin. Alternatively, you could use an online formatter if you don't want to download anything. Decompressing the JSON makes the save much more readable, and as a result, more easily editable.

Second, there's only a few different points of interest that are relevant to save editing. As you make more progress in the game, the save file gets longer and longer, as the game keeps an entry of every character you encounter in the dungeon. Thankfully, the points of interest remain in consistent locations, at the beginning and the end of the file.

At the beginning of the file is the player character entry, playerCharacter, and this is where all of the edits concerning appearance will be made. An important thing to note, there is an additional entry for the player character in the characters list, and any edits made to this other entry will not have any effect on your character, so make sure you are editing the right entry! Most of your visual edits will require you to change the statusEffects list in playerCharacter. For changes in here, you can utilize notathrowaway's guide, making sure to replace any of the status effects of the same category when adding the new status effects. Additionally, you can edit breast size, butt size and body build in the same manner. (Mouths, eyes, and eyebrows are a bit more difficult to edit, so I might make a more in depth guide in the future if there's a demand for it.) Make sure that the list is formatted properly, so that each status effect is properly capitalized, enclosed by quotation marks, and followed by a comma if it is not the last item in the list. If the save file is not formatted correctly, the game will not be able to load it.

At the end of the file, starting with "gems" is where all of the edits involving currency and player stats will be made. Adding gems to your save is very easy, simply change the number after the "gems" entry. Changing your stats is somewhat less straightforward. There are 2 stat blocks for the player character, "playerBaseStats" and "playerUpgrades." The playerUpgrades section is where the game keeps track of the permanant upgrades that the player has purchased with gems, and can be edited to improve the stats as well. I'm not actually sure if editing the playerBaseStats changes the players stats or not, as I haven't really played around with it at all.

That's all I've got right now, if you have any questions, feel free to ask.
These are excellent finds to the save file edits! Thanks for taking a deeper look into the profile.json! I've updated the guide with JSON viewer in mind.

Also, anything changed in "playerBaseStats" is persistent and WILL stay edited for your characters stats regardless if you reboot the game or enter a new dungeon.
 
Last edited:

Febui

Active Member
May 6, 2022
580
690
Interesting to get such a desire to dissect and mess with it when it's so very early of a build, and it seems like the dev enjoys such enthusiasm.
Admittedly, the character builder is several years in the making, so it's not like there's nothing there, but I feel like if you're not building your character through play, what did you build it for? What do you do after hacking your save?
 

SoupChunk

Newbie
Oct 26, 2022
54
59
Interesting to get such a desire to dissect and mess with it when it's so very early of a build, and it seems like the dev enjoys such enthusiasm.
Admittedly, the character builder is several years in the making, so it's not like there's nothing there, but I feel like if you're not building your character through play, what did you build it for? What do you do after hacking your save?
For me it's about the enjoyment I derive from pulling things apart and figuring out how they work. My actual runs I do legit, meaning I'm fully investing in "spoiled for choice" and going to secret laboratories whenever I can, all while hoping the game doesn't crash before I make it out of the dungeon.
 

notathrowaway

Newbie
Mar 12, 2018
15
24
Interesting to get such a desire to dissect and mess with it when it's so very early of a build, and it seems like the dev enjoys such enthusiasm.
Admittedly, the character builder is several years in the making, so it's not like there's nothing there, but I feel like if you're not building your character through play, what did you build it for? What do you do after hacking your save?
For me it was the lack of multi saves and limited character creation options, such as colors (Green Deer make brain happy). I also wanted to dig deep into the code and see if a dye mechanic would work since colors, such as eye color or hair color, seem to be unrestricted regardless of player race (totally not a nudge at the dev to implement a dye station or dye potions) I noticed some people were mad about the mind stat being too low so I tossed that in there so we'd stop getting multiple posts about their characters crying due to poor mind management. Along with being able to change the inventory size since starting out with only 1 slot at the start can be a bit tedious and yes this can be changed by upgrading your character but some people would rather skip the gem grind and get into fighin' and fuckin'.

Outside of that, I play the game mostly as is. It's just fun to see what people will mix and match with in the character creator with no restrictions.
 
Last edited:

notathrowaway

Newbie
Mar 12, 2018
15
24
Also for those of you having performance issues you can open your "settings.json" file and try the following:
  1. *Set "Graphics Quality" to 0. *[Can set this in game if you manage to load in]
  2. Set "Vsync" to false. [Can NOT set this in game, only changeable through through the json file]
  3. *Set "targetFramerate" to your monitors refresh rate. (If you don't know what it is or where to find it this is how. Go to your desktop, right click a blank space on it, click "Display Settings", click "Advanced display", and then look down at the option called "Choose your refresh rate". Whatever that number is, that is the number you should use to replace the current number sitting in that field.) [Can set this in game if you manage to load in]
THIS IS NOT A GUARANTEED FIX TO YOUR ISSUES, THESE ARE JUST THINGS YOU CAN DO IN ORDER TO TRY AND IMPROVE YOUR PERFORMANCE.

Feel free to let me know if this did or didn't help you.

(This post will be deleted once ALL options are available to change in game.)
 
Last edited:

Doomdooom

Member
Mar 1, 2018
128
220
Well....its certainly a game


The Good:
- Battle/Sex/Struggle/Binding mechanics have a good foundation and could be really in depth with some work
- RNG Dungeon crawling feels good and with more additions/cells added to the pool will have awesome replayability.
- AI voice that dont make me wanna shove a cheese grater up my earholes.

The Bad:
- uhhh pretty much everything else, unfortunately.
- Camera Controls like ice-skating on vaseline.
- "locked" fps at 60 yet screen tearing and glitchiness abounds (im running a 3060ti shouldnt be a problem for a game like this)
- invisible walls everywhere in base camp
- Barely existent tutorial, no button mapping, no control scheme in options.
- "inventory" is literally one item....at a time...and you strip for every sex scene...
-Lastly, character models and the graphics in general are horribly blocky with extremely low resolution textures, the tits and ass look like they belong on a minecraft porn model and if you have a penis...well even for porn that "average" size is pretty miniscule.

Only played around for a bit, but did some combat, got some perks, forced some catgirls to suck my dick, fun times for a few minutes....but is that it? is oral the only sex scene in this dungeon fucker game or did i somehow miss them? i also dont really understand how you can beat someone unconscious, fail to bind them which somehow wakes them up, beat them again, bind, fail, beat, bind, fail, beat....finally bind them....and then they can refuse to fuck you? lol what? hows that work? after they're bound all of a sudden our character cares about consent but not while they scream "leave me alone" while your shoving dick down their throat?
 

notathrowaway

Newbie
Mar 12, 2018
15
24
HUGE find that'll help y'all better manage the inventory system. If you hold tab, mouse over an item, and left click the item in the inventory slot you will "use" said item. No more pressing C, navigate through menus, and put each clothing piece on one by one. Not sure if other players found it but I figured I'd post it here to help save some players a headache when it came to putting your clothes back on. This also works if you left click and equipped clothing (bottom left of the screen) and your character will take that piece of clothing off.
 
Last edited:

Xypster

Member
Oct 21, 2019
101
82
Does anyone know how to unequip items? Equipped strapon and now can't take it off xD
 
4.20 star(s) 6 Votes