Klovnstation 14 (KS14) is a fork of Space Station 14. Our discord server. We use the Robust Toolbox engine.
If you want to host or create content for base SS14, go to the Space Station 14 repository, as it is holds all base code and resources for SS14 forks.
The Wizard's Den docs site has documentation on SS14's (and by extension, also KS14's) content, engine, game design, and more, including code standards.
All code in this codebase is released under the AGPL-3.0-or-later license. You can view the text of the license here.
Source files in this repository may be dual-licensed (alongside AGPL-3.0-or-later), or only licensed, under one of the three below licenses:
All code past commit hash f9a52e8fbb8066e56d34ba1908c399699e801c42 on Wed, 29 Oct 2025 16:04:39 +0000 is also automatically subject to this notice. Inclusion of additional legal notices is allowed under §7(b) of the (A)GPL assuming they do not infringe on any of the freedoms granted to the user by the license.
Most media assets are licensed under CC-BY-SA 3.0 unless stated otherwise. Assets have their license and the copyright in the metadata file. Example.
Note
Some assets are licensed under the non-commercial CC-BY-NC-SA 3.0 or similar non-commercial licenses, and will need to be removed if you wish to use this project commercially.
As the repository contains private submodules, you may need to use this command to update/initialise submodules:
git submodule update --init --recursive RobustToolbox
instead of the usual:
git submodule update --init --recursive