heres my config for my own open arena server:
Code:
- // openarena example servercfg linux [sidux]
// save as server.cfg in ~/.openarena/baseoa/
// start with:
// cd /usr/games
// verify that there is no q3config.cfg file (it overrides values in specific config files)
// ./openarena-server +set dedicated 2 +set net_port 27950 +exec server.cfg
set sv_hostname "blah-blah"
set sv_maxclients 12
set g_motd "blah"
set sv_master1 "dpmaster.deathmask.net"
set sv_maxPing 150 //
set sv_pure 1
set sv_maxRate 25000
set sv_fps 20 // snaps setting for my 45k/s upload
set sv_allowdownload 0
#sv_privateClients "2" // slots substracted from sv_maxclients
#sv_privatePassword ""
set capturelimit 8
set timelimit 30
set fraglimit 10 //usually 40 online
#set rconPassword "" // for remote ingame servercontrol
seta bot_enable "1"
seta bot_minplayers 4 //bots will be kicked as real players join
set g_quadfactor 4
set g_inactivity 0
set g_allowvote 0
set d1 "map aggressor; set nextmap vstr d2"
set d2 "map czest1dm; set nextmap vstr d3"
set d3 "map ce1m7; set nextmap vstr d4"
set d4 "map dm4ish; set nextmap vstr d5"
set d5 "map dm6ish; set nextmap vstr d6"
set d6 "map kaos; set nextmap vstr d7"
set d7 "map void4; set nextmap vstr d8"
set d8 "map oa_rpg3dm2;set nextmap vstr d9"
set d9 "map q3dm6ish; set nextmap vstr d1"
vstr d1 // start loop at d1
this is server for standard maps cycle |