<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
&nbsp;<BR>
Hi all , <BR>
&nbsp;<BR>
I took the COD5 dedicated server sources (3 parts) but it seems that no server.cfg file is present in&nbsp;downloaded files. <BR>
&nbsp;<BR>
I found the following file content on another forum.&nbsp;Does anybody have already built up a working linux COD5 server ? I need to compare files. <BR>
&nbsp;<BR>
here's the cfg : <BR>
&nbsp;<BR>
set sv_punkbuster 1<BR>wait<BR>pb_sv_enable<BR>
////////////////////////////////////<BR>// Server Information<BR>//<BR>// Server Browser Name<BR>set sv_hostname "=SoC= COD5 Beta" //This is the name that appears in the server browser<BR>// "Message of the Day" -- Not sure if this even works<BR>set g_motd "Watch for our full version server soon!"<BR>// Keywords (maybe a server search function?)<BR>set sv_keywords ""<BR>
<BR>////////////////////////////////////<BR>// Passwords<BR>//<BR>// Server password (needed to get into the server)<BR>set g_password "" // blank means NO password<BR>// Private Client Slot Password<BR>set sv_privatePassword ""<BR>// Rconpassword<BR>set rcon_password "" // Change this to your rcon password!<BR>
////////////////////////////////////<BR>// Client Issues<BR>//<BR>// Maximum Clients<BR>set sv_maxclients "20"<BR>set sv_privateclients "0" // These people can use the private password to get in the server<BR>// Client's Min/Maximum Ping<BR>set sv_minPing "0"<BR>set sv_maxping "300"<BR>// Client's Maximum Rate<BR>set sv_maxRate "25000"<BR>// Client Voting<BR>set g_allowVote "0"<BR>set g_voteAbstainWeight "0.5"<BR>// Client Side Stuff -- Don't know what these do right now<BR>set sv_clientside "0"<BR>set sv_clientArchive "1"<BR>set sv_clientSideBullets "1"<BR>set sv_clientSideVehicles "1"<BR>set g_client_side_lights "1"<BR>// sv_pure - Keeps clients from loading files NOT on the server<BR>set sv_pure "1"<BR>// Disable Client access to console?<BR>set sv_disableClientConsole "0"<BR>set sv_punkbuster "1"<BR>////////////////////////////////////<BR>// Server Personality Settings<BR>//<BR>// Automatic Team Balance<BR>set scr_teambalance "1"<BR>// In-Game Voice Chat<BR>set sv_voice "1"<BR>set voice_global "1"<BR>set g_voiceChatTalkingDuration "500"<BR>set voice_deadChat "0"<BR>set sv_voiceQuality "3"<BR>set voice_localEcho "0"<BR>// Dead players chat with the living?<BR>set g_deadChat "0"<BR>// Who dead people can spectate<BR>set scr_game_spectatetype "1"<BR>// Gravity<BR>set g_gravity "800"<BR>// Base Move Speed<BR>set g_speed "190"<BR>// Number of dropped weapons before recycling<BR>set g_maxDroppedWeapons "16"<BR>
////////////////////////////////////<BR>// Server General Gameplay Settings<BR>//<BR>// Hardcore<BR>set scr_hardcore "1"<BR>// OldSchool<BR>set scr_oldschool "0"<BR>// Friendly Fire?<BR>set scr_team_fftype "1"<BR>// Red Crosshairs while over enemy? Maybe?<BR>set g_redCrosshairs "1"<BR>// Draw Friends<BR>set scr_drawfriend "0"<BR>// Revive players? Don't know what this does<BR>set scr_player_allowrevive "1"<BR>set g_revive "1"<BR>set revive_time_taken "2"<BR>// Announcer<BR>set scr_allowannouncer "1"<BR>
////////////////////////////////////<BR>// Player Settings<BR>//<BR>// Health Issues<BR>set scr_player_healthregentime "5"<BR>set scr_player_maxhealth "60"<BR>// Number of lives<BR>set scr_player_numlives "0"<BR>// Respawn Settings<BR>set scr_player_forcerespawn "1"<BR>set scr_player_respawndelay "0"<BR>set scr_player_suicidespawndelay "0"<BR>// Sprint Settings<BR>set scr_player_sprinttime "4"<BR>// Suicide point loss<BR>set scr_game_suicidepointloss "0"<BR>
////////////////////////////////////<BR>// Server Timers<BR>set scr_game_graceperiod "15"<BR>set scr_intermission_time "30"<BR>set scr_team_respawntime "0"<BR>
////////////////////////////////////<BR>// Gametype Settings<BR>//<BR>// KOTH<BR>set scr_koth_globalbattlechatterprobability "0"<BR>set scr_koth_numlives "0"<BR>set scr_koth_playerrespawndelay "0"<BR>set scr_koth_roundlimit "1"<BR>set scr_koth_roundswitch "1"<BR>set scr_koth_scorelimit "500"<BR>set scr_koth_timelimit "15"<BR>set scr_koth_waverespawndelay "0"<BR>// More setting that I am not sure work (because they are not named like normal)<BR>set koth_autodestroytime "60"<BR>set koth_capturetime "20"<BR>set koth_delayPlayer "0"<BR>set koth_destroytime "10"<BR>set koth_kothmode "0"<BR>set koth_spawnDelay "60"<BR>set koth_spawntime "0"<BR>
// CTF<BR>set scr_ctf_enemycarriervisible "0"<BR>set scr_ctf_flagrespawntime "0"<BR>set scr_ctf_globalbattlechatterprobability "0"<BR>set scr_ctf_idleflagreturntime "30"<BR>set scr_ctf_numlives "0"<BR>set scr_ctf_playerrespawndelay "0"<BR>set scr_ctf_roundlimit "2"<BR>set scr_ctf_roundswitch "1"<BR>set scr_ctf_scorelimit "3"<BR>set scr_ctf_timelimit "5"<BR>set scr_ctf_touchreturn "1"<BR>set scr_ctf_waverespawndelay "15"<BR>// DM<BR>set scr_dm_globalbattlechatterprobability "100"<BR>set scr_dm_numlives "0"<BR>set scr_dm_playerrespawndelay "0"<BR>set scr_dm_roundlimit "1"<BR>set scr_dm_scorelimit "500"<BR>set scr_dm_timelimit "10"<BR>set scr_dm_waverespawndelay "0"<BR>// DOM<BR>set scr_dom_globalbattlechatterprobability "0"<BR>set scr_dom_numlives "0"<BR>set scr_dom_playerrespawndelay "0"<BR>set scr_dom_roundlimit "1"<BR>set scr_dom_scorelimit "500"<BR>set scr_dom_timelimit "0"<BR>set scr_dom_waverespawndelay "0"<BR>// TWAR<BR>set scr_twar_globalbattlechatterprobability "0"<BR>set scr_twar_numlives "0"<BR>set scr_twar_roundlimit "2"<BR>set scr_twar_roundswitch "1"<BR>set scr_twar_scorelimit "10"<BR>set scr_twar_timelimit "15"<BR>set twar_captureAccelBonus "35"<BR>set twar_captureAccelLimit "50"<BR>set twar_captureTime "40"<BR>set twar_finalFightFlagRespawnPenalty "3"<BR>set twar_finalFightTimeLimit "5"<BR>set twar_momentumArtillery "10"<BR>set twar_momentumBlitzkriegTime "30"<BR>set twar_momentumDogs "10"<BR>set twar_momentumEnabled "1"<BR>set twar_momentumFlagCap "25"<BR>set twar_momentumKamikaze "10"<BR>set twar_momentumKillPlayer "5"<BR>set twar_momentumMax "70"<BR>set twar_momentumMaxMultiplier "3"<BR>set twar_momentumMultiplierBonus "25"<BR>set twar_momentumMultiplierBonusLimit "75"<BR>set twar_momentumRadar "10"<BR>set twar_neutralFlagLockTime "0"<BR>set twar_secondaryInfluencerBonus "0.5"<BR>set twar_showEnemyCount "1"<BR>set twar_spawnPointFacingAngle "60"<BR>// TDM<BR>set scr_tdm_globalbattlechatterprobability "0"<BR>set scr_tdm_numlives "0"<BR>set scr_tdm_playerrespawndelay "0"<BR>set scr_tdm_roundlimit "1"<BR>set scr_tdm_scorelimit "750"<BR>set scr_tdm_timelimit "10"<BR>set scr_tdm_waverespawndelay "0"<BR>// SD<BR>set scr_sd_bombtimer "45"<BR>set scr_sd_defusetime "5"<BR>set scr_sd_globalbattlechatterprobability "0"<BR>set scr_sd_multibomb "0"<BR>set scr_sd_numlives "1"<BR>set scr_sd_planttime "5"<BR>set scr_sd_playerrespawndelay "0"<BR>set scr_sd_roundlimit "0"<BR>set scr_sd_roundswitch "3"<BR>set scr_sd_scorelimit "4"<BR>set scr_sd_timelimit "2.5"<BR>set scr_sd_waverespawndelay "0"<BR>// SAB<BR>set scr_sab_bombtimer "30"<BR>set scr_sab_defusetime "5"<BR>set scr_sab_globalbattlechatterprobability "0"<BR>set scr_sab_hotpotato "0"<BR>set scr_sab_numlives "0"<BR>set scr_sab_planttime "2.5"<BR>set scr_sab_playerrespawndelay "7.5"<BR>set scr_sab_roundlimit "0"<BR>set scr_sab_roundswitch "1"<BR>set scr_sab_scorelimit "1"<BR>set scr_sab_timelimit "20"<BR>set scr_sab_waverespawndelay "0"<BR>
<BR>////////////////////////////////////<BR>// Weapons<BR>//<BR>set scr_weapon_allowbetty "1"<BR>set scr_weapon_allowc4 "1"<BR>set scr_weapon_allowflash "1"<BR>set scr_weapon_allowfrags "1"<BR>set scr_weapon_allowmines "1"<BR>set scr_weapon_allowrpgs "1"<BR>set scr_weapon_allowsatchel "1"<BR>set scr_weapon_allowsmoke "1"<BR>// Bouncing Bettty Settings<BR>set bettyDetonateRadius "150"<BR>set bettyTimeBeforeDetonate "0.45"<BR>set bettyUpVelocity "296"<BR>// Poison gas stuff?<BR>set poisonDuration "8"<BR>set tabun_effect_radius "150"<BR>set tabun_shock_radius "150"<BR>set tabunGasDuration "3"<BR>set tabunInitialGasShockDuration "7"<BR>set tabunWalkInGasShockDuration "4"<BR>
////////////////////////////////////<BR>// Perk &amp; Hardpoint Settings<BR>//<BR>// Perk Settings<BR>set scr_game_perks "1"<BR>set perk_armorVest "75"<BR>set perk_bulletDamage "40"<BR>set perk_explosiveDamage "25"<BR>set perk_fireproof "55"<BR>set perk_flakJacket "75"<BR>set perk_flakJacketMaxDamage "75"<BR>set player_lastStandBleedoutTime "30"<BR>// Vehicle Perk Settings<BR>set vehicle_perk_boost_acceleration_multiplier "1.571"<BR>set vehicle_perk_boost_duration_seconds "0.74"<BR>set vehicle_perk_boost_interval_seconds "1.703"<BR>set vehicle_perk_boost_speed_increase "1.878"<BR>set vehicle_perk_leadfoot_speed_increase "1.35"<BR>
// Hardpoint Settings<BR>//<BR>set scr_game_hardpoints "1"<BR>set scr_hardpoint_allowartillery "1"<BR>set scr_hardpoint_allowdogs "1"<BR>set scr_hardpoint_allowradar "1"<BR>set scr_hardpoint_allowsupply "1"<BR>set scr_hardpoint_allowuav "1"<BR>// Dog Settings<BR>set scr_dog_count "8"<BR>set scr_dog_hardpoint_interval "180"<BR>set scr_dog_health "100"<BR>set scr_dog_max_at_once "4"<BR>set scr_dog_time "60"<BR>
////////////////////////////////////<BR>// Vehicle Settings -- Holy cow look at all these settings!<BR>set scr_vehicles_enabled "1"<BR>set scr_veh_respawntimemax "90"<BR>set scr_veh_respawntimemin "50"<BR>set scr_veh_health_jeep "700"<BR>set scr_veh_health_tank "1350"<BR>set scr_veh_driversarehidden "1"<BR>set scr_veh_driversareinvulnerable "1"<BR>set scr_veh_explode_on_cleanup "1"<BR>set scr_veh_explosion_doradiusdamage "1"<BR>set scr_veh_explosion_maxdamage "200"<BR>set scr_veh_explosion_mindamage "20"<BR>set scr_veh_explosion_radius "256"<BR>set scr_veh_alive_cleanuptimemax "120"<BR>set scr_veh_alive_cleanuptimemin "119"<BR>set scr_veh_cleanupabandoned "1"<BR>set scr_veh_cleanupdrifted "1"<BR>set scr_veh_cleanupmaxspeedmph "1"<BR>set scr_veh_cleanupmindistancefeet "75"<BR>set scr_veh_cleanuptime_dmgfactor_deadtread "0.25"<BR>set scr_veh_cleanuptime_dmgfactor_max "1.0"<BR>set scr_veh_cleanuptime_dmgfactor_min "0.33"<BR>set scr_veh_cleanuptime_dmgfraction_curve_begin "0.0"<BR>set scr_veh_cleanuptime_dmgfraction_curve_end "1.0"<BR>set scr_veh_dead_cleanuptimemax "30"<BR>set scr_veh_dead_cleanuptimemin "20"<BR>set scr_veh_disappear_maxpreventdistancefeet "30"<BR>set scr_veh_disappear_maxpreventvisibilityfeet "150"<BR>set scr_veh_disappear_maxwaittime "60"<BR>set scr_veh_explosion_husk_forcepointvariance "30"<BR>set scr_veh_explosion_husk_horzvelocityvariance "25"<BR>set scr_veh_explosion_husk_vertvelocitymax "200"<BR>set scr_veh_explosion_husk_vertvelocitymin "100"<BR>set scr_veh_explosion_spawnfx "1"<BR>set scr_veh_ondeath_createhusk "1"<BR>set scr_veh_ondeath_usevehicleashusk "1"<BR>set scr_veh_respawnafterhuskcleanup "1"<BR>set scr_veh_respawnwait_iterationwaitseconds "1"<BR>set scr_veh_respawnwait_maxiterations "30"<BR>set scr_veh_waittillstoppedandmindist_maxtime "10"<BR>set scr_veh_waittillstoppedandmindist_maxtimeenabledis tfeet "5"<BR>
////////////////////////////////////<BR>// Server Performance Issues<BR>//<BR>// Rate<BR>set rate "25000"<BR>// Antilag<BR>set g_antilag "1"<BR>// Smooth clients<BR>set g_smoothClients "1"<BR>// FPS (Server Frames per Second) -- I would leave this alone for now. MIGHT mess up gameplay if changed.<BR>set sv_fps "20"<BR>////////////////////////////////////<BR>// Server Download/Redirect Settings<BR>//<BR>set sv_allowDownload "1"<BR>set sv_wwwBaseURL ""<BR>set sv_wwwDlDisconnected "0"<BR>set sv_wwwDownload "0"<BR>
////////////////////////////////////<BR>// Server Management/Admin<BR>//<BR>// Logging<BR>set g_log "games_mp.log"<BR>set g_logSync "1"<BR>set logfile "2"<BR>// Client IP Banning (yucky way to do this)<BR>set g_banIPs ""<BR>// Kick Ban Time<BR>set sv_kickBanTime "300"<BR>// TKers<BR>set scr_teamKillPunishCount "3"<BR>set scr_team_artilleryTeamKillPenalty "0.25"<BR>set scr_team_kickteamkillers "0"<BR>set set scr_team_teamkillerplaylistbanpenalty "0"<BR>set scr_team_teamkillerplaylistbanquantum "0"<BR>set scr_team_teamkillpointloss "1"<BR>set scr_team_teamkillspawndelay "20"<BR>
////////////////////////////////////<BR>// Batttle Chatter Settings<BR>set scr_allowbattlechatter "1"<BR>set bcmp_incoming_grenade_probability "50"<BR>set bcmp_kill_inform_probability "50"<BR>set bcmp_killstreak_incoming_probability "50"<BR>set bcmp_perk_call_probability "50"<BR>set bcmp_sniper_kill_probability "25"<BR>set bcmp_toss_grenade_probability "50"<BR>set bcmp_weapon_delay "2000"<BR>set bcmp_weapon_fire_probability "90"<BR>////////////////////////////////////<BR>// Fire<BR>set fire_audio_random_max_duration "1000"<BR>set fire_audio_repeat_duration "1500"<BR>set fire_spread_probability "0"<BR>set fire_stage1_burn_time "3000"<BR>set fire_stage2_burn_time "0"<BR>set fire_stage3_burn_time "0"<BR>set fire_world_damage "20"<BR>set fire_world_damage_duration "8"<BR>set fire_world_damage_rate "0.25"<BR>////////////////////////////////////<BR>// Flares<BR>set flare_distance_scale "16"<BR>set flare_duration "8"<BR>set flare_effect_radius "400"<BR>set flareBurnOutFadeWait "0.65"<BR>set flareDisableEffects "0"<BR>set flareLookAwayFadeWait "0.45"<BR>
// Map_rotation (available gametypes: dm, tdm, dom, sab, sd ctf, koth, twar)<BR>set sv_mapRotation "gametype twar map mp_castle gametype dom map mp_makin gametype tdm map mp_roundhouse" <BR>set sv_maprotationcurrent "" <BR>
--------------------------------------------------------------------------------------<BR>
&nbsp;<BR>
If&nbsp;someone has&nbsp;config file(s) please send me a copy on my mail. <BR>
&nbsp;<BR>
Thanks&nbsp;All <BR>
&nbsp;<BR>
Jeff<BR>
<BR>&nbsp;<BR><br /><hr />Qui vous permet d'enregistrer la TV sur votre PC et lire vos emails sur votre mobile ? la réponse en vidéo <a href='http://www.microsoft.com/france/windows/bts/default.mspx' target='_new'>la réponse en vidéo</a></body>
</html>