Posted May 17, 2024 by Tian Long
#xianxia #devlog #wuxia #multiplayer #ui
Welcome to our periodic devlog summing up what's up with the game development ! 😁
This post dives into the various aspects I've been working on between the 2nd and 17 of May 2024.
Firstly I defined what were the cultivation realms which we can reach as a player. As you can see below, :
Now all of the main UI elements will be put together in a TabContainer which makes it easier for me to develop but also for the player as it's less of a struggle to have it all centralised here, rather than having many buttons everywhere !
And below you can see that equipment stats are synchronised with the UI, as it separates the base stats (provided by the cultivation realm) and the equipment stats (from the inventory).
Another cool feature we added was the documentation of each cultivation realm the player can reach but also a tracking of the cultivation so that players can know how far they are progressing in overall.
As you can see below, the UI displays one bar for the progression in one cultivation realm and the second is the rank within a realm.
At the moment the multiplayer part is functional (kind of) but it needs a big refactoring to be working properly ! So I will work on it to have a proper authoritative server that controls all players while clients render the graphics.