A fork of Space Station 14, embracing a mixture of classic SS13 chaos and experimentation only possible with the new engine
Go to file
Pieter-Jan Briers eb33b88067 v269.0.0 RT update - .NET 10 (#41855)
* Make ServerPackaging automatically get extra server assemblies

* Make the switch

* Use Content.Server.deps.json instead

* Remove debug

* Rewrite

Now recursively fetches dependencies from Content.Server

Only copies dependencies not covered by Robust

This removes the need to manually specify most of the dependencies, even the content ones!

Also look at runtime key properly to figure out the proper dll name.

This actually removes some assemblies that were duplicated between the main directory and assemblies (various Microsoft.Extensions stuff)

* Fix test compile errors when updating dependencies

Ran across this while updating dependencies on the RT .NET 10 update. Should be fine to merge immediately.

* More .NET 10 prep

* Convert to SLNX

Hell yeah

* slnx now has size-2 indents

* Update SLNX with new RT system

* Remove reference to RT test in toolshed test

* Remove accidental usage of transitive RT dependencies

* Move Robust project references to RobustApi

* Update solution file

* Fix warnings in pow3r

* Fix nullable warnings in integration tests

idk where these came from

* gitignore binlog files

* Fix transitive dependency warnings in Content.Benchmarks

* Update slnx

* Okay, the Robust API thing didn't pan out. New plan.

It apparently broke clean builds, as the dependencies aren't in the project asset list or something anymore. I tried to fix this, but it seems impossible to do without relying on .NET SDK internals, as there's no point in the NuGet graph walk process that seems cleanly extensible.

Instead let's just do the much dumber thing: a bunch of .props files for content to import. Hooray!

This also means that I have to go through and *explicitly* disable transitive dependencies everywhere in RT. This thankfully isn't too hard.

* Update RT to 269.0.0

* One last solution update

* Fix more data definition issues

* Update RT to 269.0.1

* Fix it again

---------

Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
2026-04-04 16:57:19 +02:00
.github v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
.run Move grenade components to shared (#22691) 2024-02-08 12:22:56 +01:00
.vscode Port uninplemented upstream VSCode QOL improvements (PR #33891) (#4019) 2025-06-28 22:51:21 +01:00
.wiki/_DV/Laws Merge pull request #5282 from zelezniciar1/engiSOP 2026-02-25 21:35:40 +01:00
BuildChecker v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
BuildFiles/Mac/Space Station 14.app/Contents Updated Mac Icon (#1058) 2020-06-02 13:29:33 +02:00
Content.Benchmarks v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Content.Client v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Content.Docfx Docfx Remove Interfacemembers div 2022-03-21 18:04:01 -06:00
Content.IntegrationTests v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Content.MapRenderer v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Content.Packaging v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Content.PatreonParser v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Content.Replay v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Content.Server v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Content.Server.Database v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Content.Shared v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Content.Shared.Database v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Content.Tests v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Content.Tools v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Content.YAMLLinter v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
MSBuild v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Pow3r v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Resources Miscellaneous Injector fixes + BorgHypo fill sprites. (#41932) 2026-04-04 16:57:19 +02:00
RobustToolbox@c7ba63ed8e v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
Tools Update the erase script to support the latest migration (#41524) 2026-04-04 16:56:51 +02:00
.editorconfig v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
.envrc Update nix flake for .NET 9 (#34480) 2025-01-28 04:31:26 +00:00
.gitattributes Mapping merge driver: continued (#2803) 2021-02-06 23:56:40 +01:00
.gitignore v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
.gitmodules RT is dirty 2024-05-03 00:04:44 +02:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate (#4173) 2025-08-11 18:03:06 +00:00
CONTRIBUTING.md Fix mapping section in CONTRIBUTING.md (#4894) 2025-12-06 21:27:52 +00:00
Directory.Packages.props v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
LEGAL.md make licensing information more clear (#3989) 2025-06-20 14:16:14 +01:00
LICENSE-AGPLv3.txt Relicense future content under APGLv3 2024-02-18 03:11:47 +01:00
LICENSE-MIT.txt Happy New Year (#34288) 2025-01-12 08:14:12 +00:00
LICENSE-Starlight.txt add copy of starlight license notice (#3011) 2025-02-19 04:52:08 +00:00
README.md update readme (#5118) 2026-03-16 20:07:09 +01:00
RUN_THIS.py Fix RUN_THIS.py so it would be cross-platform and it would be possible to use it from cmd on Windows (#26017) 2024-03-17 14:54:04 +01:00
RunBoth-Debug.bat Dual Boot Batches (#1633) 2024-09-20 13:32:25 +00:00
RunBoth-Quick.bat Add Additional Testing Scripts (#4571) 2025-11-18 13:42:52 -06:00
RunBoth-Tools.bat Dual Boot Batches (#1633) 2024-09-20 13:32:25 +00:00
RunBoth.bat Dual Boot Batches (#1633) 2024-09-20 13:32:25 +00:00
SECURITY.md Add SECURITY.md (#14551) 2023-03-09 16:01:40 -06:00
SpaceStation14.slnx v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
SpaceStation14.slnx.DotSettings v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
bors.toml fix bors config (#14389) 2023-03-04 23:56:55 +00:00
flake.lock Update nix dev env (#41886) 2025-12-29 11:39:38 -06:00
flake.nix Update nix dev env (#41886) 2025-12-29 11:39:38 -06:00
global.json v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
nuget.config Dependency update / fixes / skrungle bungle (#23745) 2024-01-26 22:33:46 +01:00
omnisharp.json Adds formatting issue analyzing in Omnisharp (VSCode) (#15809) 2023-04-30 02:26:13 +10:00
runclient-Debug.bat Dual Boot Batches (#1633) 2024-09-20 13:32:25 +00:00
runclient-Quick.bat Add Additional Testing Scripts (#4571) 2025-11-18 13:42:52 -06:00
runclient-Tools.bat Add pause to runclient (#37748) 2025-08-05 16:50:33 +02:00
runclient-Tools.sh Update git hooks with upstream fixes (#4690) 2025-11-19 07:48:01 -06:00
runclient.bat Add pause to runclient (#37748) 2025-08-05 16:50:33 +02:00
runclient.sh Update git hooks with upstream fixes (#4690) 2025-11-19 07:48:01 -06:00
runserver-Debug.bat Dual Boot Batches (#1633) 2024-09-20 13:32:25 +00:00
runserver-Quick.bat Add Additional Testing Scripts (#4571) 2025-11-18 13:42:52 -06:00
runserver-Tools.bat Tools batch files (#29179) 2024-07-25 00:34:48 +02:00
runserver-Tools.sh Update git hooks with upstream fixes (#4690) 2025-11-19 07:48:01 -06:00
runserver.bat Use dotnet run for the run batch files instead of directly calling the exe (#27698) 2024-05-07 04:33:56 +02:00
runserver.sh Update git hooks with upstream fixes (#4690) 2025-11-19 07:48:01 -06:00
runtestsYAMLLinter-Quick.bat Add Additional Testing Scripts (#4571) 2025-11-18 13:42:52 -06:00
runtestsYAMLLinter.bat Add Additional Testing Scripts (#4571) 2025-11-18 13:42:52 -06:00
shell.nix Update nix dev env (#41886) 2025-12-29 11:39:38 -06:00

README.md

Delta-V Logo

Delta-V is a fork of Space Station 14, embracing a mixture of classic SS13 chaos and experimentation only possible with the new engine.

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

Any work done in a non-base namespace may contain incorrect attributions due to rewrites and recommitting.

DeltaV

Space Station 14

Documentation/Wiki

The docs site has documentation on SS14s content, engine, game design and more. Additionally, see these resources for license and attribution information:

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!

Make sure to read CONTRIBUTING.md if you are new to Delta-V!

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/DeltaV-Station/Delta-v.git
  1. Go to the project folder and run RUN_THIS.py to initialize the submodules and load the engine:
cd Delta-v
python RUN_THIS.py
  1. Compile the solution:

Build the server using dotnet build.

More detailed instructions on building the project.

License

Read LEGAL.md for legal information regarding the code licensing.

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.

Code taken from Project Starlight was taken in accordance with the Starlight License.

[!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.