COD 4 Server startet nicht    |
Cobra2209
Teetrinker
 
Dabei seit: 04.03.2008
Beiträge: 37

|
|
//*************************************************************************
*****
// Call of Duty 4: Modern Warfare - Dedicated Server Config File
//*************************************************************************
*****
// Autor: bullet-worm
// Website: http://www.wormsworld.net
// Datum: Jan, 2008
// Config Typ: Ranked & Unranked
// Version: 1.0 FINAL
//*************************************************************************
*****
//=========================================================================
========
// Server Information
//=========================================================================
========
sets sv_hostname ""
sets _Admin ""
sets _Email ""
sets _Website ""
sets _Location "Germany"
sets _Irc ""
sets _Mod ""
sets _ModVer ""
sets _ModUpdate ""
sets _Maps "CoD 4 Stock Maps"
set scr_motd "Skill beats Ping .. .Hopefully!"
//=========================================================================
========
// General Settings
//=========================================================================
========
// 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"
// Network options
set net_ip "" // Set your servers IP address
set net_port "" // 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 "" // 0 = Listen, 1 = LAN, 2 = Internet
// 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"
// Password Settings
set rcon_password "" // RCON must supply pw to use
set sv_privatePassword "" // Private slots, non-public slots
set g_password "" //Server password
// Player slots setup
set sv_maxclients "22" // MAX server player slots, this is TOTAL player slots
set sv_privateclients "2" // Number of private player slots, maxclients - privateclients = public slots
// 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
// Client Download Settings (0=off/1=on)
set sv_allowdownload "1"
set sv_wwwdownload "0"
set sv_wwwBaseURL "http://"
set sv_wwwDlDisconnected "0"
// 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
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"
// Punkbuster
pb_sv_enable
set sv_punkbuster "1"
// Temporary Ban duration, in seconds
set sv_kickBanTime "3600"
// Ingame voice communication system
set sv_voice "1"
set sv_voiceQuality "9"
set voice_deadChat "1"
set voice_global "0"
set voice_localEcho "0"
set winvoice_mic_mute "1"
// Team-Balance and Voting
set scr_teambalance "0"
set g_allowvote "0"
//=========================================================================
========
// Other Gameplay Settings
//=========================================================================
========
// General
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 1 // (0-2) Disabled, Team / Players only, Free
set scr_game_forceuav 0
set scr_game_hardpoints 1 // (0-1) i.e. artillery, uav, helicopter
set scr_playerrespawndelay 0
// Hardpoints
set scr_hardpoint_allowartillery 1
set scr_hardpoint_allowuav 1
set scr_hardpoint_allowhelicopter 1
// Teams
set scr_drawfriend 1
set scr_team_fftype 0 // (0-3) Disabled, Enabled, Reflect, Shared
set scr_team_teamkillspawndelay 5
set scr_team_kickteamkillers 3
// Player
set scr_game_playerwaittime 0
set scr_player_maxhealth 30 // Normal = 100, Hardcore = 30, Oldschool = 200
set scr_player_suicidespawndelay 0
set scr_player_healthregentime 5
set scr_player_forcerespawn 1
set scr_player_sprinttime 8
set g_speed 190 // Normal = 190, Hardcore = 190, Oldschool = 450
set g_gravity 800 // Normal = 800, Hardcore = 800, Oldschool = 600
// UI
set scr_hardcore 1
set scr_oldschool 0
set ui_hud_obituaries 1
set ui_hud_showobjicons 1
// Misc
set scr_enable_nightvision 1
set scr_enable_music 1
set scr_enable_hiticon 1
set scr_intermission_time 15
//=========================================================================
========
// Other Settings
//=========================================================================
========
set sv_allowAnonymous "0"
//set g_antilag "1" // Since Patch 1.3 allways ON
set g_compassShowEnemies "1"
//ui_maxclients 32 // Needed to create Server with more than 32 Slots
//=========================================================================
========
// Gametype Settings
//=========================================================================
========
// Deathmatch
set scr_dm_scorelimit 0
set scr_dm_timelimit 20
set scr_dm_roundlimit 1
set scr_dm_numlives 0
set scr_dm_playerrespawndelay 0
set scr_dm_waverespawndelay 0
// Domination
set scr_dom_scorelimit 0
set scr_dom_timelimit 15
set scr_dom_roundlimit 1
set scr_dom_numlives 0
set scr_dom_playerrespawndelay 7.5
set scr_dom_waverespawndelay 0
// Teamdeath Match
set scr_war_scorelimit 0
set scr_war_timelimit 20
set scr_war_roundlimit 1
set scr_war_numlives 0
set scr_war_playerrespawndelay 0
set scr_war_waverespawndelay 0
// Sabotage
set scr_sab_scorelimit 0
set scr_sab_timelimit 3
set scr_sab_roundlimit 4
set scr_sab_roundswitch 2
set scr_sab_numlives 0
set scr_sab_bombtimer 10
set scr_sab_planttime 7.5
set scr_sab_defusetime 5
set scr_sab_hotpotato 1
set scr_sab_playerrespawndelay 7.5
set scr_sab_waverespawndelay 0
// Search & Destroy
set scr_sd_scorelimit 0
set scr_sd_timelimit 3
set scr_sd_roundlimit 10
set scr_sd_roundswitch 5
set scr_sd_bombtimer 30
set scr_sd_planttime 10
set scr_sd_defusetime 7
set scr_sd_multibomb 0
// King of the Hill
set scr_koth_scorelimit 0
set scr_koth_timelimit 15
set scr_koth_roundlimit 1
set scr_koth_roundswitch 1
set scr_koth_numlives 0
set scr_koth_playerrespawndelay 0
set scr_koth_waverespawndelay 0
set koth_autodestroytime 60
set koth_spawntime 0
set koth_kothmode 1
set koth_capturetime 20
set koth_destroytime 10
set koth_delayPlayer 0
set koth_spawnDelay 60
//=========================================================================
========
// Execute other Config Files
//=========================================================================
========
exec cwp_mw.cfg // Settings for Classes, Weapons and Perks
//=========================================================================
========
// Maprotation and First Gametype
//=========================================================================
========
// First Gametype to load...
// "war" - free for all deathmatch
// "dom" - domination
// "koth" - headquarters
// "sab" - sabotage
// "sd" - search & destroy
// "war" - team deathmatch
set g_gametype "war"
// Maprotation
set sv_mapRotation "gametype war map mp_after_tchernobyl gametype war map mp_backlot gametype war map mp_bloc gametype war map mp_carentan gametype war map mp_cargoship gametype war map mp_citystreets gametype war map mp_convoy gametype war map mp_crash gametype war map mp_creek gametype war map mp_crossfire gametype war map mp_farm gametype war map mp_overgrown gametype war map mp_pipeline gametype war map mp_showdown gametype war map mp_strike gametype war map mp_vacant"
|
|
|
|
|
|
|
Das kannst Du nur im Weaponfile selbst deaktivieren:
Original von clutzi
das ist etwas umfangreicher.
geh in dein main ordner dort öffnest die iw11.iwd dann den ordner weapons und dann den mp ordner darn findest nun waffenfiles jetz suchst z.b. die barett_mp diese kopierst jetz. nun erstellst dir ein ordner namens weapons darin ein ordner namens mp un in diesen kopierst die waffenfils aller sniperwaffen rein. das wären dann die barett_mp, dragunov_mp, m21_mp, remington700_mp und m40a3_mp. das ganze soll dann so aussehen:
weapons/mp/ darin sind:
barett_mp
dragunov_mp
m21_mp
remington700_mp
m40a3_mp
wenn du das soweit hast öffnest die waffenfiles mit dem editor. dann suchst den eintrag: adsIdleAmount\40 und änderst die 40 in 0. jetz schliest das ganze tust es speichern und das machst bei allen 5 waffenfiles. nun tust das ganze mit winrar z.b packen. du must es aber als zip format speichern und komrimierungsstufe normal wählen. jetz must das ganze umbennen in zb zz_waffen.iwd und kopierst das in dein benutzen mod ordner.
Die IWD Datei kannst Du mit WinRAR öffnen. Die geänderten Files kannst Du entweder wie beschrieben in eine neue IWD packen, oder unter selber Ordnerstruktur in die z_modwarfare.iwd integrieren.
Wichtig ist nur, das Du dann nicht den ModWarfare Ordner als Modordner nutzt.
ToM
__________________

|
|
|
|
|
|
|
|
 |
Impressum ||Datenschutzerklärung
|