A fork of https://github.com/auroramod/iw7-mod - Call of Duty: Infinite Warfare Client
2d588e26ba
* feat: add server browser [draft] * fix: load custom lui using require * feat: Server Browser + Main Menu tweaks * feat: Add Create a Class button to Server Browser * fix: resolve empty string * Fix build --------- |
||
---|---|---|
.github | ||
assets/github | ||
data | ||
deps | ||
src | ||
tools | ||
.gitignore | ||
.gitmodules | ||
generate.bat | ||
LICENSE | ||
premake5.lua | ||
README.md | ||
update_quak_zt.bat |
IW7-Mod
NOTE: You must legally own a copy of Call of Duty®: Infinite Warfare to run this mod. Cracked/pirated versions of the game are NOT supported. Grab a copy of the game from Steam: https://store.steampowered.com/app/292730/Call_of_Duty_Infinite_Warfare/
Compile from source
- Clone the Git repo. Do NOT download it as ZIP, that won't work.
- Update the submodules and run
premake5 vs2022
or simply use the deliveredgenerate.bat
. - Build via solution file in
build\iw7-mod.sln
.
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. |
Credits
- h1-mod - codebase and research
- h2-mod - research (successor of MWR)
- momo5502 - Arxan/Steam research, former lead developer of XLabsProject
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.