2022-05-25 13:07:13 -04:00
|
|
|
# IW7-Mod
|
2022-05-23 21:34:44 -04:00
|
|
|
|
|
|
|
<p align="center">
|
2022-05-25 13:07:13 -04:00
|
|
|
<img src="assets/github/banner.png?raw=true" />
|
2022-05-23 21:34:44 -04:00
|
|
|
</p>
|
|
|
|
|
2022-05-25 13:07:13 -04:00
|
|
|
<br>
|
2022-05-23 21:34:44 -04:00
|
|
|
|
2023-05-22 14:22:19 -04:00
|
|
|
**NOTE**: You must legally own Call of Duty®: Infinite Warfare to run this mod. Cracked/Pirated versions of the game are **NOT** supported.
|
|
|
|
|
2022-05-23 21:34:44 -04:00
|
|
|
## 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 delivered `generate.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. |
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
## 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.
|