A fork of https://github.com/auroramod/iw7-mod - Call of Duty: Infinite Warfare Client
Go to file
2024-08-13 05:17:32 -04:00
assets/github
data fix modmenu 2024-08-11 23:49:13 +03:00
deps maint: update deps 2024-08-13 05:15:34 -04:00
src clean and maybe fix profile_infos 2024-08-10 19:08:55 +03:00
tools
.gitignore
.gitmodules 95% working discord RPC (disabled) 2024-03-07 22:28:07 -06:00
generate.bat
LICENSE
premake5.lua maint: remove --dirty flag from premake 2024-08-13 05:17:32 -04:00
README.md maint: update readme 2024-08-13 05:17:08 -04:00

IW7-Mod

discord website

Prerequisites: Installing Git (Optional)

If you don't have git installed on your machine, follow these steps:

  1. Visit the Git download page.
  2. Download the appropriate version for your operating system.
  3. Run the installer.
    • During the installation, you will be asked if you want to add Git to your system's PATH environment variable. Ensure you choose the option to do so. This allows you to use Git from the command line without specifying its full path.
  4. After installation, open a terminal or command prompt and type git --version to ensure Git is correctly installed.

Download

Clone the Git repository or download as ZIP.

  • Download Release (EASIEST)

    • Click on Releases at the top and navigate to the latest release
    • Click iw7-mod.zip
  • Download ZIP

    • Click on the three dots at the top of the repo ( ◘◘◘ )
    • Click Download ZIP
  • Clone the repository:

    • Open a terminal or command prompt.
    • Run the following command:
      git clone http://git.rimmyscorner.com/Rim/iw7-mod.git
      

Repository Contents

  • IW7-Mod Client
  • All Necessary Files

Added Features

  • Removed IW7-Mod Watermark
  • Remove "--dirty" commit version on build
  • Remove Steam/Ownership verification

Installation

  1. Extract iw7-mod.exe, runner.exe & tlsdll.dll in your Infinite Warfare directory.

    Note

    : Usual location is C:\Program Files (x86)\Steam\steamapps\common\Call of Duty - Infinite Warfare

  2. Launch iw7-mod.exe

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.

Credits

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.