RMC-14 is an asymmetric PvP game that runs on Robust Toolbox. https://discord.gg/rouny
Find a file
2026-01-23 10:22:49 +00:00
.github Revert "Fix labels approved PR workflow" 2025-10-09 18:26:53 -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 Added warning when attempting to run RUN_THIS on a zip repo download (Attempt 2) (#36922) 2025-04-29 23:51:21 +02:00
BuildFiles/Mac/Space Station 14.app/Contents
Content.Analyzers Predict tacmap opening, mispredict fixes, active lasdeg breaking threshold, detector sounds, add system for custom chems, fixes (#7001) 2025-07-11 23:55:37 -07:00
Content.Benchmarks Validate ShaderPrototype IDs (#38728) 2025-07-03 18:11:31 -07:00
Content.Client Overwatch Update: Squad objectives, Confirm buttons (#8917) 2026-01-23 02:21:44 -08:00
Content.DiscordBot Update Content.DiscordBot to .NET 9, wrap update loop in a try catch 2025-12-09 17:03:11 -08:00
Content.Docfx
Content.IntegrationTests fix all tests (#8598) 2025-12-08 13:08:32 -08:00
Content.MapRenderer MapRenderer code fixes (#38357) 2025-06-26 14:47:39 +02:00
Content.Packaging Merge branch 'master' of https://github.com/space-wizards/space-station-14 2025-07-09 19:19:55 -07: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.Scripts Fix AreaImporter bugs (#8289) 2025-11-28 19:12:21 -08:00
Content.Server Overwatch Update: Squad objectives, Confirm buttons (#8917) 2026-01-23 02:21:44 -08:00
Content.Server.Database Interaction/Action/Xeno projectile lag compensation, xeno projectile prediction, preserving action ordering, chat bans, 100 fixes (#8050) 2025-10-05 05:09:19 -07:00
Content.Shared Overwatch Update: Squad objectives, Confirm buttons (#8917) 2026-01-23 02:21:44 -08:00
Content.Shared.Database Adds a verb to change pill bottle icon label. (#8849) 2026-01-07 19:11:00 -08:00
Content.Tests Validate ProtoIds in tests (#38745) 2025-07-04 22:48:55 +02:00
Content.Tools
Content.YAMLLinter
Pow3r
Resources Automatic changelog update 2026-01-23 10:22:49 +00:00
RobustToolbox@ea09bdafbf Update fixes (#7814) 2025-09-06 16:06:52 -07:00
RSI.NET@3eead16bba
Tools Merge branch 'master' of https://github.com/space-wizards/space-station-14 2025-07-09 19:19:55 -07:00
.editorconfig Merge branch 'master' of https://github.com/space-wizards/space-station-14 2025-07-09 19:19:55 -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 Merge branch 'master' of https://github.com/space-wizards/space-station-14 2025-07-09 19:19:55 -07: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 Move template checklist to the front page README (#9021) 2026-01-22 19:42:18 -08: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 Predict tacmap opening, mispredict fixes, active lasdeg breaking threshold, detector sounds, add system for custom chems, fixes (#7001) 2025-07-11 23:55:37 -07:00
SpaceStation14.sln.DotSettings Melee tackle fix, other fixes (#8184) 2025-10-19 15:50:12 -07:00

Space Station 14

RMC-14 is an asymmetric game, that runs on Robust Toolbox. It is inspired by CMSS13, Space Station 13.

This is the primary repo for RMC-14. To prevent people forking Robust Toolbox, 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 RMC-14, this is the repo you need. It contains both RobustToolbox and the content pack for development of new content packs.

RMC-14 Community Wiki | Discord | SS14 Steam Launcher | Standalone Launcher Download

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!

Contributing Requirements

  • Understanding how to contribute - Read this resource provided by SS14 and attempt to keep to it. Pull Request and Changelog Guidelines.
  • Media - Add relevant media like videos and photos whereever possible, as proof of changes working in game, and for easier review.
  • Responisbility - By submitting any form of PR, you are confirming that you either own them or have provided the correct necessary licenses to use and distribute them. You are agreeing to be fully responsible for any legal claims or issues arising from the use of these materials.
  • Patience - Please understand that the amount of capable reviewers is very small, PRs depending on their importance priority and size can take anywhere from weeks to months to review. Please do not close your PRs without providing a reason, as we will eventually get around to all of them. A PR awaiting a review does not mean we do not have interest.

Building

  1. Clone this repo.
  2. Run RUN_THIS.py to init submodules and download the engine.
  3. Compile the solution.

More detailed instructions on building the project.

License

All code for the content repository is licensed under MIT.

Most 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 that 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.

Partners

Proxy/VPN detection by GetIPIntel.net.