Unity Abandoned Dungeons and Depravity [v0.1.5] [ChibaiGames]

hanahsolo

Member
Dec 21, 2018
406
222
260
Well hopefully nobody else didn't try no hard start, as that's way to get yourself in house from where you can't exit.
 

delgor

New Member
Jun 15, 2017
9
2
41
don't go to the overworld its not stable at all it crash every sec in the overworld the dungeon is the only one you can play plus the exit to take you out of the dungeon takes you to a black room thats the issue with this game.
 

Doggo Bow Wow

Newbie
Jun 3, 2017
55
53
226
Isn't this abandoned? Last update on patreon was on May 11th and itch.io hasn't had an update since end of November last year. I'm not a member of their discord, can't really fill in anything about what's going on there.


*EDIT*
Just joined the discord seems that there are some things going on. Feels like the game is on life support there as the creator has had some issues, yet he still seems to working on it from time to time. No new updates yet though.
 

Deleted member 254403

Active Member
Oct 20, 2017
638
729
249
The Linux version gives me a black screen after the unity logo. standard mouse pointer is visible. win32 version works via wine, but not keyboard controls. Touch works.
 
Last edited:

DragonButts

Member
Jun 5, 2019
140
332
215
This game is off to a good start, but there's not enough to entertain here yet. That said, I greatly look forward to what this dev has planned for the future of this game. To the dev I have 2 suggestions:
1) make running a toggle rather than a power I have to hold down.
2) give us options for nipple color and size.
 

syslink

Newbie
Jun 9, 2019
70
111
101
the game has been updated to v0.1.5


Version 0.1.4 --> Version 0.1.5
- Fixed Dungeon Generation to be smaller. Much more managable now. Should be more fun to play.
- Added Demon race, can change race in character customizer.
- Added Rags. Player will spawn with rags from now on rather than naked, at least until I add more clothing.
- Added animations for displacing the dress and rags.
- Added Character death animation. You can die now. Be careful! You can still save scum though so save often.
- Added Left Hand Support, can change in control settings
- Changed Movement system to be more physics based. Movement and animations are more smooth
- Fixed Character render performance. Should be smoother.
- Fixed some clothing rendering order clipping through character.
- Fixed Loading Screen Performance
- Fixed Stats updating while game is paused.
- Fixed Knockback
- Fixed WebGL version. Game can be embedded in websites again.
- Male model is rigged, but not in game yet, still need to work on AI and such.


filename​
workupload​
pixeldrain​
zippyshare​
Dungeons and Depravity 0.1.5 Linux.zip​
Dungeons and Depravity 0.1.5 macOS.app.zip​
Dungeons and Depravity 0.1.5 WebGL.zip​
Dungeons and Depravity 0.1.5 Windows x32.zip​
Dungeons and Depravity 0.1.5 Windows x64.zip​
Dungeons and Depravity v0.1.5.apk​
 
Last edited:
  • Like
Reactions: Ilfrin

F4C430

Active Member
Dec 4, 2018
726
869
270
Looks like they finally updated the game on itch.io so without downloading it.

Played it for a bit, still very barren. Walked around the dungeon for about 10 minutes but only found a few chests, no enemies. Didn't see anything in the overworld either. Guess i'll come back in another year.
 
Last edited:
  • Like
Reactions: syslink
Jan 25, 2022
77
31
52
For cheats


Every command are lowercase only most objects names if not all have one UPPERCASE letter per word and words are separated by _ all commands are case sensitive (example: spawn Small_Slime 2 4 (this entity seem to not be spawnable as of 0.1.5))
the object types I could find as of now are weapon, consumable, armor, entity
use the command list to get the names you'll need for other commands

help
: show a list of available commands when no commands are specified and show the description when a command is specified
- usage: help [command(optional)]
- example: help give

list: show a list of the desired type of objects
- usage list [object type]
- example list weapon

spawn: make a specified amount of the desired entity of a specified level appear around the center of the current map if only the entity name is specified it default to spawning 1 level 1 entity
- usage spawn [entity name] [entity level(optional)] [amount of entity to spawn(optional)]
- example: spawn Slime 2 4

give: make the desired item in a specified amount appear in the player inventory if no amount is specified default to 1
- usage give [item name] [amount to be given(optional)]
- example: give Apple 2

exp: adds the desired amount to the experience of the player
- usage exp [amount to be added]
- example exp 100

time: sets the time played in the save to a specific amount in seconds (affects the number of days and the current hour one IRL second is one ingame minute time spent in menu does not count in time)
- usage time [time played]
- example time 0 (resets to day 1)

kill: reduces the player's HP to 0
- usage kill