On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks for the feedback, dear osur!

The stutter on the fireball thing is a Godot problem i think. At least i read early on that these things are known to happen when stuff using shaders are used for the first time. Need to investigate and fix it.

Does the screen wide flicker happen when turning on the automap by any chance? When implementing it, i noticed this happen when using it for the first time. Tried to fix it by having it "visible" when entering a scene, but turning it off immediately (the player wouldn't see it due to the loading screen).

The reaction time is still a relic from performance tests i guess, i was giving each goblin a random timer upon visibility to when they would start their AI in order to stagger the calls. I will look into making it smoother without paying in performance!


Yes there is a second level!  It's mostly the same, but with blue fog and possibly some bigger, more yellow goblins that hit harder and take more damage. There is also like 2  more items that can drop there, but no game changing stuff.

Did you notice the character button next to the potions turn red on level up, or is it not obvious enough? Of course i will need to add a ding sound to leveling up, but i was thinking i could avoid the classic "Level Up" button popping up and reuse UI elements i already had. If nobody sees it i might to rethink this though.

Very happy to not hear of any crashes!

(+1)

>stuff using shaders are used for the first time

pool your fireballs! it will most likely resolve this

>Does the screen wide flicker happen when turning on the automap by any chance? 

yes, but that's something else. the light flicker does seem like a "light source" object messing up. i couldn't catch it or manually replicate it, though

for the AI - you can always invoke movement when they become visible (meaning the player is in their action radius).


>Did you notice the character button next to the potions turn red on level up, or is it not obvious enough? 

i did not. this is something incredibly hard to get right - i didn't even find a solution for TOK - nobody notices when you levelup or get new combat arts. truly vile.

related to this - i forgot to mention that it's very strange that your EXP bar is top left, instead of being near the rest of your UI. 

(+1)

Finally saw the light flickering with my own eyes thanks to HurriCreates stream. So i noticed it happened in the dungeon, but not in the starting area. Can you confirm this? Possible cause could be the world environment for the mines having both fog and volumetric fog. The town only has the fog, so maybe theres some fighting between the two.

(+1)

can confirm it only ever happened to me while moving + while in the dungeon. it doesnt happen if you stand still (at least not to me) and never in town (but i didn't spend that much time in there.