2022-02-03 14:36:54 -05:00
|
|
|
# H1-Mod 1.4
|
|
|
|
|
2022-02-26 08:28:10 -05:00
|
|
|
- *Note: Multiplayer support is in progress!*
|
2022-02-22 12:53:56 -05:00
|
|
|
|
2022-02-03 14:36:54 -05:00
|
|
|
<p align="center">
|
|
|
|
<img alig src="https://cdn.discordapp.com/attachments/895680402142941194/938488726391242842/splash.png"/>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
Proof of concept for an Modern Warfare Remastered client. <br>
|
|
|
|
[This project is based on S1x](https://github.com/XLabsProject/s1x-client)
|
|
|
|
|
|
|
|
## 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. |
|
|
|
|
|
2022-02-23 12:53:20 -05:00
|
|
|
## 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).
|
|
|
|
|
2022-02-03 14:36:54 -05:00
|
|
|
|
|
|
|
## Disclaimer
|
|
|
|
|
|
|
|
This software has been made for learning purposes.
|