
- Версия Unreal Engine
- 4.22
Unreal forums thread (with a link to demo client): https://forums.unrealengine.com/showthread.php?53208-MMO-Starter-Kit
Online documentation: https://docs.google.com/document/d/1DV4DDWfNWI_DOjgU5bwG0l1VaaP6nBo91doYjeiLJSw/edit#
Discord channel: https://discord.gg/j8msZYB
No third-party solution (such as Photon) required - so no monthly fees and you are free to host your server anywhere you want. The documentation has instructions on how to order and set up a dedicated server on Softlayer
Features:
- All source code included
- Fully in Blueprints
- Persistent storage of data in a mySQL database.
- Character position and stats are saved when the character logs off and restored when it enters world again.
- Registration, login and character creation.
- Authoritative server
- Launcher/autoupdater that can update the game (separate application, in C#)
- Combat
- Roaming NPCs that fight back and chase after the player if attacked
- Inventory and loot
- Equipment
- Parties and Guilds
- Player and NPC respawn
- Combat log
- Classic MMO controls
- Chat with multilingual support
- UMG user interface