Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 2.56 KB

File metadata and controls

61 lines (38 loc) · 2.56 KB

NovaSector

NovaSector is a roleplay-focused fork of Delta-V, which is itself a fork of Space Station 14.

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.

Links

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!

All NovaSector-specific content goes in the _Nova namespace. Make sure to read CONTRIBUTING.md if you are new!

Building

  1. Clone this repo:
git clone --recurse-submodules https://github.com/YourOrg/NovaSector.git
  1. Go to the project folder and run RUN_THIS.py to initialize the submodules and load the engine:
cd NovaSector
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.

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.