Билд проекта Fish Station (Рыбья Станция) в игре Space Station 14.
Find a file
Princess Cheeseballs 141d903125
Stunned Status and Knockdown Meth fix. (#39547)
* Init Commit

* Remove unused code, fix stun visuals bug

* Update Content.Shared/Stunnable/SharedStunSystem.cs

* Some initial changes

* first batch of changes

* Commit

* One line cleanup

* KnockdownStatusEffect ain't worth it.

* Fix 2 bugs

* Fixes

* Remove that actually,

* Maybe this?

* Meff fix

* Meff fix

* alert cleanup and API

* I expect update loops to be at the top.

* Fix LOC

* Address review

* Address review x 2

* Merg my PR

* Fix

* Update Content.Shared/Alert/AlertsSystem.cs

webedit

Co-authored-by: Perry Fraser <perryprog@users.noreply.github.com>

* FIX THAT TEST FAIL!!!!

* Me when I forget to actually give you alerts

* Push

* Tests are not failing locally why are they dying on github???

* Fix test fails (real)

---------

Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com>
Co-authored-by: Perry Fraser <perryprog@users.noreply.github.com>
2025-09-27 12:19:30 +02:00
.github Added spanky to mapping codeowners (#40362) 2025-09-14 18:42:46 -07: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 Move TestPair & PoolManager to engine (#36797) 2025-09-21 17:17:43 +12:00
Content.Client Predict identity (#40185) 2025-09-24 01:32:20 +02:00
Content.Docfx
Content.IntegrationTests Fix SpawnAndDeleteEntityCountTest Entities and last assert being incorrect (#40511) 2025-09-23 23:52:15 +02:00
Content.MapRenderer Move TestPair & PoolManager to engine (#36797) 2025-09-21 17:17:43 +12:00
Content.Packaging Skip MapImages folder in packaging (#38928) 2025-09-04 22:50:46 +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 Admin smite: Homing rods. (#40246) 2025-09-25 14:43:53 -07:00
Content.Server.Database Revert "Admin Log Browser Improvements (#39130)" 2025-08-31 17:50:37 +02:00
Content.Shared Stunned Status and Knockdown Meth fix. (#39547) 2025-09-27 12:19:30 +02: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 De-enumify humanoid species skin colours (#39175) 2025-09-13 22:30:17 -07:00
Content.Tools
Content.YAMLLinter Fix yaml linter and misc errors (#37444) 2025-07-10 00:25:36 -04:00
Pow3r
Resources Stunned Status and Knockdown Meth fix. (#39547) 2025-09-27 12:19:30 +02:00
RobustToolbox@9e8f7092ea Update engine to v267.2.0 (#40560) 2025-09-26 20:08:44 +12: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 Happy New Year (#34288) 2025-01-08 03:50:46 +01:00
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 Add Robust.Xaml.csproj to the solution (#31573) 2024-08-28 15:08:35 +02:00
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.