About
Griefly ("Yet Another Space Station Remake") is an open-source remake of Space Station 13, built in C++14 with Qt 5.8+ and using Python and Go for parts of its tooling and server. It provides separate client and server executables and builds on Windows, Linux, and macOS.
Getting started
Playing requires building the project from source (a C++ compiler, Qt5, Python, Go, and CMake) and then running a server alongside one or more clients. The first ("master") client is launched with login credentials and a map file, additional clients can join as guests, and a launcher is provided to make this more convenient than running the executables directly.
Additional notes
- Security note
- The server's admin password is stored in plain text in its auth database file, per the project's own documentation.