Turning a Singleplayer Game into a Multiplayer one with Dedicated Servers.

Most likely it will turn into a horrible mess attempting to convert a single player game into multiplayer. The good news is that you don’t need to do anything in C++ but you do need the source code to package a Dedicated Server.

I recommend you scrap all the singleplayer gameplay logic and redo it with multiplayer in mind.

1 Like