[AlterWare] A fork of https://git.alterware.dev/AlterWare/iw6-mod - [Latest] Call of Duty: Ghosts Client
Go to file
2024-02-27 01:39:05 -05:00
cfg Add game files and server configs 2024-02-27 01:39:05 -05:00
data Add game files and server configs 2024-02-27 01:39:05 -05:00
deps Add dependencies locally 2024-02-27 01:34:37 -05:00
iw6 Add game files and server configs 2024-02-27 01:39:05 -05:00
src maint: disable some Steam integration features 2024-02-15 11:00:16 +01:00
tools Add build files 2024-02-27 01:38:06 -05:00
.gitattributes init 2024-01-24 10:45:25 +01:00
.gitignore init 2024-01-24 10:45:25 +01:00
.gitmodules fix(deps): add branch to protobuf 2024-01-24 09:54:21 +00:00
build.bat Add build files 2024-02-27 01:38:06 -05:00
generate.bat Add build files 2024-02-27 01:38:06 -05:00
LICENSE init 2024-01-24 10:45:25 +01:00
premake5.lua maint: disable some Steam integration features 2024-02-15 11:00:16 +01:00
README.md maint: update the README 2024-01-24 09:49:18 +00:00

IW6: A Modded Client

This is a client modification for IW6! NOTE: You must legally own Call of Duty®: Ghosts® 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 this options premake5 vs2022 (Visual Studio 2022). No other build systems are supported.
  • Build project via solution file in build\s1-mod.sln.

Only x64 is supported. Do not attempt to build for Windows ARM 64.

Premake arguments

Argument Description
--copy-to=PATH Optional, copy the EXE to a custom folder after build, define the path here if wanted.
--dev-build Enable development builds of the client.

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.