A fork of https://github.com/auroramod/h1-mod - Call of Duty: Modern Warfare Remastered Client
Go to file
dependabot[bot] 590309cf9e Bump deps/asmjit from 28c4d8c to a4e1e88
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `28c4d8c` to `a4e1e88`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](28c4d8c528...a4e1e88374)

---
updated-dependencies:
- dependency-name: deps/asmjit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-21 17:28:34 +00:00
.github dependabot config 2022-02-09 21:51:01 +02:00
deps Bump deps/asmjit from 28c4d8c to a4e1e88 2022-02-21 17:28:34 +00:00
src Remove store config 2022-02-19 15:23:47 +02:00
tools
.gitignore Ignore build files 2022-02-04 02:39:25 +02:00
.gitmodules deps should be fixed 2022-02-04 03:33:28 +02:00
generate.bat
premake5.lua
README.md Update README.md 2022-02-03 21:36:54 +02:00

H1-Mod 1.4

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.

Disclaimer

This software has been made for learning purposes.