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…
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…
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…