Results 1 to 4 of 4
  1. #1
    cAfstA's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Western Cape
    Posts
    7
    Reputation
    10
    Thanks
    0

    Hosting a MW3 Server

    Hi guys..

    Listen I know I might sound silly but I really need help setting up a server from the beginning.
    Lemme give a brief explanation.

    I belong to a wireless group where there is no internet really. We are basically joined via wireless equipment over a huge area and distance. What I'm trying to do is to setup a MW2/MW3 server. I' not quite sure how to go about this.

    There is one of the guys hosting a dedicated server for us but sometimes his link is down then we stuck without a server for a night or whatever period. He of course uploaded the MW2 files for us with a "aIW-37a-10802" rar file which we had to extract to the game folder. In this as well the "alterIWnet.ini" has his pc's ip and port in which we would then type into the console to connect to him.

    Now my question is "HOW DO I GET A SERVER LIKE THAT GOING?"

    I'm not sure but I believe he has internet connection so that the aIWnet can be updated. Do I need this too to be able to run a MW2 server so that all on the wireless group can enjoy the game via me hosting it?

    Guys/Gals your help is so greatly appreciated if I can get this going. I would love to host a MW3 server as he already hosts the MW2 server and don't wanna offend him by hosting the same server as he does.

    Thanx guys

  2. #2
    Sindreh93's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Drunk
    Posts
    539
    Reputation
    28
    Thanks
    1,330
    My Mood
    Cynical
    Modern Warfare 3 Dedicated Server Setup:

    #1 Create a Set of Recipes
    #2 Create a Playlist
    #3 Start Dedicated Server Executable and Console
    #4 Set Up Playlist, Map Rotation, and Go LIVE!



    Step 1 – How To Create and Edit Modern Warfare 3 Recipes

    Recipe in principle is a set of match rules you assign to a given map. In this section, you will learn you can create, save, change, and load recipes in Modern Warfare 3 dedicated server. You will find several example recipes in the folder location specified below, which you can edit using any standard text editor.

    Example Recipes can be found here:

    \steamapps\common\modern warfare 3\admin\*.dsr

    *If you can’t find them here, look in the players2 folder.

    How To Create a Recipes in Modern Warfare 3 – Match Rules
    You will find the recipe section via Private Match Game Setup Screen in Modern Warfare 3 – Play > Private Match > Game Setup. Start by selecting the game mode you want to create a recipe for.

    Subjected to whatever game mode you select, you will given different set of options when you select Options. You can tweak these game options here to your liking.

    Once you have made all the changes, save the recipe to the admin folder used by the Dedicated Server by selecting Save Recipe To Disk option in the pop-up menu. The location to the folder, that is -\steamapps\common\modern warfare 3\admin\

    How To Load Recipes in Modern Warfare 3 – Match Rules
    Now, you have already saved recipe that you created in the last step in admin folder of Modern Warfare 3 root directory. Which is -\steamapps\common\modern warfare 3\admin\

    If you are confused by the Steam Root folder name – It would be ‘C:\Program Files (x86)\Steam’ in most of the cases. Can be different, if you have installed Steam in other than default location, hence using Steam Root folder name here makes things easy to refer to.

    Recipes are saved in .dsr file formats, which can be edited using any standard notepad. You can edit them using the notepad, save the changes and select these modified recipes by selecting the Load Recipe From Disk Option from the bottom Menu of the Game Setup screen.

    When you select that option, it will open a list of modified custom Recipes which you can load. Select the custom match rules recipe you want to load for your server and continue to the next step.



    Step 2 – Dedicated Server Playlist

    It’s a text file which has the match rules – recipes and map rotation settings. You can also set several different settings for how map recipes pair, weight and frequency a given is rotated to and all that stuff. Playlists in Modern Warfare 3 are .dspl file format but still editable with a standard text editor.

    The content inside the playlist is in the following format:

    <level_name>, <recipe_name>, <weight>
    <level_name>, <recipe_name>, <weight>
    <level_name>, <recipe_name>, <weight>

    For Example:

    mp_alpha, Custom_1, 1
    mp_bootleg, Custom_1, 1

    If you want to rotate the maps on random, you can put a * to denote it. In any case, there is an example .dspl playlist that will guide you to edit playlists in Modern Warfare 3 and has all the info you need to change any Playlist – Including Map Names, Recipes, and how to assign weights to a map rotation.

    The example Playlist can be found in:

    \steamapps\common\modern warfare 3\admin\default.dspl

    When you change settings or edit a playlist or a recipe during an active session, the changes will be reflected in the next map.



    Step 3 – How To Start Modern Warfare 3 Dedicated Server

    Once you have set up Modern Warfare 3 recipes and playlists, you are ready to start your Modern Warfare 3 dedicated server. First, make sure all the important files are in the admin directory – \steamapps\common\modern warfare 3\admin

    Start the Dedicated Server from Steam > Tools Menu. It will open the Dedicated Server Console. Name it by typing sv_hostnamein the dedicated server console. Replace with the name of your Dedicated Server say – Noob’s Haven.




    Step 4 – Load Playlist and Setup Map Rotation

    Similarly, you can set up the map rotation by loading your Playlist. You can type sv_maprotationto load the map rotation playlist and then, type start_map_rotate to push the changes live!

    Want to play a private match ? password protect your server. Type ‘set g_password’ in Modern Warfare 3 dedicated console to password protect your server.
    How To Tweak Modern Warfare 3 Server CFG – Configuration Settings

    You can set the ports and other settings for your Modern Warfare 3 Dedicated Server by editing the following default server cfg or creating a new and pasting it in the following directory:

    \steamapps\common\modern warfare 3\admin\server.cfg

    The above default CFG has everything you would need to get started with your first Modern Warfare 3 server. We will update this step of the guide with an optimized server configuration file. Stay Tuned!
    How To Join and Host Modern Warfare 3 Dedicated Server

    Enable the server browser in options menu by selecting Dedicated Servers in the Options. Once you have done that, servers will be available in the multiplayer menu. Simply select Servers and browse to find the low-ping servers online and hit connect to join the party.



    Things You Should Know

    Dedicated Server Shortcut
    After you have made the changes in players2 folder, you can start the server using this shortcut:

    “X:\Steam\steamapps\common\call of duty modern warfare 3\iw5mp_server.exe” +set sv_maprotation your_map_rotation +start_map_rotate

    It’s simple to create a shortcut, create a text file, change the above line of code and direct it to the location of the server executable. Paste the code in that text file and change the file extension to .bat and you are good to go!

    Alternatively, you can create a shortcut on desktop and change the code in the target tab – you will have to add +set sv_maprotation your_map_rotation to launch your Modern Warfare 3 dedicated server.

    Read more: Modern Warfare 3 Dedicated Server Setup Guide | SegmentNext
    If you need to get in touch with me fast, add me on STEAM.

    Succesful Trades:7/7

    [IMG]https://post.barkbo*****m/wp-content/uploads/2013/02/tumblr_mhdh3aaPE51r2afs6o1_500.gif[/IMG]


    My current Releases/Guides:
    RapidFire script
    DayZ Custom Skins guide



  3. #3
    NoLimit777's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Here...
    Posts
    43
    Reputation
    10
    Thanks
    1
    My Mood
    Fine
    One thing you really need is a pretty good computer, if your rig is old, you won't be able to host it, for an example you need 8GHz of proccesing power for a 16 man server. Good luck
    MPGH.NET Milestones ( - Done!, - Not yet!)
    5 Posts -
    10 Posts -
    50 Posts -
    100 Posts -
    150 Posts -
    250 Posts -

  4. #4
    cAfstA's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Western Cape
    Posts
    7
    Reputation
    10
    Thanks
    0
    @Sindreh93
    I tried following that which you posted but at once I run into a roadblock. I don't see an Admin folder. Also when I wanna open the mp.exe the console pops up with another smaller window saying it can't start the iw5mp_ceg.exe...

    I don't have an installed version, does this make a difference in any way?

    @NoLimit777
    Don't worry bout that guy. My pc to be used to host the server is good enough

Similar Threads

  1. Hosting Mw3 Server
    By smekdown in forum Call of Duty Modern Warfare 3 Help
    Replies: 10
    Last Post: 11-13-2011, 03:47 PM
  2. Should I host a Minecraft Server.
    By Thaz in forum Minecraft Discussions
    Replies: 7
    Last Post: 06-18-2011, 09:22 PM
  3. [Tutorial] How to host cracked Cod4 servers
    By Parade in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 9
    Last Post: 08-18-2010, 12:07 PM
  4. [SOLVED] how i can host a public server compatible with alteriwnet 1.3.37a???
    By hamed2011 in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 08-15-2010, 05:09 AM
  5. Is anyone hosting Hacked MW2 Servers?
    By Bakerrrr in forum Call of Duty Modern Warfare 2 Help
    Replies: 9
    Last Post: 01-31-2010, 03:27 AM