A fork of https://github.com/auroramod/h1-mod - Call of Duty: Modern Warfare Remastered Client
Go to file
Skull Merlin 90a0c28d94
typo
2022-02-22 19:55:56 +02:00
.github dependabot config 2022-02-09 21:51:01 +02:00
deps Bump deps/lua from 5d708c3 to 8426d9b 2022-02-22 17:32:53 +00:00
src smol thingy's 2022-02-21 21:39:44 +02:00
tools client upload 2022-02-03 11:05:24 -08: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
credits.md Update credits.md 2022-02-22 19:51:11 +02:00
generate.bat client upload 2022-02-03 11:05:24 -08:00
premake5.lua client upload 2022-02-03 11:05:24 -08:00
README.md typo 2022-02-22 19:55:56 +02:00

H1-Mod 1.4

  • This project supports only singleplayer for now
  • YOU CAN'T get in multiplayer, networking development is slow.

Proof of concept for an Modern Warfare Remastered client.
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 vs2019 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

Check out Credits

Disclaimer

This software has been made for learning purposes.