Skip to content

QuantumBlueSS14/Quantum-Blue-New

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46,933 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

QuantumBlue

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

While we are not a server that allows sexual content, we do not allow people under the age of 18 to play on Quantum Blue.

Links

Website | Steam | Standalone Download

Documentation/Wiki

SS14's docs site has documentation on SS14's 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!

As a baseline make sure your changes and pull requests are in accordance with the upstream contribution guidelines. We're generally not as strict, but it's good practice to follow these examples.

If you are adding completely custom content that would go into the normal SS14 file structure in a certain spot, add that content to the _QB folder with that same file path instead. For example, when adding the GBsay chat command for ghost bar stuff, it would have gone in Content.Server/Chat/Commands. Instead, the GBsay.cs file is in Content.Server/_QB/Chat/Commands.

The QB folders are located at Content.Client/_QB, Content.Server/_QB, and Content.Shared/_QB. The Resources folder is kind of its own beast, and has a lot of depth. For that reason it makes sense to have the _QB folder inside of the subfolder it is modifying. As another example, the main prototypes folder for our custom content is located in Resources/Prototypes/_QB. This applies for recipies, clothing, everything.

Keeping things defined like this makes the lives of the people maintaining the server much, much easier.

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/QuantumBlueSS14/Quantum-Blue-New.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

Content contributed to this repository after and including commit 7210960b2b30e17aa001f4e35a5d0f80ca548e53 (15 August 2024 17:02:49 UTC) is licensed under the GNU Affero General Public License version 3.0 unless otherwise stated. See LICENSE-AGPLv3.

Content contributed to this repository before commit 7210960b2b30e17aa001f4e35a5d0f80ca548e53 (15 August 2024 17:02:49 UTC) is licensed under the MIT license unless otherwise stated. See LICENSE-MIT.

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

Attributions

When we pull content from other forks, we try to organize their content to their own subfolders in each of the projects to keep track of attribution and try to prevent merge conflicts.

Content under these subdirectories either originate from their respective fork, or are modifications related to content from their respective fork.

Subdirectory Fork Name Fork Repository License
_CD Cosmatic Drift https://github.com/cosmatic-drift-14/cosmatic-drift/ MIT
_Corvax Corvax https://github.com/space-syndicate/space-station-14/ MIT
_DEN The Den https://github.com/TheDenSS14/TheDen/ AGPL 3.0
_DV Delta-V https://github.com/DeltaV-Station/Delta-v/ AGPL 3.0
_EE Einstein Engines https://github.com/Simple-Station/Einstein-Engines/ AGPL 3.0
_EstacaoPirata Estacao Pirata https://github.com/Day-OS/estacao-pirata-14/ AGPL 3.0
_Floof Floof Station https://github.com/Floof-Station/Floof-Station/ AGPL 3.0
_Funkystation Funky Station https://github.com/funky-station/funky-station/ AGPL 3.0
_Goobstation Goob Station https://github.com/Goob-Station/Goob-Station/ AGPL 3.0
_Harmony Harmony https://github.com/ss14-harmony/ss14-harmony/ AGPL 3.0
_Impstation Impstation https://github.com/impstation/imp-station-14/ AGPL 3.0
_Mono Monolith https://github.com/Monolith-Station/Monolith/ AGPL 3.0
_NF Frontier Station https://github.com/new-frontiers-14/frontier-station-14 AGPL 3.0
_Nyanotrasen Nyanotrasen https://github.com/Nyanotrasen/Nyanotrasen/ AGPL 3.0
_QB Quantum Blue https://github.com/QuantumBlueSS14/Quantum-Blue-New/ AGPL 3.0
_TP Trieste Port https://github.com/Pixeltheaertist/Trieste-Port-14/ MIT
_VDS Vermist Dust Sector https://github.com/vermist-sector/vermist-dust/ AGPL 3.0
_White White Dream https://github.com/WWhiteDreamProject/wwdpublic/ AGPL 3.0
_Wizden Wizard's Den https://github.com/space-wizards/space-station-14/ MIT

About

Fork of the multiplayer game about paranoia and chaos on a space station and remake of the cult-classic Space Station 13

Resources

License

AGPL-3.0, MIT licenses found

Licenses found

AGPL-3.0
LICENSE-AGPLv3.TXT
MIT
LICENSE-MIT.TXT

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 89.2%
  • Fluent 10.5%
  • Python 0.3%
  • JavaScript 0.0%
  • Lua 0.0%
  • PowerShell 0.0%