A fork of https://github.com/auroramod/h1-mod - Call of Duty: Modern Warfare Remastered Client
Go to file
m ae32b3d331 Merge develop into rich-presence (#30)
* Bump deps/asmjit from `6efd4d5` to `f1a399c`

Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `6efd4d5` to `f1a399c`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](6efd4d563d...f1a399c4fe)

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

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

* Custom material stupport

* Remove this

* Dont try to load 'white' material

* removed git protocol submodules [skip ci]

* readd submodules via http protocol

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Federico Cecchetto <fedecek3@gmail.com>
Co-authored-by: fed <58637860+fedddddd@users.noreply.github.com>
2022-03-16 07:43:54 -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 Merge develop into rich-presence (#30) 2022-03-16 07:43:54 -05:00
src Merge develop into rich-presence (#30) 2022-03-16 07:43:54 -05:00
tools vs2022 2022-03-02 03:29:54 -06:00
.gitignore Ignore build files 2022-02-04 02:39:25 +02:00
.gitmodules Merge develop into rich-presence (#30) 2022-03-16 07:43:54 -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.