A fork of https://github.com/fedddddd/h2-mod - Call of Duty: Modern Warfare 2 Campaign Remastered Client
Go to file
2023-03-07 19:34:33 +01:00
.github general: update 2022-11-06 12:36:59 +00:00
assets/github Update banner.png 2022-08-25 04:21:21 +03:00
data Don't show motd if not available 2023-03-06 13:22:05 +01:00
deps Port new gsc interface from s1x 2023-03-07 19:34:33 +01:00
src Port new gsc interface from s1x 2023-03-07 19:34:33 +01:00
tools remove protoc 2022-11-07 10:11:09 +00:00
.gitattributes Update .gitattributes 2021-09-07 01:16:26 +02:00
.gitignore Initial commit 2021-04-20 00:56:11 +02:00
.gitmodules Port new gsc interface from s1x 2023-03-07 19:34:33 +01:00
generate.bat Use builtin LUI event handler + fixes 2022-03-22 20:27:20 +01:00
LICENSE Create LICENSE 2021-09-07 00:45:35 +02:00
premake5.lua remove protoc 2022-11-07 10:11:09 +00:00
README.md Update README.md 2023-03-02 12:29:57 +01:00

license open bugs Build Discord

H2: Mod


Installation

NOTE: Cracked/Pirated versions of the game are NOT compatible with this mod, if you run such a version and have issues/crashes when running the client read Step 2.

  1. Download the latest release or develop build

  2. Drop the file in your Call of Duty: Modern Warfare 2 Campaign Remastered installation folder.
    If you don't have the game installed (or own a cracked/pirated copy of it) you can download it for free from the official Battle.Net servers using Battle.Net Installer and executing this command:

    .\bnetinstaller.exe --prod lazr --uid lazarus --lang enUS --dir "YOUR INSTALL PATH"
    

    Make sure to replace "YOUR INSTALL PATH" with an actual installation path of your choice.

  3. Run h2-mod.exe and make sure you press "YES" when asked whether to install updates.

Common issues

  • If you get crashes that show errors like "Create2DTexture(...) failed ..." or "IDXGISwapChain::Present failed: ..." when loading certain maps try:
    • Disabling shader preloading
    • Lowering graphics settings
    • Freeing up RAM (close programs)
    • Updating your GPU drivers

Do NOT open issues to ask for support!
The issues tab is meant for bugs that have to be fixed or features that should be implemented.
Any issue mentioning things like "h2-mod doesn't work" with no other information included will be closed.

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\h2-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.

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.

Credits

This project is based on IW6x and S1x