Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 951 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 951 Bytes

IW4LAN

Build status

Open source IW4 modification project which brings an offline mode to the game.

Build instructions

Building with Visual Studio versions older than Visual Studio 2013 is not supported.

Requirements

  • Git
  • Microsoft Visual Studio 2013

Clone the repository

git clone https://github.com/twizre/iw4lan.git
cd iw4lan

Set up Premake

  1. Download the latest Premake nightly build from here.
  2. Extract premake5.exe to the directory you cloned this repository to.

Generate project files

cd iw4lan
premake5 vs2013

Build the project

  1. Open the project folder and open iw4cli.sln.
  2. Build the project using Visual Studio 2013.