//****************************************************************************** // _____ _ _ __ // | _ | | | | | / _| // | | | |_ __ ___ _ __ | | | | __ _ _ __| |_ __ _ _ __ ___ // | | | | '_ \ / _ \ '_ \| |/\| |/ _` | '__| _/ _` | '__/ _ \ // \ \_/ / |_) | __/ | | \ /\ / (_| | | | || (_| | | | __/ // \___/| .__/ \___|_| |_|\/ \/ \__,_|_| |_| \__,_|_| \___| // | | We don't make the game you play. // |_| We make the game you play BETTER. // // Website: http://openwarfaremod.com/ //****************************************************************************** // SERVER SETTINGS // ALL VARIABLES WORK IN RANKED AND UNRANKED MODES //****************************************************************************** //****************************************************************************** // COLOR CODES //****************************************************************************** // ^1 = Red // ^2 = Green // ^3 = Yellow // ^4 = Blue // ^5 = Cyan // ^6 = pink/Magenta // ^7 = White // ^0 = Black //****************************************************************************** //****************************************************************************** // SERVER INFORMATION //****************************************************************************** sets sv_hostname "^0{^7IAS^0}War OPS V3 MoD" sets _Admin "8 Man Panel" sets _Email "" sets _Website "^1Google - IAS Clan" sets _Location "^1International" sets _Irc "" sets _ModUpdate "Béta 6" sets _Maps "Stock/Custom Maps" set scr_motd "Please visit us at http://codutility-france.fr/" //****************************************************************************** // LOG SETTINGS //****************************************************************************** // 0 = No log, 1 = Buffered, 2 = Continuous, 3 = Append set g_logsync "2" // 0 = No log, 1 = Log file enabled set logfile "1" // Name of log file, default is games_mp.log // set g_log "games_mp.log" // 0 = Don't log damage, 1 = Log damage set sv_log_damage "1" // Network options set net_ip "108.61.109.144" // 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, player/server communications // Server Network Mode set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet set loc_warnings "0" //****************************************************************************** // NETWORK OPTIONS //****************************************************************************** set com_hunkMegs "512" // Server rate ( upstream speed in bps / ( amount of player * 8 ) ) set sv_maxRate "20000" // Ping set sv_minPing "0" // MIN player ping on CONNECT, any lower and player isnt allowed to connect set sv_maxping "250" // MAX player ping on CONNECT, any higher and player isnt allowed to connect // Master servers set sv_master1 "" set sv_master2 "" set sv_master3 "" set sv_master3 "" set sv_master4 "" set sv_master5 "" set sv_master6 "" set sv_master7 "" set sv_gamespy "" //****************************************************************************** // PASSWORD SETTINGS //****************************************************************************** // RCON must supply password to use set rcon_password "Killer$EL!+e" // Private slots, non-public slots set sv_privatePassword "" // Server password set g_password "" //****************************************************************************** // SERVER PLAYER SLOTS //****************************************************************************** // MAX server player slots, this is TOTAL player slots set sv_maxclients "15" // Number of private player slots, maxclients - privateclients = public slots set sv_privateclients "0" //****************************************************************************** // REDIRECT/DOWNLOAD SETTINGS //****************************************************************************** set sv_allowdownload "1" set sv_wwwDownload "1" set sv_wwwbaseURL "http://redirect.chi.gameservers.com/108.61.109.144_28960" set sv_wwwdldisconnected "0" set sv_connectTimeout "600" //****************************************************************************** // INACTIVE PLAYERS SETUP //****************************************************************************** set sv_timeout "300" set sv_zombietime "1" set g_inactivity "0" set g_inactivityspectator "0" //****************************************************************************** // ANTIFLOODING SETTINGS //****************************************************************************** set sv_floodProtect "1" set sv_reconnectlimit "3" //****************************************************************************** // ANTICHEAT SETTINGS //****************************************************************************** // Disable the console if you are having problems with players voting for weird map names 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" set sv_punkbuster "0" //****************************************************************************** // TEMPORARY BAN DURATION //****************************************************************************** set sv_kickBanTime "3600" //****************************************************************************** // IN-GAME VOICE COMMUNICATION SETTINGS //****************************************************************************** set sv_voice "1" set sv_voiceQuality "9" set sv_voiceCodec "voice_speex" set voice_deadChat "0" set voice_global "0" set voice_localEcho "0" set winvoice_mic_mute "1" //****************************************************************************** // Misc //****************************************************************************** set sv_allowAnonymous "0" set g_antilag "0" set g_compassShowEnemies "0" ui_maxclients 15 set perk_allow_specialty_pistoldeath "0" set perk_allow_specialty_grenadepulldeath "0" set scr_allowvote "0" set scr_jump_height "100" set scr_player_sprinttime "300" set scr_dm_playerrespawndelay "0" set scr_dm-scorelimit "1500" set scr_dm_timelimit "25" set scr_dm_waverespawndelay "0" set scr_dm_playerrespawndelay "-1" set scr_power_rank_mode "1" set scr_power_rank_delay "0.7" set scr_falldamageminheight "999" set scr_falldamagemaxheight "999" //****************************************************************************** // gameplay //****************************************************************************** set scr_game_allowkillcam 0 set scr_game_onlyheadshots 0 set scr_game_deathpointloss 0 set scr_game_suicidepointloss 0 set scr_team_teamkillpointloss 1 set scr_game_spectatetype 2 set scr_game_forceuav 0 set scr_game_hardpoints 1 set scr_hardpoint_allowuav 1 set scr_hardpoint_allowartillery 1 set scr_hardpoint_allowhelicopter 1 set scr_hardcore 1 //****************************************************************************** // OPENWARFARE CONFIGURATION FILES //****************************************************************************** exec configs/openwarfare.cfg //****************************************************************************** // MATCH RULESET LOAD //****************************************************************************** // Rulesets can be loaded throught the AACP, manually by setting the variable // cod_mode or by uncommenting the following line in which case the ruleset will // be automatically loaded when the server starts. // set cod_mode "pub_hardcore_all"