Билд проекта Fish Station (Рыбья Станция) в игре Space Station 14.
Find a file
2025-12-16 01:21:51 +00:00
.github Add myself to atmos codeowners (#41869) 2025-12-15 23:50:48 +00:00
.run
.vscode
BuildChecker Replace all usages of /bin/bash shebang with /usr/bin/env (#40756) 2025-10-12 19:49:41 +00:00
BuildFiles/Mac/Space Station 14.app/Contents
Content.Benchmarks move GameMapPrototype and GameMapCondition to shared (#41742) 2025-12-06 15:45:50 +00:00
Content.Client Fix news console formatting and pda news formating (#41799) 2025-12-15 03:19:41 +00:00
Content.Docfx
Content.IntegrationTests Add tile atmosphere tests (#41228) 2025-12-15 23:18:10 +00:00
Content.MapRenderer move GameMapPrototype and GameMapCondition to shared (#41742) 2025-12-06 15:45:50 +00:00
Content.Packaging Remove x86 targets from Content Packaging (#40664) 2025-10-03 07:10:05 +00:00
Content.PatreonParser
Content.Replay Remove static IoC from Replay and Shared EntryPoint (#41707) 2025-12-05 15:51:48 +00:00
Content.Server Ignite atmosphere on explosions (#41262) 2025-12-15 23:27:40 +00:00
Content.Server.Database Fix generating migrations with USE_SYSTEM_SQLITE (#40910) 2025-10-14 21:40:05 +00:00
Content.Shared Ignite atmosphere on explosions (#41262) 2025-12-15 23:27:40 +00:00
Content.Shared.Database Entity effects ECS refactor (#40580) 2025-10-12 21:23:42 +00:00
Content.Tests Remove some warnings generated by SolutionTests (#41194) 2025-11-01 15:37:20 +00:00
Content.Tools Replace all usages of /bin/bash shebang with /usr/bin/env (#40756) 2025-10-12 19:49:41 +00:00
Content.YAMLLinter Fix yaml linter and misc errors (#37444) 2025-07-10 00:25:36 -04:00
Pow3r Remove warnings in Pow3r (#41195) 2025-10-30 12:42:53 +00:00
Resources Automatic changelog update 2025-12-16 01:21:51 +00:00
RobustToolbox@dbde8023ed Update engine submodule to 268.0.0 (#41408) 2025-11-13 22:02:04 +11:00
Tools Update the erase script to support the latest migration (#41524) 2025-12-09 18:46:34 +00:00
.editorconfig Prefer file-scoped namespaces in .editorconfig (#38879) 2025-07-09 11:33:18 -07:00
.envrc
.gitattributes
.gitignore
.gitmodules
bors.toml
CODE_OF_CONDUCT.md update support email (#41166) 2025-10-28 10:27:07 +00:00
Directory.Packages.props Update OpenTK to latest (#39227) 2025-08-17 21:24:42 +02:00
flake.lock
flake.nix
global.json
LICENSE.TXT
nuget.config
omnisharp.json
README.md Remove Lemmy from the README (#41284) 2025-11-04 12:49:22 +00:00
RUN_THIS.py
runclient-Tools.bat Add pause to runclient (#37748) 2025-05-26 13:50:05 +02:00
runclient-Tools.sh Replace all usages of /bin/bash shebang with /usr/bin/env (#40756) 2025-10-12 19:49:41 +00:00
runclient.bat Add pause to runclient (#37748) 2025-05-26 13:50:05 +02:00
runclient.sh Replace all usages of /bin/bash shebang with /usr/bin/env (#40756) 2025-10-12 19:49:41 +00:00
runserver-Tools.bat
runserver-Tools.sh Replace all usages of /bin/bash shebang with /usr/bin/env (#40756) 2025-10-12 19:49:41 +00:00
runserver.bat
runserver.sh Replace all usages of /bin/bash shebang with /usr/bin/env (#40756) 2025-10-12 19:49:41 +00:00
SECURITY.md update support email (#41166) 2025-10-28 10:27:07 +00:00
shell.nix
SpaceStation14.sln
SpaceStation14.sln.DotSettings Nanotrasen is a word (#41124) 2025-10-26 23:58:19 +00:00

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.