Aurora Song is a fork of Space Station 14 that runs on Robust Toolbox engine written in C#.
This is the primary repo for Aurora Song.
If you want to host or create content for Aurora Song, this is the repo you need. It contains both RobustToolbox and the content pack for development of new content packs.
Our wiki has documentation on Aurora Song's content.
We are happy to accept contributions from anybody. Get in Discord if you want to help, and don't be afraid to ask for help of your own!
If you make any contributions, note that any changes made to files belonging to our upstream should be properly marked with comments (see the "Changes to upstream files" section in CONTRIBUTING.md).
- Clone this repo:
git clone https://github.com/AuroraSong14/Aurora-Song-14.git- Go to the project folder and run
RUN_THIS.pyto initialize the submodules and load the engine:
cd Aurora-Song-14
python RUN_THIS.py- Compile the solution:
Build the server using dotnet build.
More detailed instructions on building the project.
Read LEGAL.md for legal information regarding code licensing, including a table of attributions for each namespace within the codebase.
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 Emberfall was specifically relicensed under MIT terms with permission from MilonPL
2fca06eaba205ae6fe3aceb8ae2a0594f0effee0 was pushed on July 1, 2024 at 16:04 UTC
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.
When we pull content from other forks, we organize their content to repo-specific subfolders to better track attribution and limit merge conflicts.
Content under these subdirectories originate from their respective forks and may contain modifications. These modifications are denoted by comments around the modified lines.
Additional repos that we have ported features from without subdirectories are listed below.
| Fork Name | Fork Repository | License |
|---|---|---|
| Monolith | https://github.com/Monolith-Station/Monolith | AGPL 3.0 |
| Space Station 14 | https://github.com/space-wizards/space-station-14 | MIT |
| White Dream | https://github.com/WWhiteDreamProject/wwdpublic | AGPL 3.0 |
