Results 1 to 8 of 8
  1. #1
    DonBruno's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    France...in a old car under the Eiffel Tower
    Posts
    384
    Reputation
    15
    Thanks
    372
    My Mood
    Amused

    Lightbulb How to get your own MW2 Dedicated Server

    Hello,this tutorial will explain how to make your own Dedicated Server of Modern Warfare 2 hosted in your computer.
    As you all know,IW did not included Dedicated Servers in Modern Warfare 2,meaning you'll need alterIWnet Version on your computer.

    You can see how to get it,following this tutorial here: How to get MW2 alterIWnet Version

    Ok,so you have your alterIWnet Client already,the first step in creating your own dedicated server,is to make a copy of the game folder.Just copy/paste it to a different location.Now rename one of the folders to "MyServer" or any other name you like.

    Now,follow this steps:

    -Download the attachment(It contains the server files)

    -Unzip,copy/paste to the folder choosen to the server.If asked to replace anything,accept.

    -Now,at the server folder,go to MAIN,and inside create a .txt file and name it server.cfg.in that file paste the following:
    // --- QUERY INFORMATION --------------------------------
    set sv_hostname "Server Name"

    // optional settings returned by query, server listings may use this
    sets _Admin "ingameNick"
    sets _Email "adminemail"
    sets _Website "http:/rsite.com/"
    sets _Location "Europe"

    // --- NON-GAMEPLAY CONFIGURATION -----------------------
    set rcon_password "changeme" // password for rcon, empty = disabled
    set privateMatch_serverPassword "" // game password, leave empty for a public game

    set sv_maxPing "300" // maximum ping, any higher and players will get kicked

    set g_inactivity "0" // time in seconds before a player gets kicked if not moving
    set g_inactivitySpectator "0" // time in seconds before a spectator gets kicked

    set g_logSync "1" // 1 = always flush games_mp.log, 0 = only flush on game end
    set g_log "games_mp.log" // game log file

    set aiw_sayName "^7Console" // name server-side 'say' commands show up as

    // --- BASE GAME CONFIGURATION --------------------------
    set g_gametype "war" // game type
    // war - Team Deathmatch
    // dm - Free-for-all
    // dom - Domination
    // koth - Headquarters
    // sab - Sabotage
    // sd - Search and Destroy
    // arena - Arena
    // dd - Demolition
    // ctf - Capture the Flag
    // oneflag - One-Flag CTF
    // gtnw - Global Thermo-Nuclear War

    // uncomment below commands for some hardcore shit
    //set g_hardcore "1"
    //set ui_hud_hardcore "1"
    //set scr_hardcore "1"
    //set scr_player_maxhealth "30"
    //set scr_team_fftype "1" // 1 = on, 2 = reflect, 3 = shared
    //set scr_player_healthregentime "0"

    set scr_thirdperson "0" // third-person mode
    set scr_game_hardpoints "1" // killstreaks, 1 = on
    set scr_game_perks "1" // perks, obviously

    set scr_game_allowkillcam "1" // 1 = allow, 0 = disallow

    set scr_diehard "0" // die-hard mode

    set scr_teambalance "1" // player difference for game to consider 'unbalanced'
    set scr_game_spectatetype "2" // by request?

    // --- GAMETYPE CONFIGURATION ---------------------------

    // - Team Deathmatch
    set scr_war_scorelimit "10000"
    set scr_war_timelimit "15" // timelimit, in minutes

    set scr_war_playerrespawndelay "-1" // -1 is no respawn delay, 0 is automatic, > 0 is X seconds
    set scr_war_waverespawndelay "0" // wave spawning, might be more 'tactical'

    set scr_war_numlives "0" // number of lives
    set scr_war_promode "0" // unknown

    set scr_war_roundlimit "1" // maximum amount of rounds
    set scr_war_winlimit "1" // amount of wins needed to win a round-based game

    // - Domination
    set scr_dom_scorelimit "200"
    set scr_dom_timelimit "15" // timelimit, in minutes

    set scr_dom_playerrespawndelay "-1" // -1 is no respawn delay, 0 is automatic, > 0 is X seconds
    set scr_dom_waverespawndelay "0" // wave spawning, might be more 'tactical'

    set scr_dom_numlives "0" // number of lives
    set scr_dom_promode "0" // unknown

    set scr_dom_roundlimit "1" // maximum amount of rounds
    set scr_dom_winlimit "1" // amount of wins needed to win a round-based game

    // - FFA
    set scr_dm_scorelimit "10000"
    set scr_dm_timelimit "15" // timelimit, in minutes

    set scr_dm_playerrespawndelay "-1" // -1 is no respawn delay, 0 is automatic, > 0 is X seconds

    set scr_dm_numlives "0" // number of lives
    set scr_dm_promode "0" // unknown

    // - Search and Destroy
    set scr_sd_scorelimit "1"
    set scr_sd_timelimit "2.5" // timelimit, in minutes

    set scr_sd_playerrespawndelay "-1" // -1 is no respawn delay, 0 is automatic, > 0 is X seconds
    set scr_sd_waverespawndelay "0" // wave spawning, might be more 'tactical'

    set scr_sd_numlives "1" // number of lives
    set scr_sd_promode "0" // unknown

    set scr_sd_roundlimit "0" // maximum amount of rounds, 0 is 'until someone wins'
    set scr_sd_winlimit "6" // amount of wins needed to win a round-based game
    set scr_sd_roundswitch "4" // after X rounds, switch sides?

    set scr_sd_bombtimer "45"
    set scr_sd_defusetime "5"
    set scr_sd_multibomb "0" // allow multiple people to 'have the bomb'?
    set scr_sd_planttime "5"

    // ... other gametypes might be easy to figure out, or come in a future update of the template ...

    // --- AUTOMATED ROTATION -------------------------------
    set sv_mapRotation "gametype war map mp_afghan gametype war map mp_boneyard gametype war map mp_brecourt gametype war map mp_checkpoint gametype war map mp_derail gametype war map mp_estate gametype war map mp_favela gametype war map mp_invasion gametype war map mp_nightshift gametype war map mp_quarry gametype war map mp_rundown gametype war map mp_subbase gametype war map mp_terminal gametype war map mp_underpass gametype dom map mp_afghan"
    and save the file.dont forget to put the file extension as .cfg,else wont work.

    -Forward ports 28961 or any other,just dont use the 28960.

    -Now create a Shortcut of the iw4mp.exe at your desktop,right click it,go to properties and add this to target:
    +set party_maxplayers 18 +set net_port 2861 +exec server.cfg +map mp_rust +map_rotate
    -Done!

    You can now launch your server.A console will open.Notice that you CANNOT use the server console to go ingame.

    Although,using the Client Console,you can enter your server directly by typing on it "connect IP:PORT.


    Hope this helped.

    VirusScans
    aiw-dedicated-0.3b-RCONFIX.zip - Jotti's malware scan

    ^*to the mods:Ill be putting a second virus scan asap,atm virustotal is giving me error when uploading the file.
    <b>Downloadable Files</b> Downloadable Files
    Last edited by DonBruno; 08-08-2011 at 05:25 AM.

  2. The Following 105 Users Say Thank You to DonBruno For This Useful Post:

    08woodh1 (09-16-2014),3xorcist (01-12-2018),ACE-MAX (01-28-2015),adrc2 (07-19-2017),ahmed essam21 (12-19-2016),AkaiNaoma (07-06-2014),alm3refh (07-07-2014),anwarlord (10-12-2014),arondik (11-24-2013),arun9706 (04-22-2013),ay23man (09-09-2022),a_levyke (10-01-2015),Christolis (04-11-2017),D-L (04-30-2016),DOTD100 (03-11-2016),DragonX427 (07-12-2016),dredyk (05-23-2019),drmarvel (07-10-2015),EcoJakk (10-29-2015),Elechno (03-18-2013),ercan_yabas (01-12-2017),F0rumB0t (03-08-2014),GameSpate (12-04-2016),Ganthzkillzz (03-31-2013),generalkiller137 (02-06-2015),Getparanoid (12-09-2012),groxicus (10-05-2016),GTXZombie25 (04-13-2014),handcranker (11-06-2015),hbg (03-20-2019),HellThunder (12-26-2014),henzx22 (01-17-2013),Hitman.pt (01-23-2014),hyperlisk (03-31-2015),ISO Moddin (03-16-2014),J4WZ2 (10-21-2012),jaylanoir009 (07-04-2014),jetset125 (11-05-2016),JoelzGeek (04-17-2016),jonathasw (02-28-2017),kadupitige (09-26-2020),KC_Gamer (01-06-2014),kevenmaster (06-12-2016),Killamodzsta (08-14-2011),KingG4M3Z (07-30-2014),KisCucu (11-05-2018),laszlo2422 (03-14-2020),Laszlo292 (03-14-2019),link.1101 (05-15-2013),Liquidjdog (12-18-2012),LopPat (05-30-2013),LubiePlacki. (01-16-2013),m.shahzad (03-30-2017),marcil9111 (04-18-2019),maxkill1988 (01-18-2018),mekara (12-25-2016),mes001 (07-02-2012),MinorPro (11-10-2013),misterminus (07-28-2013),mjunaid38 (06-12-2013),muva39 (02-24-2014),MxD FuSiOnZ (01-13-2013),narindertamber66 (02-21-2019),norwayman2 (06-29-2014),Nox Boxx (09-01-2014),pirlo111 (04-22-2014),pritam78908 (11-08-2015),QuSoft (01-13-2013),Rage2442 (05-07-2012),RAV1NLUNAC (04-03-2016),rbanerjee96 (03-27-2013),remider (11-16-2012),rlbrinkley (02-02-2023),sadhujignesh (06-05-2015),saifumar (03-08-2015),Samike87 (05-07-2020),Savage10313 (07-10-2017),ScottSmudger (05-07-2015),sebas20232 (05-10-2013),Sebixer2013 (12-27-2015),sharkbait263 (05-08-2012),shiyon (06-22-2016),shortyntn (04-03-2015),slambow_09 (05-10-2019),snake8989 (09-02-2014),SNkael114 (10-04-2015),Socolino (02-23-2015),soteria56 (05-15-2017),subham42007 (03-24-2018),SwWaGGiBlacK (04-15-2014),szejtan99 (12-27-2021),teleiwne (03-31-2014),tenebra94 (04-27-2019),tubbylumpkinz (08-16-2019),TurboSlayer (04-18-2021),us890 (06-19-2014),vGarry_ (04-15-2016),voicedacorn252 (06-29-2014),Vossler (05-04-2012),XD42007 (08-22-2018),xDluciferjons (03-03-2019),XXLOGANXX69XX (03-15-2013),zahirpro2 (08-09-2012),zhunskfm (04-16-2017),||T$|| Admin (08-19-2013)

  3. #2
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    Attachment approved.
    Texture Mods


    Obedear, the sky is low

  4. #3
    DonBruno's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    France...in a old car under the Eiffel Tower
    Posts
    384
    Reputation
    15
    Thanks
    372
    My Mood
    Amused
    thank you.
    Last edited by DonBruno; 08-07-2011 at 07:45 PM.

  5. #4
    xMaJiiKs's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    95
    Reputation
    10
    Thanks
    4
    My Mood
    Yeehaw
    is it like a normal private match? but of course with xp

    Oh and can you also use mods with mod loader or do u have to use fs_game....?

  6. #5
    DonBruno's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    France...in a old car under the Eiffel Tower
    Posts
    384
    Reputation
    15
    Thanks
    372
    My Mood
    Amused
    Quote Originally Posted by xMaJiiKs View Post
    is it like a normal private match? but of course with xp

    Oh and can you also use mods with mod loader or do u have to use fs_game....?
    with the alterIWnet version of MW2 you have Dedicated servers and a server list.

    There are mods that can be used yes,some only in private games though.

  7. The Following User Says Thank You to DonBruno For This Useful Post:

    mjunaid38 (06-13-2013)

  8. #6
    aIW|Convery's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2,875
    Reputation
    124
    Thanks
    604
    My Mood
    Cynical
    Haven't this been posted already o.O

  9. #7
    Margherita's Avatar
    Join Date
    Jan 2011
    Gender
    female
    Posts
    11,299
    Reputation
    783
    Thanks
    1,287
    My Mood
    Bashful
    I might have to get back into MW2.. Good tutorial
    PM Me | VM Me | Rules

    MARGHERITA

  10. #8
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    You do still miss the sec virus scan....
    And its's 2 days old...
    @master131

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

Similar Threads

  1. [Outdated] How to make your own GTA IV Server
    By SilenceKill. in forum Grand Theft Auto 4 (GTA4) Hacks & Cheats
    Replies: 3
    Last Post: 08-10-2013, 05:11 AM
  2. [Tutorial] How to host your own room/"server"
    By skankypies in forum Call of Duty Modern Warfare 2 Tutorials
    Replies: 21
    Last Post: 02-19-2010, 10:05 AM
  3. [Tutorial] How to make your own "dedicated" Servers!
    By skankypies in forum Call of Duty Modern Warfare 2 Tutorials
    Replies: 32
    Last Post: 02-05-2010, 08:09 AM
  4. [Tutorial] How to make your own trainer MW2 by iJustHelp [UnPatchable]
    By iJustHelp in forum Call of Duty Modern Warfare 2 Tutorials
    Replies: 20
    Last Post: 01-21-2010, 05:22 PM
  5. How to make your own Team Speak Server
    By Tinux in forum General
    Replies: 0
    Last Post: 12-12-2009, 03:57 AM