//****************************************************************************** // Call of Duty 2 - eXtreme+ modification //****************************************************************************** // author : PatmanSan // website : http://www.patmansan.com // // mod : eXtreme+ // version : 2.9 // update : October 2013 //****************************************************************************** //****************************************************************************** // Public Information //****************************************************************************** sets sv_hostname "^3IAF^5 Playground ^3e^5X^3treme" sets _Admin "^5IAF" sets _Email "youremail@email.com" sets _Website "http://www.iaoff.world" sets _xlrstats "http://www.yourwebsite.com/xlrstats" sets _Location "New York" sets _Mod "Your_Mod_Folder_Name" sets _ModVer "v2.9 Beta 3" sets _ModUpdate "July 2014" sets _Maps "Custom" //****************************************************************************** // Common Server Settings //****************************************************************************** // Log Settings set logfile "1" // 0 = no log, 1 = buffered, 2 = continuous set g_log "games_mp.log" // Name of log file, default is games_mp.log set g_logsync "0" // 0 = no log, 1 = buffered, 2 = continuous, 3 = append set sv_log_damage "0" // 0 = no log, 1 = buffered, 2 = continuous, 3 = append // Network options //set net_ip "1.2.3.4" // Set your servers IP address //set net_port "28960" // Set your port number set com_hunkMegs "512" set net_noipx "1" // Allow ONLY tcp/ip protocol // Server Network Mode set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet // Master servers set sv_master1 "cod2master.activision.com" set sv_master2 "cod2authorize.activision.com" set sv_master3 "cod2master.infinityward.com" set sv_master4 "cod2update.activision.com" set sv_master5 "master.gamespy.com:28960" set sv_master6 "master0.gamespy.com" set sv_master7 "master1.gamespy.com" set sv_gamespy "1" // Password Settings set rcon_password "iaoffam" // RCON must supply pw to use set sv_privatePassword "" // Private slots, non-public slots // The following can be used to lock out the server so that only those // players that have been provide the password can connect. Good for // matches, practices, etc. set g_password "" // Player slots setup seta sv_maxclients 30 set sv_privateclients "0" // Number of private player slots, maxclients - privateclients = public slots // Ping set sv_minPing "0" // MIN player ping on CONNECT. Any lower and player isn't allowed to connect set sv_maxping "450" // MAX player ping on CONNECT. Any higher and player isn't allowed to connect // Client Download Settings // See included Quick Setup Guide for instructions. set sv_allowDownload "1" set sv_wwwDownload "1" set sv_wwwBaseURL "http://iaf.site.nfoservers.com/server/" seta sv_wwwDlDisconnected "1" // Rate set sv_maxRate "25000" // FPS set sv_fps "20" // Drop inactive players set sv_timeout "1799" set sv_zombietime "1" set g_inactivity "0" set g_inactivityspectator "0" // AntiFlooding Settings set sv_floodProtect "1" set sv_reconnectlimit "3" // Anti Cheat Settings set sv_disableClientConsole "0" 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" // In-game voice communication system set sv_voice "0" set sv_voiceQuality "0" set voice_deadChat "0" set voice_global "0" set voice_localEcho "0" set winvoice_mic_mute "1" //****************************************************************************** // Misc (more settings in scriptdata\serversettings.cfg) //****************************************************************************** set sv_allowAnonymous "0" set g_antilag "1" //****************************************************************************** // Diagnostics (more settings in scriptdata\serversettings.cfg) //****************************************************************************** // server devmode 0 - 2 //set developer "0" //set developer_script "0" //****************************************************************************** // Signal PunkBuster // The "wait" suppresses an error window if the COD2 Server Console fails to // initialize due to fatal errors, like scripting errors. The error message is // displayed in the console window, and the console can be closed normally. //****************************************************************************** //pb_sv_enable //wait //****************************************************************************** // Configuration Profiles (max 6, 0 - 5) //****************************************************************************** //set scr_profile_name_0 "eXtreme+ Normal Configuration" //set scr_profile_name_1 "eXtreme+ DEFAULTS" //set scr_profile_dir_1 "moddef" //set scr_profile_name_2 "eXtreme+ OFF" //set scr_profile_dir_2 "modoff" //set scr_profile_name_3 "eXtreme+ MOST" //set scr_profile_dir_3 "modmost" //set scr_profile_name_4 "eXtreme+ FULL" //set scr_profile_dir_4 "modfull" //set scr_profile_active "0" //****************************************************************************** // Initialize DRM Configuration CVARS //****************************************************************************** set scr_drm_cfg_1 "serversettings.cfg" //set scr_drm_cfg_2 "redirect.cfg" set scr_drm_cfg_3 "clancontrol.cfg" //set scr_drm_cfg_4 "security.cfg" set scr_drm_cfg_5 "wmdcontrol.cfg" set scr_drm_cfg_6 "healthcontrol.cfg" set scr_drm_cfg_7 "mapcontrol.cfg" set scr_drm_cfg_8 "monitoring.cfg" set scr_drm_cfg_9 "ambientfx.cfg" set scr_drm_cfg_10 "miscfeatures.cfg" set scr_drm_cfg_11 "playercontrol.cfg" set scr_drm_cfg_12 "weaponcontrol.cfg" set scr_drm_cfg_13 "ranksystem.cfg" set scr_drm_cfg_14 "gametypes.cfg" //set scr_drm_cfg_15 "jukebox.cfg" set scr_drm_cfg_16 "specials.cfg" //set scr_drm_cfg_17 "classes.cfg" //****************************************************************************** // Execute Rotation CFG //****************************************************************************** exec maprotation.cfg