mirror of
https://git.xeondev.com/LR/S.git
synced 2026-02-04 06:55:06 +01:00
104fcf4b9511ef9a1e89d5ce65d5bd79b7835f44
LR-S
Server Emulator for the game Arknights: Endfield.
Getting Started
Requirements
For additional help, you can join our discord server
Setup
Building from sources
Linux
git clone https://git.xeondev.com/LR/S.git
cd S
. ./envrc # In case you don't have zig installed, `envrc` can do this for you.
zig build run-confsv &
zig build run-gamesv
Windows
# Assuming you have git and zig installed.
git clone https://git.xeondev.com/LR/S.git
cd S
zig build run-confsv -Doptimize=ReleaseSmall
# Open another instance of cmd.exe in this directory, then run:
zig build run-gamesv -Doptimize=ReleaseSmall
Logging in
Currently supported client version is 1.0.14, you can get it from 3rd party sources.
Next, you have to apply the necessary client patch. It allows you to connect to the local server.
Once the patched game is running, you'll see a debug login window with a bunch of random characters. You should replace these with some numeric UID (digits only). After that, you can login normally.
Community
Donations
Continuing to produce open source software requires contribution of time, code and -especially for the distribution- money. If you are able to make a contribution, it will go towards ensuring that we are able to continue to write, support and host the high quality software that makes all of our lives easier. Feel free to make a contribution via Boosty!
Languages
Zig
99.8%
Shell
0.2%
