โ Version upgrades with changes made to the Multiplayer Lobby Pro
Added Unequip Item Support
Players can now remove equipped items from specific loadout categories using the new Unequip Item feature, allowing greater customization and appearance control.
Refactored Item DataTable Structure
DT_ItemDB has been refactored for better organization and scalability. New DataTables DT_CosmeticDB (for Avatars and Banners) and DT_UnequipItem (for unequippable categories) have been added to streamline item registration and management.
Added database connection failure popup
A Windows-style popup was implemented to notify the player when the game fails to connect to the database (e.g., due to server downtime or network issues). The message is clear, and the action cleanly exits the game to prevent further errors
Simplified Loadout & Shop Blueprints
Loadout and Shop systems have been refactored to support easier integration of new item categories, streamlining future expansions and reducing setup time.
Improved UserData Loading & Character Spawn
Enhanced the process of retrieving UserData from the database and spawning the character with accurate cosmetic and loadout data, ensuring faster and more reliable initialization.