Go to file
dependabot[bot] 6bfa7386a1
Bump deps/lua from 8dd2c91 to 5d708c3
Bumps [deps/lua](https://github.com/lua/lua) from `8dd2c91` to `5d708c3`.
- [Release notes](https://github.com/lua/lua/releases)
- [Commits](8dd2c912d2...5d708c3f9c)

---
updated-dependencies:
- dependency-name: deps/lua
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 04:12:37 +00:00
.github Add rest of data files code 2021-12-10 17:48:36 -06:00
assets Add files via upload 2021-03-21 16:42:22 +01:00
data/ui_scripts/scoreboard Fix scoreboard breaking when player count > 12 on FFA 2021-12-09 01:59:11 +01:00
deps Bump deps/lua from 8dd2c91 to 5d708c3 2022-01-14 04:12:37 +00:00
src Port over vstr from iw6x 2021-12-26 19:10:17 +01:00
tools Update protobuf 2021-07-25 11:24:26 +02:00
.gitignore Initial commit 2021-01-01 09:28:48 +02:00
.gitmodules Update submodules 2021-05-21 19:53:31 +02:00
appveyor.yml Upload artifacts 2021-02-19 16:29:25 +01:00
CHANGELOG.md Prepare release v1.0.4 2021-05-20 11:30:40 +00:00
generate.bat Initial commit 2021-01-01 09:28:48 +02:00
LICENSE Fix readme 2021-02-16 19:55:09 +01:00
premake5.lua Get motd from xlabs.dev 2021-04-26 19:24:16 +02:00
README.md Switch badges 2021-11-06 18:00:40 +01:00

license open bugs Build patreon discord

S1x: Client


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\s1x.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.