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…
This post is part 5 of mmo character creation series. Overview for character creation Dealing with complex nested options Applying the options to skeletal mesh (using n-hance assets) Connect character…
This post is part 4 of mmo character creation series. Overview for character creation Dealing with complex nested options Applying the options to skeletal mesh (using n-hance assets) Connect character…