A fork of https://github.com/auroramod/h1-mod - Call of Duty: Modern Warfare Remastered Client
Go to file
2022-04-10 22:10:10 +02:00
.github Update build.yml 2022-03-15 19:32:52 +01:00
data SP mods 2022-04-08 16:18:00 +02:00
deps Bump deps/asmjit from 7342f7d to 752eb38 (#41) 2022-04-05 12:57:10 -05:00
src Update main.html 2022-04-10 21:40:27 +02:00
tools vs2022 2022-03-02 03:29:54 -06:00
.gitattributes Create .gitattributes 2022-04-10 22:10:10 +02: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 Add debug-dir option for setting the VS working directory (#43) 2022-04-09 00:15:51 -05: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.