From 7905c8b17b3a948c4d37d300db17e11217395ef8 Mon Sep 17 00:00:00 2001 From: Michal Zima Date: Sun, 6 Jun 2010 15:32:05 +0200 Subject: 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 --- data/conf/server.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'data/conf/server.conf') 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 -- cgit v1.2.3