A command line utility for messing with Space Station 14 clients and server API.
You can just pass commands directly through args, pass files that contain them or in interactive mode:
l14cmd.exe +fetch_servers https://hub.spacestation14.com/ +quitor:
l14cmd.exe +exec fetch_servers.txt// fetch_servers.txt
fetch_servers https://hub.spacestation14.com/
quit
or:
l14cmd.exe
fetch_servers https://hub.spacestation14.com/
quitThere are a bunch of variables that you can change:
l14cmd.exe @HttpTimeout 2000 @StrictHash false ...The same syntax applies to "in-file" scripts.
You can pass /noupdate as the last argument to skip checking for updates.
- A compiler that supports C++ 20 is required
- Ninja
- Cmake
- Vcpkg
cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=<VCPKG>/scripts/buildsystems/vcpkg.cmake -B ./cmake-build/