Билд проекта Fish Station (Рыбья Станция) в игре Space Station 14.
Find a file
ArtisticRoomba 20f2cb920b
Atmos Delta-Pressure Window Shattering (#39238)
This PR adds delta-pressure damage. In short, airtight structures can now take damage proportional to the difference in pressures between the sides of the structure.
2025-09-03 16:58:48 -07:00
.github Add myself to Codeowners for Stunnable and Nutrition (#40061) 2025-09-02 12:00:14 +02:00
.run
.vscode Adds Test & Integration Test commands to the Visual Studio Code configuration (#32705) 2025-04-18 13:49:36 +10:00
BuildChecker Make git hooks work in git worktrees (#40038) 2025-09-03 01:01:43 +02:00
BuildFiles/Mac/Space Station 14.app/Contents
Content.Benchmarks Atmos Delta-Pressure Window Shattering (#39238) 2025-09-03 16:58:48 -07:00
Content.Client Use a fixed amount of decimal points in gas analyzer window (#40081) 2025-09-03 22:49:50 +02:00
Content.Docfx
Content.IntegrationTests Atmos Delta-Pressure Window Shattering (#39238) 2025-09-03 16:58:48 -07:00
Content.MapRenderer MapRenderer code fixes (#38357) 2025-06-26 14:47:39 +02:00
Content.Packaging Switch Discord integration to use NetCord instead of Discord.Net (#38400) 2025-06-17 19:03:24 +02:00
Content.PatreonParser Update submodule, .NET 9 (#34320) 2025-01-11 21:22:47 +01:00
Content.Replay Treat duplicate dependency warnings as errors (#38480) 2025-06-22 00:25:20 +02:00
Content.Server Atmos Delta-Pressure Window Shattering (#39238) 2025-09-03 16:58:48 -07:00
Content.Server.Database Revert "Admin Log Browser Improvements (#39130)" 2025-08-31 17:50:37 +02:00
Content.Shared Atmos Delta-Pressure Window Shattering (#39238) 2025-09-03 16:58:48 -07:00
Content.Shared.Database Revert "Added button and manager for in game bug reports (Part 1)" (#39872) 2025-08-28 01:46:24 -07:00
Content.Tests Validate ProtoIds in tests (#38745) 2025-07-04 22:48:55 +02:00
Content.Tools
Content.YAMLLinter Fix yaml linter and misc errors (#37444) 2025-07-10 00:25:36 -04:00
Pow3r
Resources Atmos Delta-Pressure Window Shattering (#39238) 2025-09-03 16:58:48 -07:00
RobustToolbox@a1cdd60602 Update RT to 266.0.0 2025-08-06 16:17:15 +02:00
Tools Updated Aseprite Tools (#39358) 2025-08-28 17:44:50 -04:00
.editorconfig Prefer file-scoped namespaces in .editorconfig (#38879) 2025-07-09 11:33:18 -07:00
.envrc Update nix flake for .NET 9 (#34480) 2025-01-17 18:26:04 +01:00
.gitattributes
.gitignore
.gitmodules
bors.toml
CODE_OF_CONDUCT.md MINOR SPELLING ERROR!!1!!1! (#38510) 2025-06-22 21:37:25 +02:00
Directory.Packages.props Update OpenTK to latest (#39227) 2025-08-17 21:24:42 +02:00
flake.lock Update nix flake for .NET 9 (#34480) 2025-01-17 18:26:04 +01:00
flake.nix Update nix flake for .NET 9 (#34480) 2025-01-17 18:26:04 +01:00
global.json Update submodule, .NET 9 (#34320) 2025-01-11 21:22:47 +01:00
LICENSE.TXT
nuget.config
omnisharp.json
README.md Update README.md (#33528) 2025-04-18 12:14:23 +10:00
RUN_THIS.py
runclient-Tools.bat Add pause to runclient (#37748) 2025-05-26 13:50:05 +02:00
runclient-Tools.sh
runclient.bat Add pause to runclient (#37748) 2025-05-26 13:50:05 +02:00
runclient.sh
runserver-Tools.bat
runserver-Tools.sh
runserver.bat
runserver.sh
SECURITY.md
shell.nix Add libicu to shell.nix (#35540) 2025-02-26 19:54:33 +01:00
SpaceStation14.sln
SpaceStation14.sln.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.

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.