Users Guidance
Dont forget to login or register you can even connect with facebook.
Users Guidance
Dont forget to login or register you can even connect with facebook.
Users Guidance
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeLatest imagesRegisterLog in
Search
 
 

Display results as :
 
Rechercher Advanced Search
Similar topics
    Share if you like.
    I am Right Here!!!

     

     Call of Duty 4 Server Guide

    Go down 
    AuthorMessage
    DONalex
    The DON
    The DON
    DONalex


    Numarul mesajelor : 22
    Data de inscriere : 2009-06-30
    Varsta : 33
    Localizare : Romania

    Call of Duty 4 Server Guide Empty
    PostSubject: Call of Duty 4 Server Guide   Call of Duty 4 Server Guide EmptyFri Feb 04, 2011 4:32 am

    Ok...!
    *First of all usually the colored and big words means they are link to certain programs [You must be registered and logged in to see this image.].

    This guide works 100% with [You must be registered and logged in to see this link.], if you want to have lots of players or with [You must be registered and logged in to see this link.], ofcourse it wors without them to but you will need to give your ip to your friends.

    1.You need to have Call of duty 4, you can download it from trackers like [You must be registered and logged in to see this link.] or [You must be registered and logged in to see this link.] etc you got the idea.
    2.Update the game to version 1.0.7.
    [*Patch
    [You must be registered and logged in to see this link.]
    *Crack
    [You must be registered and logged in to see this link.] extract them in \Call of Duty 4 - Modern Warfare\ (the game folder) and overwrite.
    3.The most important files for your server from this link ->[You must be registered and logged in to see this link.]
    4.Next you need to chose if you use a dedicated server or normal server(homepc-server) i recomend normal server, then extract the files from the chosed server to your \Call of Duty 4 - Modern Warfare\ directory overwrite the files if it asks.
    5.Configuration:
    Step 1 configure the server.cfg from \Call of Duty 4 - Modern Warfare\main\ using the example below,i used white on things needed to change and most important for the server.

    Code:
    //==== Call of Duty 4 Server Configuration File by Brutal Stuff ====//

    // Color Codes
    //******************************************************************************
    // Colors for text. Do not clear the comment in front of the color codes.
    // Useful for your server name, motd msg's - Information and ref use only
    //
    // ^1 = Red
    // ^2 = Green
    // ^3 = Yellow
    // ^4 = Blue
    // ^5 = Cyan
    // ^6 = pink/Magenta
    // ^7 = White
    // ^0 = Black
    //******************************************************************************

    //==== Public Game Browser Info ====//
    sets sv_hostname " [color=white]^0Name Of ^3Your ^8Server -use the color code from above[/color]"
    sets _Admin "[color=white]Your-Name-Here[/color]"
    sets _Email "[color=white]admin@you-email.com[/color]"
    sets _Website "[color=white][You must be registered and logged in to see this link.]
    sets _Location ""
    sets _Teamspeak ""
    sets _Irc ""
    sets _Clan ""
    sets _Mod "ModWarfare"
    sets _ModVer ""
    sets _ModUpdate ""
    sets _Maps "Stock/Custom"

    //==== Server Network Settings ====//
    set sv_maxRate "5000" // Data transfer rate between player and server (5000-25000)
    set sv_floodProtect "1"
    set g_smoothClients "1"
    set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications
    //set sv_fps "20" // Not used, hardcoded into game.

    //==== Message of the Day ====//
    set scr_motd "[color=white]Welcome to our server!"
    [/color]set g_motd "[color=white]Welcome to our server!"
    [/color]
    //==== Server Slots ====//
    set sv_maxclients "" //Change to same amount in command line
    set ui_maxclients "" //Change to same amount in command line

    //==== Admin Rcon Password ====//
    set rcon_password "[color=white]CHANGE-ME[/color]"

    //==== Make Server Private ====//
    set g_needpass "0" // Makes server private (0=no 1=yes)
    set g_password "" // Password to join private server

    //==== Private Slots - Subtracted From Maxclients ====//
    set sv_privateClients "0" // Number of Private slots (Taken from server max clients)
    set sv_privatePassword "" // Password for the private slots

    //==== Ping ====//
    set sv_minPing "0" // MIN player ping on CONNECT, any lower and player isnt allowed to connect
    set sv_maxping "350" // MAX player ping on CONNECT, any higher and player isnt allowed to connect
    set sv_reconnectlimit "3" // Max allowed reconnect attempts

    //==== 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 "server_mp.log" // Name of log file, default is games_mp.log
    set sv_log_damage "1"

    //==== Anti Cheat Settings ====//
    set sv_cheats "0" // Enable/Disable cheats (May be outdated)
    set sv_pure "1" // Requires players files to match the server (1=on 0=off)
    set sv_allowAnonymous "0" // Allows/Disallows anonymous players to join the server (1=yes 0=no)
    [color=white]set sv_disableClientConsole "[color=red]0[/color]" // Disables players console to prevent issue of commands (1=yes 0=no)
    [/color]set sv_kickBanTime "3600" // Time in seconds a temp banned player must wait to rejoin the server
    set g_banIPs "" // Banned Ip's (May be outdated, cod4 uses banlist.txt file)
    set g_no_script_spam "1"
    set cl_autocmd "0"

    //==== Drop inactive players ====//
    set sv_timeout "300"
    set sv_zombietime "1"
    set g_inactivity "0"
    set g_inactivityspectator "0"

    //==== HTTP Redirect/Downloads ====//
    set sv_allowdownload "1"
    seta sv_wwwDownload "1"
    seta sv_wwwBaseURL "http://www.your-website.com/cod4"
    seta sv_wwwDlDisconnected "0" //Leave this set to "0"

    //==== In-game Voice Comms ====//
    [color=white]set sv_voice "1" -If you want voice or not
    [/color]set sv_voiceQuality "1"
    set voice_deadChat "0"
    set voice_global "0"
    set voice_localEcho "0"
    set winvoice_mic_mute "1"

    //==== Hardcore Settings ====//

    //## Hardcore ON ##//
    //------------------
    //set scr_hardcore 1 // [0-1] 1=on/0=off
    //set scr_team_fftype 1 // [0-3] (Disabled, Enabled, Reflect, Shared)
    //set scr_player_maxhealth 30 // Health 0-100
    //set scr_player_healthregentime 10 // Health regeneration in seconds
    //set scr_player_respawndelay 10 // Amount of time in seconds to delay player respawn. *hardcode mode default is 10.
    //set scr_game_allowkillcam 0 // [0-1] 1=on/0=off
    //set scr_game_forceuav 0 // [0-1] 1=on/0=off

    //## Hardcore OFF ##//
    //-------------------
    set scr_hardcore 0
    set scr_team_fftype 2 // [0-3] (Disabled, Enabled, Reflect, Shared)
    set scr_player_maxhealth 100 // Health 0-100
    set scr_player_healthregentime 5 // Health regeneration in seconds
    set scr_player_respawndelay 0 // Amount of time in seconds to delay player respawn. *hardcode mode default is 10.
    set scr_game_allowkillcam 1 // [0-1] 1=on/0=off
    set scr_game_forceuav 1 // [0-1] 1=on/0=off

    //==== Oldschool Settings ====//

    //## Oldschool ON ##//
    //-------------------
    //set scr_oldschool "1"
    //set scr_player_maxhealth "200"

    //## Oldschool OFF ##//
    //--------------------
    set scr_oldschool "0"

    //==== Gameplay Settings ====//
    set scr_game_spectatetype 1 // [0-2] (Disabled, Team/Players Only, Free)
    set scr_game_onlyheadshots 0 // [0-1] 1=on/0=off
    set scr_game_deathpointloss 0 // [0-1] 1=on/0=off
    set scr_game_suicidepointloss 0 // [0-1] 1=on/0=off

    //==== Hardpoints ====//
    set scr_game_hardpoints 1 // [0-1] 1=on/0=off (artillery, uav, helicopter)
    set scr_hardpoint_allowartillery 1 // [0-1] 1=on/0=off
    set scr_hardpoint_allowuav 1 // [0-1] 1=on/0=off
    set scr_hardpoint_allowhelicopter 1 // [0-1] 1=on/0=off
    set scr_hardpoint_allowsupply 1 // [0-1] 1=on/0=off

    //==== Team Settings ====//
    set scr_teambalance 1 // [0-1] 1=on/0=off
    set scr_team_kickteamkillers 0 // [0-1] 1=yes/0=no
    set scr_team_teamkillpointloss 1 // [0-1] 1=on/0=off
    set scr_team_teamkillspawndelay 10 // Spawn delay in seconds after team killing
    set scr_teamKillPunishCount 3
    set scr_team_respawntime 4

    //==== Player Settings ====//
    set scr_player_forcerespawn 1 // [0-1] 1=yes/0=no
    set scr_player_sprinttime 5 // Sprint time in seconds
    set scr_player_suicidespawndelay 0 // Spawn delay in seconds after suicide

    //==== Vote Settings ====//
    set g_allowvote 0 // [0-1] 1=on/0=off Enable/Disable map voting
    set g_voteAbstainWeight 0.5

    //==== Hud/Environmental Stuff ====//
    set ui_hud_obituaries 1 // [0-1] 1=on/0=off
    set ui_hud_showobjicons 0 // [0-1] 1=on/0=off
    set g_compassShowEnemies 0 // [0-1] 1=on/0=off
    set scr_enable_music 0 // [0-1] 1=on/0=off
    set scr_enable_nightvision 1 // [0-1] 1=on/0=off
    set scr_enable_hiticon 1 // [0-1] 1=on/0=off
    set scr_enable_scoretext 1 // [0-1] 1=on/0=off

    //==== Misc Settings ====//
    set g_antilag 1 // [0-1] 1=on/0=off
    set g_speed 190
    set g_gravity 800

    exec playercontrol.cfg
    wait
    exec weapons.cfg
    wait
    exec gametypes.cfg

    *If you want to change the other options like the score or allowkillcam for hardcore and other game types edit server.cfg and gametypes.cfg . For wepons restriction and perks edit wepons wepons.cfg .

    6.Opening the server:
    -If you use Garena just open iw3mp.exe and then Press "Start a New Server" then press "`" to bring the console (if it dosent work go to "Options" -"Game Options" and enable the console) and write " exec server.cfg " then chose your map and press "Start".
    -If you want to start the server separate from the game create a shortcut to iw3mp.exe right click on it chose propertaise the add the fallowing lines +set fs_game mods/ModWarfare +set dedicated 2 +set net_ip YOUR IP +set net_port 28960 +set sv_maxclients 32 +set sv_punkbuster 0 +exec server.cfg +map_rotate to "Target" and it will look like this "C:\Program Files\Call of Duty 4 - Modern Warfare\iw3mp.exe" +set fs_game mods/ModWarfare +set dedicated 2 +set net_ip YOUR IP +set net_port 28960 +set sv_maxclients 32 +set sv_punkbuster 1 +exec server.cfg +map_rotate . Important this option will not work with Garena.

    I think thats all guys HAVE FUN with your friends and if you have problems in understanding the guide or want some help feal free to post it.
    Back to top Go down
    https://users-guidance.goodforum.net/
     
    Call of Duty 4 Server Guide
    Back to top 
    Page 1 of 1
     Similar topics
    -
    » How to Setup your own Minecraft Private/Dedicated Server

    Permissions in this forum:You cannot reply to topics in this forum
    Users Guidance :: Tutorials :: Tutorials-Games-Server-
    Jump to: