Tag
mmo inventory
3 posts
- 2023-06-29
44. How to integrate dynamic MMO inventory with your Unreal Engine
I’ve recently made some changes to the custom MMO server to support dynamic inventory. The Java Micronaut server code that’s used can be found here on GitHub. The video going…
- 2022-05-27
14. Simple way to create UE MMO inventory with Java server
In the previous post, I covered the implementation of the back-end Java server work for a basic inventory system. Therefore in this chapter, we will be looking at the steps…
- 2022-05-11
13. MMO Inventory using Java and MongoDB – Simple Steps
In this post we’re going to have a look at creating a MMO style inventory system using Java. This will later be connected with Unreal Engine to complete the backend-frontend…