A fork of https://github.com/auroramod/h1-mod - Call of Duty: Modern Warfare Remastered Client
Go to file
Skull Merlin 6bcc45f227
Merge pull request #23 from h1-mod/dependabot/submodules/deps/rapidjson-8261c1d
Bump deps/rapidjson from `0d78b1c` to `8261c1d`
2022-03-09 21:02:22 +03:00
.github Update build.yml 2022-03-03 21:09:14 +01:00
data Small fix 2022-03-05 21:01:55 +01:00
deps Bump deps/rapidjson from 0d78b1c to 8261c1d 2022-03-09 17:43:07 +00:00
src small cleanup 2022-03-09 19:33:00 +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 deps should be fixed 2022-02-04 03:33:28 +02: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 say my name properly [skip ci] 2022-03-08 15:38:18 +03:00

H1-Mod

A experimental client for Modern Warfare Remaster (1.04). Latest MWR (1.15) version planned in future.
This project is using the S1x codebase.

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.