Home Artists Posts Import Register

Downloads

Content

DOWNLOAD HERE - Or download from the Attachments in this post.

For Linux Users: Experimental Linux Build In the Attachments of this post

-----------------------

Hi Everyone!

After some time off and some hard weeks of work I have a fresh build which expands the scope of the game to include multiple levels.

A disclaimer for now that the infrastructure for displaying and collecting in-game lore is in the build. But the lore itself is currently not present.

A tip for those installing the newest build over an older build: Delete all the content of the old build before you unzip the new one to avoid any issues.


What's new in this build? - April 29th

  • New level select screen art. Including an intro scene to the tower of desires.
  • Tweaked the player attack response timing to allow attacks to be hit more rapidly.
  • Decreased the animation time for cultists being forgiven and released once defeated to make the gameplay better. They where lingering on a tile for too long.
  • Tweaked the "Release or Punish" UI for defeated cultists.
  • Experimenting with moving the beat UI for trying to free wall-mounted prisoners. Further work will be done on this.


DOWNLOAD HERE - Or download from the Attachments in this post.

Requirements & How to Install:

  • Playable on a PC using a Windows OS.
  • The game will boot up full screen and set to your monitors native resolution.
  • You can now change the resolution in the options menu to an adjustable windowed mode where you can set it to your preference.

To Install It:

  • Download the zip file
  • You MUST unzip all the contents of the zipfile to any folder. The game cannot run from inside the zipped file.
  • Windows can unzip it by itself. You don't need to download any third party software like WINRAR.
  • You can run the demo by entering the unzipped folder and double clicking on the file named: Kinky Dungeon Project

Common Install Issues:

  • Delete all prior files from previous versions / public demo if you're installing to the same folder location.
  • If you don't unzip the contents of the folder, you can't play the game.
  • If the game opens and then closes without a screen showing, that's typically a graphic driver issue, update your graphics cards drivers and restart your pc.
  • Unity games don't like being placed in folders deeply nested in multiple folders. This is due to long file directory names messing with Unity. 3 to 5 folders deep is fine. More and it gets wonky.
  • If controls don't respond = It's probably a controller you have plugged into or connected to your computer. Remove it to use Keyboard controls.

Files

Comments

voidbastille

Looking forward to trying this! Still able to make Linux builds?

caroo

I've added an experimental Linux build to the attachments of this post. Let me know if it works :) If you could. Can you message me with what info I should put in the install description so other Linux users can access the files. I remember you said to had to do something to make it work.

caroo

Also added a linux version for ticklish tessa https://www.patreon.com/posts/46843202

voidbastille

Linux build works on Ubuntu 22.04! Your last project "Who's a Good Girl?" worked on Ubuntu 20.04 (the previous stable version of Ubuntu) and I expect that it'll work there as well. For other Linux users: They'll need to make sure that the files that they have executable permissions for the files that end with ".x86_64". So far they haven't by default after extracting all of the files from the ZIP, but it's an easy fix. They'll need to open a terminal window and do the following: cd /path/to/the/extracted/files chmod 100 [Name Of The Project].x86_64 When all is said and done, they should be able to run the command 'ls -la' (without the single quotes) and see the following: rwxrwxr-x 3 user user 4096 May 1 19:35 . drwxr-xr-x 5 user user 4096 May 1 19:35 .. drwxrwxr-x 5 user user 4096 May 1 16:38 Bindmancer_2022_04_29_Data ---x------ 1 user user 14744 Mar 18 2021 Bindmancer_2022_04_29.x86_64 -rw-rw-r-- 1 user user 16064 Mar 18 2021 LinuxPlayer_s.debug -rw-rw-r-- 1 user user 41321248 Mar 18 2021 UnityPlayer_s.debug -rw-rw-r-- 1 user user 33563352 Mar 18 2021 UnityPlayer.so where user = the user's username Then finally, to run the game: ./[Name Of The Project].x86_64