Creating an MMO-style controller in Unreal Engine

For the last little while I’ve been teaching myself Unreal Engine. Recently, Epic Games made it completely free to use for anyone, which I think is an absolutely amazing idea. It could possibly be fundamental for pushing video games even further by getting future developers hooked.

Since I’m learning from the ground up, I wanted to create an MMO-style control system, using the blueprint system, based on the third person template available. Control systems are pretty fundamental in video games, and I have some very specific memories of completely giving up on well known titles because of bad input design.

NOTE: This isn’t actually for an online game – this just mimics the controller functionality.

I’ve picked an MMO-style controller because I think they are an interesting system – you can interact with the UI and the game world using the mouse, set your camera orientation to a preferred direction, and with position based combat or other position based game features, you can create many layers of complex interaction that players can get very, very good at.

The difficulties I face as a newer user to Unreal Engine, are that I’m not very good at animation nor artwork, and I’m not aware of everything Unreal Engine offers, or “best practices” for implementing a feature. There is some obvious room for improvement, which I will outline, but will require some further research on my part. Hopefully I can fix things up in the future to add some polish to this project.

This mini-series will be fairly long and detailed, so I will split it up over several posts, and cross link things.

Contents

Links will be updated as the posts go live.

Advertisement

2 thoughts on “Creating an MMO-style controller in Unreal Engine

  1. You have saved me and my thesis project! I’m a game graphics student, and due to that I haven’t learned any coding skills. Like, none at all basically which is very stupid. But I wanted to learn so I decided to involve the build of a simple demo to test player input and player character animation relations. I was ready to give up today but you saved me with this. So thank you!

    Like

  2. Thank you so much for your time in writing this. I am going to get started following your steps as this is exactly what I’ve been looking for. 🙂

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s