//****************************************************************************** // Call of Duty 4: Total Conversion Galactic Warfare - Server Config File //****************************************************************************** // Autor: blackMonkeys // Website: http://blackmonkeys.de // Datum: Jun 2011 // Version: 1.0 //================================================================================= // Server Information //================================================================================= sets sv_hostname "^9=>^1SWM^9/^4Galactic Warfare^9<=" sets _Admin "YOU" sets _Email "admin [at] yourdomain [dot] com" sets _Website "http://www.yourdomain.com" sets _Location "your country" sets _Irc "" sets _Mod "Galactic Warfare" sets _ModVer "1.0" sets _ModUpdate "Jun 2011" sets _Maps "Galactic Warfare Maps" set scr_motd "May the Force be with you" //================================================================================= // General Settings //================================================================================= // Player slots setup set sv_maxclients "16" // MAX server player slots, this is TOTAL player slots //ui_maxclients "32" // Needed to create Server with more than 32 Slots set sv_privateclients "2" // Number of private player slots, maxclients - privateclients = public slots // Network options //set net_ip "" // Set your servers IP address, can also be set on startparameters //set net_port "" // Set your port number, can also be set on startparameters //set dedicated "" // 0 = Listen, 1 = LAN, 2 = Internet, can also be set on startparameters set com_hunkMegs "512" set net_noipx "1" // Allow ONLY TCP / IP protocol, player / server communications // Password Settings set rcon_password "ch4ng3m3" // RCON must supply pw to use set sv_privatePassword "ch4ng3m3" // Private slots, non-public slots set g_password "" //Server password // Master servers set sv_master1 "cod4master.activision.com" set sv_master2 "cod4authorize.activision.com" set sv_master3 "cod4master.infinityward.com" set sv_master4 "cod4update.activision.com" set sv_master5 "cod2master.activision.com" set sv_master6 "cod2authorize.activision.com" set sv_master7 "cod2master.infinityward.com" set sv_master8 "cod2update.activision.com" set sv_master9 "master.gamespy.com:28960" set sv_master10 "master0.gamespy.com" set sv_master11 "master1.gamespy.com" set sv_master12 "clanservers.net" set sv_gamespy "1" // Client Download Settings (0 = off / 1 = on) set sv_allowdownload "1" seta sv_wwwDownload "1" seta sv_wwwBaseURL "http://your-domain.here" seta sv_wwwDlDisconnected "0" // Ping set sv_minPing "0" // MIN player ping on CONNECT, any lower and player isnt allowed to connect set sv_maxping "150" // MAX player ping on CONNECT, any higher and player isnt allowed to connect // Rate set sv_maxRate "25000" // FPS set sv_fps "20" // Drop Inactive players set sv_timeout "300" set sv_zombietime "1" set g_inactivity "180" set g_inactivityspectator "300" // Anti Flooding Settings set sv_floodProtect "1" set sv_reconnectlimit "3" // Anti Cheat Settings pb_sv_enable set sv_punkbuster "1" // Can also be set on startparameters set sv_disableClientConsole "1" set cl_autocmd "0" set sv_cheats "0" set sv_pure "1" set g_banIPs "" set g_no_script_spam "1" // Temporary Ban duration, in seconds set sv_kickBanTime "3600" // Log Settings set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append set logfile "1" // 0 = NO log, 1 = log file enabled set g_log "games_mp.log" // Name of log file, default is games_mp.log set sv_log_damage "1" // Ingame voice communication system set sv_voice "0" set sv_voiceQuality "1" set voice_deadChat "0" set voice_global "0" set voice_localEcho "0" set winvoice_mic_mute "1" // Other Settings set sv_allowAnonymous 0 //================================================================================= // Init & Exec CFG Files //================================================================================= exec configs/galactic.cfg // execute other cfg files wait exec configs/gameplay.cfg wait exec configs/gametypes.cfg wait exec configs/maprotation.cfg wait exec configs/weapons.cfg