A fork of https://github.com/auroramod/h1-mod - Call of Duty: Modern Warfare Remastered Client
Go to file
2022-03-02 03:29:54 -06:00
.github dependabot config 2022-02-09 21:51:01 +02:00
deps Bump deps/asmjit from a4e1e88 to 6efd4d5 (#8) 2022-02-27 23:02:20 -06:00
src vs2022 2022-03-02 03:29:54 -06:00
tools vs2022 2022-03-02 03:29:54 -06:00
.gitignore
.gitmodules deps should be fixed 2022-02-04 03:33:28 +02:00
generate.bat vs2022 2022-03-02 03:29:54 -06:00
premake5.lua vs2022 2022-03-02 03:29:54 -06:00
README.md vs2022 2022-03-02 03:29:54 -06:00

H1-Mod 1.4

  • Note: Multiplayer support is in progress!

Proof of concept for an Modern Warfare Remastered client.
This project is based on S1x

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\h1-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 made for learning purposes.