Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

kiedtl

9
Posts
5
Followers
5
Following
A member registered May 19, 2021 · View creator page →

Creator of

Recent community posts

Kay, well, using a different internet connection worked. Screw comcast...

Very interesting, I don't know what to think. I'll try using a different connection...

(1 edit)

Hey, 7DRL reviewer trying to get this to work. I'm getting SSL handshake errors when trying to create an account:

Using server: https://aikoncwd.ovh/sql_catacombs ERROR: TLS handshake error: -29184 at: _do_handshake (modules/mbedtls/stream_peer_mbedtls.cpp:87) mbedtls error: returned -0x7200 ---------- url=https://aikoncwd.ovh/sql_catacombs/adduser.php arg=login=redacted&password=redacted&email=none@none.com&token=469b08cd56dcd3e342f826f650060e19 result=RESULT_SSL_HANDSHAKE_ERROR response_code=0 HTTP Request error 1/3, retrying...


Is the game no longer hosted?

Thanks for the playthrough :)


Some thoughts:


1. The reason you're not taking a lot of damage in certain cases is due to the blood on the ground increasing your armor value. In hindsight this mechanic is rather unintuitive and could be cut out without missing anything. (It's the "blood" bar on the HUD, with the provided armor resistance next to it.)

2. The first few floors are just way, way too easy -- you can easily march through hordes of enemies without needing to turn your brain on due to the relative lack of threats to be found. At the Workshop level, where the game unfortunately crashed, you would've begun finding ranged attackers which would have significantly upped the difficulty level.

3. HP is actually regenerated each time you or an ally deal damage, not when an enemy dies. I wonder how I could have made this more clear in the UI? Hm.

4. Cutting out diagonal movements is an interesting idea, one which I'll certainly be visiting if I start working on this again.

I can't figure out how to move side-ways. Is this a bug?

(1 edit)

I tried to play this but couldn't due to "OpenAL32.dll" not being found when running the game after installation. Am I missing something here?

Btw, providing a portable download instead of an installer would be highly appreciated. Not to be rude, but I'm not sure anyone wants to install a 7drl that will probably never be played afterwards :/

Do you happen to have the music as a separate file (eg mp3)? Thanks!

Very difficult to figure out mechanics, could use more documentation. I couldn't figure out how to craft anything. Pointers?

Learning common tricks for speeding up math calculations (e.g., '((x << 2) + x) << 1)' instead of 'x * 10') is a fun experience as well.