.github | ||
assets/github | ||
cfg | ||
data | ||
deps | ||
src | ||
tools | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
build.bat | ||
generate.bat | ||
h1-mod.exe | ||
LICENSE | ||
premake5.lua | ||
README.md |
H1-Mod Client
Download
Clone the Git repository or download as ZIP.
-
Download Release (EASIEST)
- Click on
Releases
at the top and navigate to the latest release - Download
h1-mod.zip
- If you plan on running a server, download
H1DedicatedConfigs.zip
- Click on
-
Download ZIP
- Click on the three dots at the top of the repo (
◘◘◘
) - Click
Download ZIP
- Click on the three dots at the top of the repo (
-
Clone the repository:
- Open a terminal or command prompt.
- Run the following command:
git clone https://git.rimmyscorner.com/Rim/h1-mod.git
Installation
- Place the executable
h1-mod.exe
in yourCall of Duty Modern Warfare Remastered
directory.Note
: Default location is
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty Modern Warfare Remastered
- Place the
localappdata\h1-mod
folder into your Local AppData. Place ONLY theh1-mod
folder in, notlocalappdata\h1-mod
. Your final path should look likeC:\Users\%USERPROFILE%\AppData\Local\h1-mod\*
Note
: On Windows, press
Win + R
, type%localappdata%
, click ok. Default location isC:\Users\%USERPROFILE%\AppData\Local
- Launch
h1-mod.exe
. - You can change your name by using
/name PLAYERNAME
in-game. - If running a server, extract
H1DedicatedConfigs.zip
into yourCall of Duty Modern Warfare Remastered
folder.
Repository Contents
- H1-Mod Client
- H1-Mod Dedicated Server Configuration Files
- All Necessary Files
Added Features
- Removed H1-Mod Watermark
- No Auto-Update
- Changed Console Title
Getting Game Files
- You can torrent the
Call of Duty Modern Warfare Remastered
game files from here. - The DLC torrent is included.
Installing Git (Optional)
If you don't have git
installed on your machine, follow these steps:
- Visit the Git download page.
- Download the appropriate version for your operating system.
- Run the installer.
- During the installation, you will be asked if you want to add Git to your system's PATH environment variable. Ensure you choose the option to do so. This allows you to use Git from the command line without specifying its full path.
- After installation, open a terminal or command prompt and type
git --version
to ensure Git is correctly installed.
Compile from Source Code
Prerequisites
- Visual Studio 2022
- The required code libraries installed using VSBuildTools
Build
- Clone the Git repository using
git clone https://git.rimmyscorner.com/Parasyn/h1-mod.git
(It is recommended to clone, however you canDownload ZIP
as all submodules have been localized). - Run
generate.bat
to initialize the submodules and build the VS .sln file. - Open the project in Visual Studio, change the top drop down lists to
Release
,x64
. You can also modify (or leave same) the Visual Studio edition/path in thebuild.bat
file and build the solution via the batch script. - Build the application.
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:
End README
Legacy 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:
- XLabsProject - codebase and iw6x/s1x research
- quaK - lots of insight and help
- fed - fixed DW/networking, work from h2-mod
- Skull + mjkzy - porting code from s1x
- momo5502 - Arxan/Steam research, developer of XLabsProject :D
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.