Dune Station 14 is a fork of Space Station 14 which is a remake of SS13 that runs on Robust Toolbox.
To prevent people forking RobustToolbox, a "content" pack is loaded by the client and server. This content pack contains everything needed to play the game on one specific server.
If you want to host or create content for SS14, this is the repo you need. It contains both RobustToolbox and the content pack for development of new content packs.
- Clone this repo:
git clone https://github.com/space-wizards/space-station-14.git- Go to the project folder and run
RUN_THIS.pyto initialize the submodules and load the engine:
cd space-station-14
python RUN_THIS.py- Compile the solution:
Build the server using dotnet build.
More detailed instructions on building the project.
Everything after the commit edebcad49f4dd974ddc79da12084b90bfe693d5b is licenced under AGPL-3.0-or-later licence, unless stated otherwise. Most media assets are licenced under CC-BY-SA 3.0, unless stated otherwise.