A fork of https://github.com/auroramod/h1-mod - Call of Duty: Modern Warfare Remastered Client
Go to file
dependabot[bot] 722d86f7f1 Bump deps/asmjit from 21a31b8 to 7342f7d (#36)
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `21a31b8` to `7342f7d`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](21a31b8a33...7342f7d78d)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 16:42:05 -05:00
.github Update build.yml 2022-03-15 19:32:52 +01:00
data nicely format LUA files 2022-03-11 16:35:50 -06:00
deps Bump deps/asmjit from 21a31b8 to 7342f7d (#36) 2022-03-28 16:42:05 -05:00
src Small fix 2022-03-28 02:21:24 +02:00
tools vs2022 2022-03-02 03:29:54 -06:00
.gitignore Ignore build files 2022-02-04 02:39:25 +02:00
.gitmodules readd submodules via http protocol 2022-03-16 07:42:38 -05:00
generate.bat vs2022 2022-03-02 03:29:54 -06:00
LICENSE Create LICENSE 2022-03-02 18:20:15 -06:00
premake5.lua vs2022 2022-03-02 03:29:54 -06:00
README.md Fix broken english [skip ci] 2022-03-10 01:52:55 +01:00

H1-Mod

An experimental client for Call of Duty Modern Warfare Remastered (version 1.04).
Support for the latest version (1.15) is planned for the future.
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:

  • XLabsProject - codebase and iw6x/s1x research
  • quaK - lots of insight and help
  • fed - fixed DW/networking, work from h2-mod
  • mjkzy - porting code from s1x
  • Skull - initial porting of s1x

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.