2021-02-16 19:36:36 +01:00
|
|
|
![license](https://img.shields.io/github/license/XLabsProject/s1x-client.svg)
|
|
|
|
[![open bugs](https://img.shields.io/github/issues/XLabsProject/s1x-client/bug?label=bugs)](https://github.com/XLabsProject/s1x-client/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|
2021-02-20 19:02:44 +01:00
|
|
|
[![Build](https://github.com/XLabsProject/s1x-client/workflows/Build/badge.svg)](https://github.com/XLabsProject/s1x-client/actions)
|
2021-02-16 19:36:36 +01:00
|
|
|
[![discord](https://img.shields.io/endpoint?url=https://momo5502.com/iw4x/members-badge.php)](https://discord.gg/sKeVmR3)
|
|
|
|
[![patreon](https://img.shields.io/badge/patreon-support-blue.svg?logo=patreon)](https://www.patreon.com/xlabsproject)
|
|
|
|
|
|
|
|
|
|
|
|
# S1x: Client
|
2021-01-01 09:13:38 +01:00
|
|
|
|
|
|
|
<p align="center">
|
2021-03-21 12:14:30 +01:00
|
|
|
<img src="assets/github/banner.png?raw=true" />
|
2021-01-01 09:13:38 +01:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
## 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`.
|
2021-02-16 19:26:15 +01:00
|
|
|
- Build via solution file in `build\s1x.sln`.
|
2021-01-01 09:13:38 +01:00
|
|
|
|
|
|
|
### 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. |
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
## 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.
|