Cathedral is a fork of Space Station 14, which is a remake of Space Station 13 that operates on the Robust Toolbox engine. It is intended to serve as an alternative upstream that is able to be configured to the desires of multiple server owners on a case-by-case basis, rather than catering to a specific type of server. Similarly, there is a strong emphasis on hearing what the owners and operators of servers would like to see developed.
The primary focus of changes made here will be to ensure that the mechanics and roles in this game have depth and impact, as well as being fun for those involved.
As such, there is no designated roleplay level that the content here is intended for. Similarly, there currently is not any official server, and as of the time this is being written, it is unlikely that there will be one.
If anybody has an interest in using this codebase for a server, they are invited to do so.
None, for now.
The docs site has documentation on SS14's content, engine, game design, and more.
Additionally, see these resources for license and attribution information:
Contributions are accepted by whoever may wish to offer help, though this project is still in a fledgling stage and thus changes and fixes to pre-existing content will be weighed more heavily than addition of new content. The list of issues contains work that will need to be done, and the Discord server has channels for those who wish to contribute.
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.
- Clone this repo:
git clone https://github.com/Tiger-Cooperative/Cathedral.git- Go to the project folder and run
RUN_THIS.pyto initialize the submodules and load the engine:
cd Cathedral
python RUN_THIS.py- Compile the solution:
Build the server using dotnet build.
More detailed instructions on building the project.
All code for the content repository is licensed under the MIT license.
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
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.