In this post we will look into integrating PlayFab login and create blueprints. We will focus specifically on blueprint logic rather than the design. This is effectively equivalent to OWS…
In this post I will be extending my inventory design that I created in these posts: Customized inventory design Java design for inventory system The goal will be to replace…
This post is about integrating with OWS project. It assumes you already configured the OWS starter project that can be found here: https://www.openworldserver.com/getting-started/ue5.html Furthermore, you can find extension to this,…
In this post we're going to cover some more zoom and rotate options, this time without the use of a spring arm. Here are some alternatives: Rotate the object rather…
In this post we're going to be handling camera zoom and camera rotation around an object using spring arm component connected to camera. There's few other techniques for handling them,…
In the previous post we've looked at synchronizing the nearby players motion on our client. This means that we could see the nearby players move about as we expect, however…
In this post we're going to be using the content from previous post, where we synchronize the current character motion, and render the nearby players motion. https://www.youtube.com/watch?v=9XQbA3nH4yc Synchronise motion part…
In this post we're going to be synchronizing characters motion using a custom server. https://www.youtube.com/watch?v=1nxJMHweMQE Synchronise motion part 1 In the previous post, we've implemented the functionality to 'login' a…
In this post we're exploring how we can 'log into' a game using a custom server. This is continuation for character creation/selection screen covered here. Specifically, it's about the implementation…