Skip to content

FreeTheTech101/lightning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightning

A client/server side modification for Call of Duty 4.

Build instructions

Requirements

  • Git
  • Microsoft Visual Studio 2013

Clone the repository

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

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 lightning
premake5 vs2013

Build the project

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