From f0afe5ab7f9141ed7c2f8a237ff4842b057c480f Mon Sep 17 00:00:00 2001 From: fed <58637860+fedddddd@users.noreply.github.com> Date: Tue, 7 Sep 2021 00:44:33 +0200 Subject: [PATCH] Update README.md --- README.md | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5098e336..9cb022e0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,27 @@ -# h2-mod -Mod for h2 (MW2:CR) +![license](https://img.shields.io/github/license/fedddddd/h2-mod.svg) +[![open bugs](https://img.shields.io/github/issues/fedddddd/h2-mod/bug?label=bugs)](https://github.com/fedddddd/h2-mod/issues?q=is%3Aissue+is%3Aopen+label%3Abug) -# How -* Download the latest release from the [here](https://github.com/fedddddd/h2-mod/releases) -* Inject the dll into `MW2CR.exe` with any injector (Battle Net doesn't have to be running) -# Scripting -Usual lua scripting, scripts go in `scripts/` +# H2: Mod + +## 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.