This week dev progress!
Added 2020-06-27 18:16:13 +0000 UTCHello everyone! This week I made the inventory/loot/craft system basics, and also made many minor corrections (I can show a little, because the rest is the backend)
Video from Google Drive
About the new features:
• Added item system. Now each item is a unique object with its own parameters and functions and is stored in the items database. The item can be picked up, added to inventory, used.
• Added items database (script), each item is stored in the database and will be used in the crafting, item collection, purchase, sale system.
• Added dynamic inventory where you can view items and use them.
• Added dynamic widgets, widgets will be enabled in only when updating information and fade out after some time.
• The design and layout of widgets have been updated. Smooth fading animations added.
Sorry for the ugly inventory design, this is just a prototype, I still haven’t drawn inventory icons and some 3D models.
Thanks so much for staying with me!