diff --git a/README.md b/README.md index 5f03b918..4b5025f6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # H1-Mod 1.4 +- *This project supports only singleplayer for now* +- ***YOU CAN'T** get in multiplayer, networking development is slow.* +

@@ -20,7 +23,8 @@ Proof of concept for an Modern Warfare Remastered client.
| `--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 +Check out [Credits](https://github.com/skkuull/h1-mod/blob/main/credits.md) ## Disclaimer diff --git a/credits.md b/credits.md new file mode 100644 index 00000000..82a38d9c --- /dev/null +++ b/credits.md @@ -0,0 +1,5 @@ +# Credits: + +- [XLabsProject - S1x](https://github.com/XLabsProject/s1x-client), Project base. +- [quaK](https://github.com/Joelrau), Helping in alot of stuff. +- [fed - h2-mod](https://github.com/fedddddd/h2-mod), [Dvars](https://github.com/skkuull/h1-mod/blob/main/src/client/game/dvars.cpp) and [patches](https://github.com/skkuull/h1-mod/blob/main/src/client/component/patches.cpp). diff --git a/deps/lua b/deps/lua index 5d708c3f..8426d9b4 160000 --- a/deps/lua +++ b/deps/lua @@ -1 +1 @@ -Subproject commit 5d708c3f9cae12820e415d4f89c9eacbe2ab964b +Subproject commit 8426d9b4d4df1da3c5b2d759e509ae1c50a86667