OfficialServer.wiki
changeset 1862 5da940c0285a
parent 1861 7bbfe9e35cdf
child 1863 7e1766cf164d
equal deleted inserted replaced
1861:7bbfe9e35cdf 1862:5da940c0285a
     1 #summary How to build the official server (WIP)
     1 #summary How to build the official server (WIP)
     2 
     2 
     3 NOTE: This guide is a work in progress!
     3 NOTE: This guide is a work in progress!
     4 
     4 
     5 ## The official server
     5 == The official server ==
     6 
     6 
     7 The "official" server has some additional features over "normal" servers. Most notably, the "official" server saves replays and the `/watch` command in the lobby.
     7 The "official" server has some additional features over "normal" servers. Most notably, the "official" server saves replays and the `/watch` command in the lobby.
     8 
     8 
     9 Internally, this is just a `#define` that can be triggered on. It is possible to build a clone of the official server, but it is tricky (and not really documented yet).
     9 Internally, this is just a `#define` that can be triggered on. It is possible to build a clone of the official server, but it is tricky (and not really documented yet).
    10 
    10 
    11 ## How to build the official server
    11 == How to build the official server ==
    12 
    12 
    13 *NOTE*: This guide is INCOMPLETE and UNTESTED!
    13 *NOTE*: This guide is INCOMPLETE and UNTESTED!
    14 
    14 
    15 First, make sure to define the symbol `OFFICIAL_SERVER` before building the server. 
    15 First, make sure to define the symbol `OFFICIAL_SERVER` before building the server. 
    16 
    16