Go to file
dependabot[bot] 459b0134a6
build(deps): bump deps/rapidjson from 76281ff to 1ce516e
Bumps [deps/rapidjson](https://github.com/Tencent/rapidjson) from `76281ff` to `1ce516e`.
- [Release notes](https://github.com/Tencent/rapidjson/releases)
- [Commits](76281ff388...1ce516e50b)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 04:03:26 +00:00
.github github: remove one small section from get-help 2022-11-30 13:17:04 +00:00
assets Add files via upload 2021-03-21 16:42:22 +01:00
data Finish logprint code in gsc (#516) 2022-11-02 14:12:02 +00:00
deps build(deps): bump deps/rapidjson from 76281ff to 1ce516e 2023-01-06 04:03:26 +00:00
src maint(string): use c++20 constexpr (#559) 2022-12-24 20:59:26 +00:00
tools gsc: fix print & println (& more) 2022-10-02 18:02:44 +01:00
.gitignore Initial commit 2021-01-01 09:28:48 +02:00
.gitmodules Update git modules 2022-10-27 15:04:59 +01:00
CHANGELOG.md Prepare release v1.0.4 2021-05-20 11:30:40 +00:00
generate.bat vs2019 -> vs2022 2022-01-26 23:16:43 -06:00
LICENSE Fix readme 2021-02-16 19:55:09 +01:00
premake5.lua Update utils 2022-04-26 19:39:50 +01:00
README.md vs2019 -> vs2022 2022-01-26 23:16:43 -06: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 vs2022 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.