Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

HoodedDeath

11
Posts
2
Following
A member registered Apr 19, 2019

Recent community posts

LustDollLover, incase you aren't aware, the file "zzzakin's tattoo guy.rpgmvp" (and likely "zzzakin's tattoo guy.png" if it's used anywhere in the code) is failing to load and causing me a crash any time I load the piercings menu because the file name is being changed in the code. At some point, the game changes that file name to "zzzakin_s%20tattoo%20guy.rpgmvp". The only problem with that is the apostrophe being changed to an underscore. Either remove the apostrophe, or change the file name to have an underscore instead of the apostrophe, and the issue is solved. tl;dr more conventional file naming conventions will solve that problem

That image file is missing because that underscore in the file name is an apostrophe in the actual file name. It's been replaced by an underscore in the code, probably because that's required to allow the file to load. I haven't checked if there's anywhere that still references that file with an apostrophe, but I can confirm that the problem went away when I created a symbolic link to the correct image, with the apostrophe subsituted for an underscore.

Just want to bring something up incase it hasn't been brought up before. On Unix systems, file paths are case sensitive, so playing on Android or the HTML version on Linux ends up with a lot of images "missing" because the file names swap randomly between using caps and all lowercase, whereas the actual files only exist as one of them. Clearly I've found dedication to still play this bc I've been going through the HTML version to fix the capitalization with each release I download, but it'd be nice for the issue to actually be fixed.

I really enjoy this game. And in case you're still working on this project, I think you should know that path strings on Linux (at least on Manjaro Linux using the Opera browser) appear to case sensitive. For example, the folder for that doctor images for the beginning of the game has a capital D, but the image path in the html file has a lower case d, causing those two images to not load. I'm actually in the process of running through all the paths and checking that they're the correct case. If you're interested in knowing any others I find, I'd be happy to help

I haven't quite started playing, but was wondering if it's possible to change any keybindings? I will have to comment again with my opinion shortl

I've tried a few things already and can't seem to make it lead anywhere.

Incase this helps, I have found that visual issue happening in other rooms that have more of a top down perspective (such as the puzzle room)

No problem, glad to help the development process. Is there anywhere better to report future bugs instead of in the comments here?

With the new 0.6.10.1 update, I seem to have found a visual error, likely involved with the Decent Drencher, but possibly also specific to the Isolation fight, and maybe even specific to the spot Isolation was at when I was shooting at him. I don't really have a good way to describe to visual issue, so here's a link to a small video of it happening: 

And to Afterburner Studios and hungovercoder: if more info is needed for this, I will be happy to do my best to narrow down the issue and give the best details I can get

I don't currently have the money to, but when I do, and if the kickstarter is still going at that time, I will vertainly back the project. Thank you for the fantastic game and I look forward to updates!

This game is honestly amazing. It only took me about 1 - 2 hours to complete everything currently in the game, but the randomization of each run keeps it fun for hour after hour. I would greatly recommend this game to anyone.