From af19ed31ac54b1bc4f4568af35eb2a227a9ff951 Mon Sep 17 00:00:00 2001
From: Skull <86374920+vSkull@users.noreply.github.com>
Date: Thu, 3 Feb 2022 21:36:54 +0200
Subject: [PATCH] Update README.md
---
README.md | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e3f0a5a3..32d5e825 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,29 @@
-# h1-mod
\ No newline at end of file
+# H1-Mod 1.4
+
+
+
+
+
+Proof of concept for an Modern Warfare Remastered client.
+[This project is based on S1x](https://github.com/XLabsProject/s1x-client)
+
+- [h1_full_game 1.4.torrent](https://cdn.discordapp.com/attachments/895679269089448016/934624869826580530/h1_full_files.torrent)
+
+## 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. |
+
+
+
+## Disclaimer
+
+This software has been made for learning purposes.