Hullrot: Eclipsion is a fork of Space Station 14, a space station simulation game built on the Robust Toolbox engine.
Eclipsion continues HULLROT in the frontier region of Taypan. Players crew ships, work for rival factions, and fight for control of the sector. Roleplay and ship combat shape each round.
- Git — download
- .NET SDK 10.0.302 (or a later patch in the 10.0.3xx feature band; see
global.json) — download
# 1. Clone the repository
git clone https://github.com/eclipsion-team/eclipsion.git
cd eclipsion
# 2. Download the engine
git submodule update --init --recursive
# 3. Build the project
Scripts\bat\buildAllRelease.bat
# 4. Run the client and server
Scripts\bat\runQuickAll.bat -c ReleaseConnect to localhost in the client once the server has started.
# 1. Clone the repository
git clone https://github.com/eclipsion-team/eclipsion.git
cd eclipsion
# 2. Download the engine
git submodule update --init --recursive
# 3. Build the project
chmod +x Scripts/sh/buildAllRelease.sh
Scripts/sh/buildAllRelease.sh
# 4. Run the client and server
chmod +x Scripts/sh/runQuickAll.sh
Scripts/sh/runQuickAll.sh -c ReleaseConnect to localhost in the client once the server has started.
This project is a downstream fork and contains code and assets from many other Space Station 14 projects.
Content originating from another project is kept under a directory prefix (for example _Goobstation/, _NF/,
_EE/) or inside a dedicated Content.<Project>.* assembly, and carries the original authors' copyright
notices in per-file SPDX-FileCopyrightText headers and in each asset's meta.json.
Major upstreams include:
| Project | Used as |
|---|---|
| Space Station 14 | Base game |
| Robust Toolbox | Engine (submodule) |
| Einstein Engines | _EE, _SimpleStation, SimpleStation14 |
| Goob-Station | _Goobstation, Content.Goobstation.* |
| Frontier Station 14 | _NF |
| Delta-v | _DV, DeltaV |
| Nyanotrasen | Nyanotrasen |
| RMC-14 | _RMC14 |
| tgstation | _TG (assets) |
| Shiptest | Sprites and other assets; see each asset's metadata |
| HULLROT | _Crescent — the fork this project continues |
Additional upstreams are present under the prefixes _ADT, _Arcadis, _CS4875, _Corvax, _DEN,
_Funkystation, _Harmony, _Imp, _Impstation, _Lavaland, _Mono, _Nuclear14, _Shitmed,
_Starlight, _White, _ds14, Corvax, EstacaoPirata and WhiteDream.
Refer to the per-file headers and meta.json metadata for the authoritative copyright and licensing of any
individual file.
Shiptest-derived assets retain the CC-BY-SA 3.0 license unless an asset carries documented evidence of a
different upstream license. Their source and modification notices are recorded in the containing meta.json.
The attribution notice shipped with the game resources is available at
Resources/ShiptestAttribution.txt.
The project code is licensed under GNU AGPLv3 (code contributed before the cutoff commit noted in LEGAL.md is MIT). Assets use various licenses, primarily CC-BY-SA 3.0. Some assets are non-commercial — see LEGAL.md before using this project commercially.
Because this project is AGPLv3, anyone who plays on a server running it is entitled to its source code. The complete corresponding source is this repository: https://github.com/eclipsion-team/eclipsion.
For detailed license information, see LEGAL.md.