Skip to content
This repository was archived by the owner on May 8, 2019. It is now read-only.
Arves100 edited this page Jul 5, 2018 · 4 revisions

MasterServer is an All-in-One server container that performs specific actions to simplify creation of a Server.

It's a Module-based Server, that means that it will run any module specified in its ini file.

The build system is make with CMake and requires a GameProgressive Module Development Kit (MDK) to be setted up.

WARNING: Each module MUST BE CREATED with MDK otherwise they will not be loaded.

Features

  • Cross-platform. Works with Windows and POSIX systems.
  • Automaticly fetch configuration from the INI file.
  • Automaticly passes a connection to a Database, you don't need to make a connection for any Server again.
  • Module based system. You could choose what to run.
  • Extensible license. Create your modules even with closed source code.

Configuring MasterServer

See this page for more information

Avaiable commands

Type 'help' to see a list of the avaiable commands with a description.

Clone this wiki locally