h1-mod/README.md

39 lines
2.0 KiB
Markdown
Raw Normal View History

2022-06-02 05:56:36 -04:00
![license](https://img.shields.io/github/license/h1-mod/h1-mod.svg)
[![open bugs](https://img.shields.io/github/issues/h1-mod/h1-mod/bug?label=bugs)](https://github.com/h1-mod/h1-mod/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
[![Build](https://github.com/h1-mod/h1-mod/workflows/Build/badge.svg)](https://github.com/h1-mod/h1-mod/actions)
[![Build status](https://ci.appveyor.com/api/projects/status/0sh80kdnsvm53rno?svg=true)](https://ci.appveyor.com/project/h1-mod/h1-mod)
[![Discord](https://img.shields.io/discord/945420505157083208?color=%237289DA&label=members&logo=discord&logoColor=%23FFFFFF)](https://discord.gg/RzzXu5EVnh)
2022-03-02 19:13:34 -05:00
# H1-Mod
2022-02-22 12:53:56 -05:00
2022-02-03 14:36:54 -05:00
<p align="center">
2022-06-21 09:54:44 -04:00
<img src="assets/github/banner.png?raw=true" />
2022-02-03 14:36:54 -05:00
</p>
2022-06-06 07:35:52 -04:00
A client for Call of Duty: Modern Warfare Remastered.
2022-05-17 22:26:04 -04:00
2022-03-09 19:52:55 -05:00
[This project is based on S1x.](https://github.com/XLabsProject/s1x-client)
2022-02-03 14:36:54 -05:00
## Compile from source
- Clone the Git repo. Do NOT download it as ZIP, that won't work.
2022-03-02 04:29:54 -05:00
- Update the submodules and run `premake5 vs2022` or simply use the delivered `generate.bat`.
2022-02-03 14:36:54 -05:00
- 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. |
2023-01-30 08:30:37 -05:00
## Credits
2022-02-23 12:53:20 -05:00
2023-01-30 08:30:37 -05:00
- [S1x](https://github.com/XLabsProject/s1x-client) - codebase and research (predecessor of MWR)
- [h2-mod](https://github.com/fedddddd/h2-mod) - research (successor of MWR)
- [momo5502](https://github.com/momo5502) - Arxan/Steam research, developer of [XLabsProject](https://github.com/XLabsProject)
2022-02-03 14:36:54 -05:00
## Disclaimer
2022-03-02 19:13:34 -05:00
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.