summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMichal Zima <xhire@mujmalysvet.cz>2010-06-06 15:32:05 +0200
committerMichal Zima <xhire@mujmalysvet.cz>2010-06-07 15:28:53 +0200
commit7905c8b17b3a948c4d37d300db17e11217395ef8 (patch)
tree28f0ee8da109dd416730d86a2df3cae88bf84482 /data
parent1cf1d3a70f2698cb0d50ec992d26ca4d3d6be49f (diff)
Simplified registering the server to MasterServer
Introduced configuration option for LAN-only servers Added DAEMON option to the default config file Edited the list of supported client versions
Diffstat (limited to 'data')
-rw-r--r--data/conf/server.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/conf/server.conf b/data/conf/server.conf
index b8b3631..3c06d41 100644
--- a/data/conf/server.conf
+++ b/data/conf/server.conf
@@ -1,10 +1,12 @@
NAME defalt gameserver
+DAEMON 1
+
#IP4 0.0.0.0
IP6 ::
-
#PORT4 6800
PORT6 6800
+LAN_ONLY 0
MAX_CLIENTS 32
ARENA BAIACO8B
@@ -15,4 +17,4 @@ MAX_ITEM 20
LOG_FILE tuxanci-server.log
SCORE_FILE highscore.txt
-SUPPORT_CLIENTS test 0.20.0 0.21.0 0.2.99 dev
+SUPPORT_CLIENTS 0.20.0 0.21.0 0.2.99