#Call of Abyssus

1 messages · Page 1 of 1 (latest)

last tapir
#

I've been working on a fantasy singleplayer story game focused on exploring, item builds, and pve, set in a fantasy world.

(Will make a new dev log once the projects coming along more)

The concept, gameplay and world is fully planned out, and i've been doing bits and pieces for it to work towards it.

Current goal is to release the full act 1 (out of 6) for free and polished by the end of the year along with a kickstarter (Don't know if this is viable);- though for now i'm just setting up basic systems.

Here's the inventory and equipment system with working logic.
Obviously, all sounds/visuals are placeholders while I get the basic system up and running. Once this is finalized with some actual graphics, i'll work on the AI states.

Using scriptable objects to make my items, with loads of different stats i can modify to make them all unique and interesting. I HATE pure statstick based items!! So I will be AVOIDING that. (Diablo 4 / new world item designs...)

This game idea used to be a minecraft server I was working on for years!
Might post lore documents here if anyone cares in the future.

#

Obviously the game won't look like this kekw_dog
but happy that i got the regeneration enchantment working so i wanted to post something

last tapir
#

Here's the progress from about 2 weeks!

List of additions- Sorted out URP, more functionality in the inventory, added a weapon slot, lighting, made my own shader for mouse over effects (the shader outline colour is based on the items rarity), and added pickup notifications and a light thats also based on items rarity.

Currently working on the right click menu for items, after that i'll work on a proper inventory layout

#

Currently thinking something like this will be the inventory layout.
not sure if i'll even bother showing the stats sheet.

also, i could probably make the inventory look nicer if i embedded the 'sort inventory' button and the trash slot in the inventory itself... but would be easy to accidentally delete items.

Any feedback on that would be appreciated