A fork of https://github.com/auroramod/h1-mod - Call of Duty: Modern Warfare Remastered Client
2aebc6437b
* Make launcher window use dark mode Co-Authored-By: fed <58637860+fedddddd@users.noreply.github.com> * Launcher improvements * Fixed Discord link * Embedded custom font * CSS improvements * Optimization for images (file size reduction) --------- Co-authored-by: fed <58637860+fedddddd@users.noreply.github.com> |
||
---|---|---|
.github | ||
assets/github | ||
data | ||
deps | ||
src | ||
tools | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
generate.bat | ||
LICENSE | ||
premake5.lua | ||
README.md |
H1-Mod
A client for Call of Duty: Modern Warfare Remastered.
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 deliveredgenerate.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
- S1x - codebase and research (predecessor of MWR)
- h2-mod - research (successor of MWR)
- momo5502 - Arxan/Steam research, developer of XLabsProject
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.