CoD modded client for IW4 (MW2 2009). Visit our website for download instructions https://alterware.dev
Go to file
2024-04-26 10:59:05 +02:00
deps maint: April update 2024-04-26 10:59:05 +02:00
src maint: April update 2024-04-26 10:59:05 +02:00
.clang-format init 2023-12-08 17:16:22 +01:00
.gitattributes init 2023-12-08 17:16:22 +01:00
.gitignore init 2023-12-08 17:16:22 +01:00
.gitmodules init 2023-12-08 17:16:22 +01:00
generate.bat init 2023-12-08 17:16:22 +01:00
LICENSE init 2023-12-08 17:16:22 +01:00
premake5.lua maint: April update 2024-04-26 10:59:05 +02:00
README.md maint: April update 2024-04-26 10:59:05 +02:00

IW4x-SP: A Modded SP Client

This is a client modification for IW4 (Singleplayer) 159 NOTE: You must legally own Call of Duty®: Modern Warfare® 2 (2009) to run this mod. Cracked/Pirated versions of the game are NOT supported.

Build

  • Install Visual Studio 2022 and enable Desktop development with C++
  • Install Premake5 and add it to your system PATH
  • Clone this repository using Git
  • Update the submodules using git submodule update --init --recursive
  • Run Premake with the option premake5 vs2022 (Visual Studio 2022). No other build systems are supported.
  • Build project via solution file in build\iw4x-sp.sln.

Only the Win32 platform is supported. Do not attempt to build for Windows ARM 64 or x64.

Premake arguments

Argument Description
--copy-to=PATH Optional, copy the exe to a custom folder after build.

Contributing

Contributions are welcome! Please follow the guidelines below:

Disclaimer

This software has been created purely for the purposes of academic research. It is not intended to be used to attack other systems. Project maintainers are not responsible or liable for misuse of the software. Use responsibly.