Try this... -
11-17-2002, 04:48 AM
// I-LAN MOHAA Server Config File
// Server Name
seta sv_hostname "your server"
seta g_motd ""
// public info - Not Sure Yet if this works under MOHAA or not
seta "Administrator" "I-LAN Admin"
seta "Email" "michael@ilangame.com"
seta "URL" "www.ilangame.com"
seta "Location" "Boston, MA [East Coast]"
seta "CPU" "Dual 1.6GHz, AMD Athlon XP w/1.5GB Ram"
seta "ICQ" ""
seta "Clan" "clan name"
seta "Connection" "Dual OC-192 + Quad OC48"
//Maplist & Gametype Settings. Take the // out from infront of the gametype you want to use to change.
//exec mapcycles/objmapcycle.cfg
// exec mapcycles/dmmapcycle.cfg
exec mapcycles/tdmmapcycle.cfg
// exec mapcycles/rmmapcycle.cfg
//exec mapcycles/newmaps.cfg
//Passwords
seta rconpassword "xxxxxxxx"
seta sv_privatePassword xxxxxxxx
timelimit "15"
// Voting
seta g_allowVote "1"
// Team Play Settings
seta g_teamForceBalance "1"
seta g_teamdamage "1"
// Max Players and Saved Private Possitions
seta sv_maxclients "16"
seta sv_privateClients "4"
// AntiFlooding Setttings
seta sv_floodProtect "1"
seta sv_flood_waitdelay "10"
seta sv_flood_persecond "4"
// Downloads and ping/rate settings
seta sv_allowDownload 0
seta sv_maxPing "500"
seta sv_minPing "0"
seta sv_maxRate "10000"
// Time & Frag Limits
seta timelimit "25"
seta fraglimit "0"
seta g_inactiveKick "500"
seta g_inactiveSpectate "120" //ammount of time someone is innactive before it makes them a spectator
//Master Servers
seta sv_gamespy "1" //lists in the gamespy master server. Setting the second master server probably does the same thing
seta sv_master1 "mohmaster.2015.com"
seta sv_master2 "master0.gamespy.com"
seta sv_master3 "master0.ilangame.com"
// Server Memory Config -dont alter
seta sv_pure 1 (This is the defualt, it disables PAK checking - I wouldnt change it without reserach)
seta com_hunkMegs "96"
seta com_zoneMegs "32"
worked for our server
|