Friday, November 25, 2011

**UPDATE** How to play pirate CoDMW2 Multiplayer | 2011 November 25 - alterIWnet

PLEASE DONATE BY CLICKING HERE:





HOW TO SET UP A DEDICATED SERVER:

Download server files (v0.3d)

Introduction

So, I guess you've heard about the new thing released by us (alterIWnet) that brings the most-requested missing feature in MW2 to, well, MW2? It took quite a lot of researching, and some say it may be late, but anyway, it's finally here.

As you're reading this guide, I guess you're interested in setting up one of those, what do you call it, 'dedicated servers'? Even though most of the process is similar to previous titles in the Call of Duty series, there are some specific things that differ, and obviously having a guide is better than having none.


The guide

  1. Firstly, you need to have the usual alterIWnet client files installed on a MW2 installation. If you're using a dedicated server (or VPS) hosted somewhere, you can also ZIP and upload the usual alterIWnet installation you play with. Note that you will not be able to play with the dedicated server at all. ;)
  2. Now, extract and overwrite the files from the dedicated server package to your MW2 installation on the system you're planning to run the dedicated server on.
  3. As I forgot to pack it in with the package, make a copy of your iw4mp.dat and name it iw4.exe. (fixed)
    Also, optionally, download content/nulliwd.7z (contains empty IWD files, make sure you don't accidentally your originals!)
  4. Make a server configuration file (see the chapter 'Configuration file' for more information). You can skip this step, but it's a lot easier to maintain the server with a configuration file. :)
  5. On Windows, you can make a shortcut to run the server by hand -- to do this, make a shortcut to 'iw4.exe', open the properties for it, and add the launch options (see the 'Launching' chapter) to the 'Target' input field. For other systems or methods of launching, see the 'Launching' chapter as well.
  6. Run the server using the method you chose for launching it.
  7. To see if everything works correctly, run the alterIWnet client (make sure that, if on the same computer, the server is not using port 28960) and, in the console, use 'connect [IP]:28960', replacing 28960 with the specific port for the server. Also, 127.0.0.1 won't work locally, so use the IP assigned to your network card
Configuration file

Create a text file in any directory on the search path (either 'main' or 'players', it depends on which you like) with a name like 'server.cfg' (note how later parts of the guide will refer to this name). Most of the commands you use are similar to CoD4, and you can use most of the guides for CoD4 configuration files for the alterIWnet MW2 server.

A template configuration file is shown below:

// --- QUERY INFORMATION --------------------------------
set sv_hostname "alter^4IW^7net ^2DEDICATED SERVER^7 - I AM LAZY"

// optional settings returned by query, server listings may use this
sets _Admin "NTAuthority"
sets _Email "ntauthority@example.com"
sets _Website "http://alteriw.net/"
sets _Location "EU - West"

// --- NON-GAMEPLAY CONFIGURATION -----------------------
set rcon_password "" // 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"


Launching

Windows (GUI):

Add launch parameters to the shortcut, so that it looks like this:

iw4.exe +set party_maxplayers 18 +set net_port 28960 +exec server.cfg +map mp_rust +map_rotate

Windows (CLI):

Make a batch file containing something like this:

CODE: SELECT ALL
@echo off
cd "T:\Games\CoD6"
iw4.exe +set party_maxplayers 18 +set net_port 28960 +exec server.cfg +map mp_rust +map_rotate

Sunday, December 5, 2010

How to play pirate CoDMW2 Multiplayer (no steam) - alterIWnet 1.3.37a++ NEW!!



PLEASE DONATE BY CLICKING HERE:


-> DOWNLOAD CODMW2 MULTIPLAYER

-> DOWNLOAD CODMW2 MULTIPLAYER - MIRROR
(Save file to your PC: Download)


1. Download utorrent, install it
2. Extract the rar file you've downloaded from my site
3. Run "Call_Of_Duty_Modern_Warfare_2_MULTIPLAYER-AlterIWnet" with utorrent
4. When the download is finish, extract the downloaded file
5. Open extracted folder, open "alterIWnet.ini" with notepad, type your nickname
6. Run "AlterIWnetLauncher.exe" and connect to server
Enjoy! =)

Tuesday, June 22, 2010

How to play CoD MW2 (pirate) Multiplayer without STEAM! (alterIWnet)




PLEASE DONATE BY CLICKING HERE:


DOWNLOAD FILES FROM HERE!! -> http://www.mediafire.com/download.php?g5ytkowmmxd

New solution by alterIWnet!
- No need of Steam
- No errors
- No kicks


1. Install COD:MW2 via DVD (the SKIDROW version is recommended) or Steam.

2. Find the installation directory (i.e. C:\Program Files ... Call of Duty - Modern Warfare 2\).

3. Copy MW2Client files to the installation directory.

4. Copy DLC to zone folder in the installation directory.
- This is optional but is required to use the new maps.

5. Run 'alterIWnet_configure.exe' from the installation directory and edit your nickname.

6. Run 'iw4mp.exe' by hand or from the shortcut on your Desktop. Enjoy!

7. For updates visit alteriw.net




CREDITS : alteriw.net

Monday, January 18, 2010

COD MW 2 - 1.0.175 Hosting Server FREE :)

PLEASE DONATE BY CLICKING HERE:

- FIRST!! if you didn't configure your cod mw2 for version 1.0.175 - do this: http://all-about-symbian.blogspot.com/2010/01/how-to-play-cod-mw-2-multiplayer-new.html - follow video ofcourse
- When you're done with it, we shall start with hosting tutorial!
---------------------------------------------------------------------



Multiplayer v1.0.175
Notes:
- unlocked "com_maxfps" (up to 1000), "cg_drawFPS", "cg_fov", "cl_maxpackets"
- cg_scoreboardPingText = 1
- unlocked "ping_default_min", "ping_increment", "ping_searches_per"
- unlocked toggle commands, like bind F8 "toggle drawLagometer 1 0"
- unlocked WinConsole
- and more =)

P.S. lobby invate works, but not at all

How to create server on v1.0.175
1. Join 3rd Person DM. 50% you will be selected as game host
2. Join the game and switch to the WinConsole (by Ctrl+Alt+Del) or run game in window mode (r_fullscreen 0 in config_mp.cfg)
Type in console
Code: Select all | Line number On/Off | Expand/Contract
sv_maxclients 18
party_maxplayers 18
scr_dm_timelimit 1
map_restart

3. Wait 1 minute and you are in lobby with 18 slots. Join the game.
4. Now you are server with 18 slots, you can change
- active playlist: playlist 0 / 1 / ... / 16 // 13 - 3rd person dm, 0 - tdm, ...
- map: map mp_blablabla; restart map: map_restart
- gametype: g_gametype dm / war / sab / sd / ctf / gtnw / oneflag / vip ...
- hardcore mode: g_hardcore 1 / 0
- kick players: kick Killer90
- and more =)

Easier guide for getting host:

1. Join 3rd Person Cage Match playlist
2. Once you get into a game (and are host), enter the following commands in your console:
sv_maxclients 18
party_maxplayers 18
map mp_rust
3. Once you've loaded Rust, enter the following:
scr_dm_timelimit 1
4. The game will end in a minute, from there you should have a lobby with 18 available slots. The next step is to type:
playlist dm
5. This will switch the playlist over to Team Deathmatch. The first game will be a FFA, and all games after that will be TDM.

You can use these commands to change the gametype (NOTE: you MUST be in a game to do this, and you MUST replace with the gametype, read dan2k5's post above me for them, additionally, you MUST replace with the map name, you can find these in /Server/zone/english/. They all have "mp_" before them.):
g_gametype
map

Also, if you want to get rid of 3rd person, just do:
g_gametype
scr_thirdperson 0
map

Saturday, January 9, 2010

How to play COD MW 2 Multiplayer - NEW! WORKING! UPDATE 1.0.175 + 1.0.182 + 1.0.184



PLEASE DONATE BY CLICKING HERE:


**NEW**(DOWNLOADED FROM PIRATEBAY - HAS SOME KIND OF TROJAN!) -> 1.0.184 Patch -> http://www.mediafire.com/download.php?mx5jhuj1zam

1.0.182 PATCH -> http://www.mediafire.com/download.php?nj5zjgqtz1y


4th WORKING VERSION 1.0.175 - http://www.mediafire.com/download.php?jozywh5wgqt

3rd WORKING VERSION 1.0.175 (first apply 2nd 1.0.175) - http://www.mediafire.com/?nzzm4yymumm

2nd WORKING VERSION 1.0.175 (FIX EVERY ERROR): http://www.mediafire.com/download.php?kx4wotnmuyy

DOWNLOAD CRACKS (1.0.172) TOOLS FROM HERE : http://www.mediafire.com/download.php?zvwg4zxiimn

DOWNLOAD PATCH 1.0.174 : http://www.mediafire.com/?fmjjnngtkgy



READ THIS NOTE FOR 1.0.175 -> http://download866.mediafire.com/2zumvm3u9bng/nymdlyhkyki/Note-1.0.175.txt


DOWNLOAD ZERO GEAR TRIAL REMOVER: http://www.mediafire.com/?uwgtuwiztni

DOWNLOAD FULL GAME (TORRENT): http://www.mediafire.com/?funoaru2igz
------
old versions:
DOWNLOAD PATCH 1.0.175 : http://www.mediafire.com/download.php?dutom1etjtqΕΎ

1. Install Steam that is in the folder "SteamInstall.exe"
2. Creat a new account on Steam, don't use your existing account if you have it
3. Go to http://store.steampowered.com/app/18800/ and install the Demo of Zero Gear
4. Go to the installation folder of Zero Gear, under Steam, and go to the subfolder called "Server" (C: \Program Files\Steam\steamapps\common\zero gear\Server)
5. Delete all the content of the "Server" folder
6. Copy all the file of your Call of Duty Modern Warfare 2 and paste it in the "Server" folder (C: \Program Files\Steam\steamapps\common\zero gear\Server)
7. Go to "C: \Programmi\Steam\steamapps\common\zero gear\Server\zone" and rename your language folder to "english" (if your game is english jump this step)
8. There are two different version of crack that you can choose. The first is the "Standard Version"...
9. Go in the folder of the version that you have choosed, go in the subfolder "Multiplayer Online" and copy all his content and paste it in "C: \Program Files\Steam\steamapps\common" overwriting the existing files
10. Open Steam, and go to "My Games" where you can find your previously installed Zero Gear game
11. Right click on the Zero Gear game and select "Properties"
12. Go to the tab called "Updates" and disable the updates by selecting "Do not update this game automatically"
13. Save clicking "Close"
14. Right click on Zero Gear game and select "Run Game", now it launch COD MW2 multiplayer and you can finally play it online

IMPORTANT: Remember to run always Steam in background, if you close it you will not able to play
Do not run the COD MW2 multiplayer from the installation folder, use always the shoutcut under Steam, otherwise it kick you after 2 minutes of play

NOTE: IF SHOWS Failed to login Steam Lobby, Steam Connection Failed.. - Reinstall Steam and do all steps again! It happened to me and after reinstalling it works!! :)
Enjoy!

Tuesday, November 17, 2009

How to set up Xfire to detect Call of Duty Modern Warfare 2



PLEASE DONATE BY CLICKING HERE:

1. DOWNLOAD : 32 bit: http://www.mediafire.com/?v3gznykedfm
: 64 bit: http://www.mediafire.com/?teymaylxy04

2. for Vista or 7:
- enable "show hidden files and folders" (open my computer - organize - folder and search - view - show hidden..)
- go to: C:\Program Data\Xfire\xfire_games.ini - open with notepad - scroll to end, delete whole call of duty single player and multiplayer
- open downloaded file - select all, copy - paste in xfire_games.ini where you deleted Call of Duty text
- save, restart xfire
- xfire should automatically detect Call of Duty Modern Warfare 2

3. for Windows XP:
- go to: C:\Program Files\Xfire\xfire_games.ini - open with notepad - scroll to end, delete whole call of duty single player and multiplayer
- open downloaded file - select all, copy - paste in xfire_games.ini where you deleted Call of Duty text
- save, restart xfire
- xfire should automatically detect Call of Duty Modern Warfare 2

Enjoy :)

Monday, November 16, 2009

How to play Call of Duty Modern Warfare 2 MULTIPLAYER ( pirate - skidrow )


PLEASE DONATE BY CLICKING HERE:

DOWNLOAD CRACKS, FILES FROM HERE http://www.mediafire.com/?innwzmzywez


DOWNLOAD FULL GAME (TORRENT): http://www.mediafire.com/?funoaru2igz

1.) Install Steam, register, log in to Steam, keep it logged in.

2.) Change your Steam nickname to something with spaces in it. If you were Gamer123, change it to Gamer123 XX
and you won't get any errors.

- to change nick, open Steam:
- Go to File > Settings > Friends tab > Nickname

3.) Copy everything from folder "codmw2_mp" to your game folder.

4.) Run iw4mp.exe > Play > Find Game > Choose mode > play :)

ENJOY :)

-------------------------------
Tested and confirmed by wEKi™ |
-------------------------------

Questions and more info: www.all-about-symbian.blogspot.com