MMO Starter Kit

Hi,

Make sure you have the source-built version of UE4 (check The Editor part of the guide), “Development Server” doesn’t show in regular launcher version of UE4.

The launcher is a regular C# application, so you can open its source in VS and edit the art. Being familiar with WinForms helps, but there are many tutorials on the web on how to customize the look of a WinForms application.

Basically what Gerrod has said. :slight_smile: The mana/spell system is just a quick demo, I don’t intend to make a complex spell system, since every game has it differently (some games don’t even have mana or spells). With the kit, I’m focusing on the network stuff such as login/registration and chat, leaving the gameplay decisions to the game designer.

Thanks for the kind words, I’m glad that the kit has been of help to you. :slight_smile:

It is not possible to use Steam Achievements (not sure about Leaderboards) without an appid. If you have an appid (usually that means your game is Greenlit or you have a publisher), you can check out the official guide that linked or my guide on Achievements.