Featured Replies
Эта тема закрыта для публикации сообщений.
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
IW4x is a community-driven modification for Call of Duty Modern Warfare 2 (2009) that enhances the game with improved security, dedicated servers, and extensive modding capabilities.
Quickstart Guide
IW4x is not a game on its own. It requires Call of Duty: Modern Warfare 2 (2009) to be installed.
If you do not own the game yet, please first buy and install it via Steam.
Iw4x needs to be installed in the same directory where Call of Duty: Modern Warfare 2 is installed.
Usually, the path to this directory is:
Windows
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty Modern Warfare 2
Linux
$STEAMLIBRARY/steamapps/common/Call of Duty Modern Warfare 2
Mac
~/Library/Application Support/Steam/steamapps/common/Call of Duty Modern Warfare 2
Finding your Modern Warfare 2 installation
If you have trouble to find the install directory, you can use your Steam Library as help:
Open Steam and go to your LIBRARY
Right-click on Call of Duty: Modern Warfare 2 (2009) - Multiplayer
Select Manage > Browse local files
Verifying Game Integrity
Before installing IW4x, it’s a good idea to verify the integrity of your game files through Steam.
This prevents errors such as
ERROR: Could not find zone 'code_pre_gfx_mp.ff', when launching IW4x.Open Steam and go to your LIBRARY
Right-click on Call of Duty: Modern Warfare 2 (2009) - Multiplayer
Select Properties…
Select Installed Files
Click the button Verify integrity of game files
Steam will check that all game files are intact and properly installed. If it finds anything missing or corrupted, it will automatically re-download the necessary files.
Installing IW4x
Once you’ve located the Modern Warfare 2 game directory, you are ready install IW4x.
The simplest way is by using the IW4x launcher, which will download and install all required files automatically.
Get the launcher from GitHub
launcher-1.1.8-b.16-x86_64-linux-glibc.tar.xz launcher-1.1.8-b.16-x86_64-windows.zip
Move it into your Modern Warfare 2 directory.
Double-click the launcher to start the installation.
Windows protected your PC
Windows may display a warning the first time you run iw4x-launcher.exe.
This happens simply because the file isn’t commonly seen on Windows systems (not because it’s unsafe).
It’s completely normal behavior and the launcher is safe to use.
If you see the warning, you can safely click on
More infoand thenRun anyway.(And yes, the warning can be removed, but it requires a Microsoft code-signing certificate, which costs a lot of money.)
Using the Launcher
Note
We recommend using the launcher every time you play IW4x.
It will automatically download any updates, verify your installation, and start the game.
Once you’ve installed IW4x, you should see the following files in your game directory:
<FileTree>
Call of Duty: Modern Warfare 2iw4x/
iw4x.exe
iw4x-launcher.exe
… other files and folders </FileTree>
Command Line Arguments (CLI)
The IW4x launcher is powered by a Command Line Interface. Instead of editing a configuration file, you customize the launcher’s behavior by passing arguments to it.
The most common way to do this on Windows is by creating a shortcut:
Right-click
iw4x-launcher.exeand select Create shortcut.Right-click the new shortcut and select Properties.
In the Target field, add your desired arguments to the very end of the line (outside the quotes).
Example: Loading a Mod
If you want to play offline against bots using the Bot Warfare Mod, you need to pass specific arguments to the game. You can do this using the
--game-argsflag.Your shortcut’s Target field would look something like this:
Now, every time you use this shortcut, the launcher will ensure your files are up to date and then automatically start the game with the Bot Warfare mod loaded!
Available Launcher Options
Here is a list of common arguments you can use to configure the launcher:
Argument
Description
--game-args "<arg>"Additional arguments to pass to the game executable. Can be specified multiple times.
--prereleaseOpt-in to pre-release (beta) updates. Use this to test upcoming features before they are marked as stable.
--skip-launchSkip launching the game after updating/installing. The launcher will perform all operations but exit without starting the game.
--game-exe "<file>"The game executable to launch. (Defaults to
iw4x.exe).--path "<dir>"The installation directory for the game files. (Defaults to the current working directory).
--jobsor-j <num>The number of parallel download jobs to run. (Defaults to
99).--no-self-updateSkip the automatic launcher self-update check.
--self-update-onlyOnly check for and apply launcher updates, then exit. Does not update game files.
--helpShow the help message and exit.
--versionShow version information and exit.
(For advanced users: You can also easily pass these arguments using a
.batfile or directly via your terminal/command prompt).