1
0
Fork 0
mirror of https://github.com/space-wizards/space-station-14.git synced 2026-05-12 17:04:17 +02:00
A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13. https://spacestation14.com/
  • C# 93.1%
  • Fluent 6.4%
  • Python 0.3%
Find a file
Connor Huffine 4e4298a32d
Fix Humanoid Heisentest (#43919)
* Expand epsilon

* Increase epsilon slightly more

* Add more comment
2026-05-11 04:08:57 +00:00
.github HeatContainer codeownership (#43692) 2026-04-22 20:45:39 +00:00
.run
.vscode
BuildChecker
BuildFiles/Mac/Space Station 14.app/Contents
Content.Benchmarks IoC source gen compatibility (#43863) 2026-05-09 03:29:58 +00:00
Content.Client Admins can now see what items are contraband and chameleon in the strip menu (#43658) 2026-05-10 10:45:58 +00:00
Content.Docfx
Content.IntegrationTests IoC source gen compatibility (#43863) 2026-05-09 03:29:58 +00:00
Content.MapRenderer
Content.Packaging
Content.PatreonParser
Content.Replay IoC source gen compatibility (#43863) 2026-05-09 03:29:58 +00:00
Content.Server make monkey disposals less laggy (#43842) 2026-05-09 23:30:12 +00:00
Content.Server.Database
Content.Shared Fix Humanoid Heisentest (#43919) 2026-05-11 04:08:57 +00:00
Content.Shared.Database
Content.Tests HeatContainer tests, bugfixes and API cleanup (#43690) 2026-04-24 03:54:57 +00:00
Content.Tools
Content.YAMLLinter
MSBuild Correctly warning-only the remaining SVE warnings. (#43602) 2026-04-16 16:39:53 +00:00
Pow3r
Resources Automatic changelog update 2026-05-11 03:29:02 +00:00
RobustToolbox@08a3d120b7 Update RT to 277.0.0 (#43907) 2026-05-08 21:20:16 -07:00
Tools
.editorconfig
.envrc
.gitattributes
.gitignore
.gitmodules
bors.toml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Directory.Packages.props fix(Content.Server): Bump database packages for sec update. (#43601) 2026-04-16 01:01:55 +00:00
flake.lock
flake.nix
global.json
LICENSE.TXT
nuget.config
omnisharp.json
README.md
RUN_THIS.py
runclient-Tools.bat
runclient-Tools.sh
runclient.bat
runclient.sh
runserver-Tools.bat
runserver-Tools.sh
runserver.bat
runserver.sh
SECURITY.md
shell.nix
SpaceStation14.slnx
SpaceStation14.slnx.DotSettings

Space Station 14

Space Station 14 is a remake of SS13 that runs on Robust Toolbox, our homegrown engine written in C#.

This is the primary repo for Space Station 14. 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.

Documentation/Wiki

Our docs site has documentation on SS14's content, engine, game design, and more.
Additionally, see these resources for license and attribution information:

We also have lots of resources for new contributors to the project.

Contributing

We are happy to accept contributions from anybody. Get in Discord if you want to help. We've got a list of issues that need to be done and anybody can pick them up. Don't be afraid to ask for help either!
Just make sure your changes and pull requests are in accordance with the contribution guidelines.

We are not currently accepting translations of the game on our main repository. If you would like to translate the game into another language, consider creating a fork or contributing to a fork.

AI-generated contributions disclaimer

This project does not accept low-effort or wholesale AI-generated contributions. Examples include, but are not limited to:

  • Any code (including yaml) generated by tools like GitHub Copilot, ChatGPT, or similar.
  • AI-created artwork, sound files, or other assets.
  • Auto-generated documentation, issue reports or pull request descriptions.

Exceptions to this are simple tools like Rider's single-line completion feature.

Building

  1. Clone this repo:
git clone https://github.com/space-wizards/space-station-14.git
  1. Go to the project folder and run RUN_THIS.py to initialize the submodules and load the engine:
cd space-station-14
python RUN_THIS.py
  1. Compile the solution:

Build the server using dotnet build.

More detailed instructions on building the project.

License

All code for the content repository is licensed under the MIT license.

Most assets are licensed under CC-BY-SA 3.0 unless stated otherwise. Assets have their license and copyright specified in the metadata file. For example, see the metadata for a crowbar.

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.