Month archive
August 2024
2 posts
- 2024-08-25
Devlog 63: How I made a persistable action bar in UE5
I’ve previously made an action bar for the game, which was covered in: Now I want to make the action bar persist the skills even after closing the game. This…
- 2024-08-02
Devlog 62: How I added XP and Level ups in our MMO-RPG style game with UE and Java
In this post, I extend our stats system to support XP and Level ups for our classes. This is a fairly high level overview of how it was achieved, so…