
08-30-2002, 07:57 PM
Here is what my cfg file looks like:
seta sv_hostname "Daves Server"
sets Admin "Dave"
seta g_motd
sets URL
sets Connection "Cable"
net_noipx 1
net_port 12203
seta timelimit "15"
seta fraglimit "0"
seta flood_waitdelay "15"
seta flood_persecond "4"
seta flood_msgs "4"
set g_gametype 2
set g_teamdamage "0"
set g_inactiveSpectate "900"
set g_inactiveKick "900"
set g_allowjointime "5"
set rconpassword "*******"
set sv_pure "0"
set sv_maxclients "12"
set sv_privateClients "8"
set sv_privatepassword ""
seta sv_minping "0"
seta sv_maxping "200"
seta sv_gamespy "1"
seta sv_allowDownload "0"
seta sv_maxRate "9000"
seta sv_fps "20"
seta sv_floodProtect "1"
seta sv_maplist "dm/mohdm1 dm/mohdm2 dm/mohdm3 dm/mohdm4 dm/mohdm5 dm/mohdm7"
map dm/mohdm1
and here is what is in my shortcuts target:
+set dedicated 1 +set ui_console 1 +set g_gametype 1 +set sv_maxclients 12 +map dm/mohdm1 +exec server.cfg
|