Open source IW4 modification project which brings an offline mode to the game.
Building with Visual Studio versions older than Visual Studio 2013 is not supported.
- Git
- Microsoft Visual Studio 2013
git clone https://github.com/twizre/iw4lan.git
cd iw4lan
- Download the latest Premake nightly build from here.
- Extract
premake5.exe
to the directory you cloned this repository to.
cd iw4lan
premake5 vs2013
- Open the project folder and open
iw4cli.sln
. - Build the project using Visual Studio 2013.