diff options
| author | xHire <xhire@tuxportal.cz> | 2008-10-25 19:33:37 +0200 |
|---|---|---|
| committer | xHire <xhire@tuxportal.cz> | 2008-10-25 19:33:37 +0200 |
| commit | 39f3432e4e1e8a2b6c3234df6b90d35e03548b48 (patch) | |
| tree | 51520f470d710fcc6aa746a70fc0e9f24fbf48b9 /data/conf | |
| parent | c8a9209d77a896bf49227e5aeccd54e91ccf29cc (diff) | |
Changed default port to 6800
Corrected wrong version in server config file
Added missing arena (BAIACO8B) into server list
Diffstat (limited to 'data/conf')
| -rw-r--r-- | data/conf/arena.conf.in | 1 | ||||
| -rw-r--r-- | data/conf/server.conf | 10 |
2 files changed, 6 insertions, 5 deletions
diff --git a/data/conf/arena.conf.in b/data/conf/arena.conf.in index 65dc35a..cf0aa9c 100644 --- a/data/conf/arena.conf.in +++ b/data/conf/arena.conf.in @@ -2,4 +2,5 @@ @CMAKE_INSTALL_DATADIR@/@APPNAME@/arena/night_workshift.zip NW @CMAKE_INSTALL_DATADIR@/@APPNAME@/arena/in_a_captivity_of_8-bit.zip IACO8B @CMAKE_INSTALL_DATADIR@/@APPNAME@/arena/construction_site.zip CS +@CMAKE_INSTALL_DATADIR@/@APPNAME@/arena/ba_in_a_captivity_of_8-bit.zip BAIACO8B diff --git a/data/conf/server.conf b/data/conf/server.conf index c8aaef2..7da2c3c 100644 --- a/data/conf/server.conf +++ b/data/conf/server.conf @@ -3,16 +3,16 @@ NAME defalt gameserver IP4 0.0.0.0 #IP6 ::1 -PORT4 2200 -#PORT6 2206 +PORT4 6800 +#PORT6 6806 MAX_CLIENTS 32 ARENA BAIACO8B ITEM 10 -MAX_ITEM 10 +MAX_ITEM 20 LOG_FILE tuxanci-server.log -SCORE_FILE height-score.txt +SCORE_FILE highscore.txt -SUPPORT_CLIENTS test 0.20.0 svn +SUPPORT_CLIENTS test 0.20.0 dev |