A fork of https://github.com/auroramod/h1-mod - Call of Duty: Modern Warfare Remastered Client
Go to file
2022-02-26 23:53:05 +01:00
.github
deps
src Fix game freezing at dw start + correct pointer 2022-02-26 23:53:05 +01:00
tools
.gitignore
.gitmodules
generate.bat
premake5.lua
README.md Update README.md 2022-02-26 16:28:10 +03: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 vs2019 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.