MMORPG server

Hello. out there.

I was thinking, with UR(5), been what it is, offering what it does. Is there anyway/ or what way would be the way to link up a server that would be able to run a mmorpg. So that the game is built directly (A new project) on a mmorpg server/ world?

And/ Or Do UR have an inbuilt option for this?

Hello!
Unreal engine is NOT intended for MMO out-of-the-box.

You will need to deep modify networking/server to enable UE for massive connections OR relay that on a custom clustering system that handles instances, databases, conections, etc…

A good place to start is to take a look to OWS2 which has source code somewhere in github.

1 Like