[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Each game server must supply at least one file for each of main server's lists. Currently there is a room list and a game list, so a game can be present in multiple rooms, with either the same or another configuration.
The game file (<name>.dsc) has the following format:
@verbatim [GameInfo] Author = <author> Description = <description> Homepage = <url> Name = <name of the game> Version = <version>
[LaunchInfo] ExecutablePath = <server executable>
[Protocol] Engine = <protocol name> Version = <protocol version>
[TableOptions] AllowLeave = <0/1> BotsAllowed = <0 [1 [2 ...]]> PlayersAllowed = <1 [2 [3 ...]]> KillWhenEmpty = <0/1> AllowSpectators = <0/1>
[Statistics] Records = <0/1> Ratings = <0/1>
The room file (<name>.room) has the following format:
@verbatim [RoomInfo] Name = <roomname> Description = <description> GameType = <name of the game> MaxPlayers = <maximum of players> MaxTables = <maximum of tables>
Have a look at the current game server description files if there are open questions.