Билд проекта Fish Station (Рыбья Станция) в игре Space Station 14.
Find a file
deathride58 d8afcdcdf0
Makes admins not count towards the playercount cap (#33424)
* Makes admins not count towards the playercount cap

* Update Content.Shared/CCVar/CCVars.Admin.cs (thx Aeshus

Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com>

* Actually fixes whitespace on the comments
Thanks VScode very good IDE

---------

Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com>
2024-12-16 17:19:15 +03:00
.github add "Changes: Audio" label to labeler (#33790) 2024-12-09 11:56:30 +01:00
.run
.vscode
BuildChecker
BuildFiles/Mac/Space Station 14.app/Contents
Content.Benchmarks
Content.Client Cluster grenade refactor and contra markings (#31108) 2024-12-16 13:08:07 +01:00
Content.Docfx
Content.IntegrationTests Add a test to check that lathe recipes are possible (#33868) 2024-12-16 13:34:02 +01:00
Content.MapRenderer
Content.Packaging
Content.PatreonParser Update Content.PatreonParser to use net8.0 TargetFramework (#33559) 2024-11-28 20:13:26 +01:00
Content.Replay
Content.Server Makes admins not count towards the playercount cap (#33424) 2024-12-16 17:19:15 +03:00
Content.Server.Database Integrate Modern HWID into content 2024-11-12 01:51:54 +01:00
Content.Shared Makes admins not count towards the playercount cap (#33424) 2024-12-16 17:19:15 +03:00
Content.Shared.Database Add admin log for ghost warping (#33636) 2024-11-29 10:46:24 +01:00
Content.Tests
Content.Tools
Content.YAMLLinter
Pow3r
Resources Automatic changelog update 2024-12-16 14:15:57 +00:00
RobustToolbox@92b0e7f1a8 Update to Robust v237.2.0 2024-11-21 00:07:12 +01:00
Tools chmod +x publish_multi_request.py (#32274) 2024-09-18 16:09:25 +02:00
.editorconfig
.envrc
.gitattributes
.gitignore
.gitmodules
bors.toml
Directory.Packages.props
flake.lock
flake.nix
global.json
LICENSE.TXT
nuget.config
omnisharp.json
README.md
RUN_THIS.py
runclient-Tools.bat
runclient-Tools.sh
runclient.bat
runclient.sh
runserver-Tools.bat
runserver-Tools.sh
runserver.bat
runserver.sh
SECURITY.md
shell.nix
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.

Website | Discord | Forum | Steam | Standalone Download

Documentation/Wiki

Our docs site has documentation on SS14s content, engine, game design and more. 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.
  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.