A port of Civ13 to SS14 engine.

Taislin bcf5d15529 Assorted fixes (#130) 1 anno fa
.github 5056138f20 Auto-imported Civ13 guns (#119) 1 anno fa
.run c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
.vscode c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
BuildChecker c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
BuildFiles c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
CivMigrations 5209471577 Civ commits pre 11/04/2025 1 anno fa
Content.Benchmarks 5209471577 Civ commits pre 11/04/2025 1 anno fa
Content.Client a36c666d33 Goobmed (#127) 1 anno fa
Content.IntegrationTests 5209471577 Civ commits pre 11/04/2025 1 anno fa
Content.MapRenderer c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
Content.Packaging c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
Content.Replay c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
Content.Server a36c666d33 Goobmed (#127) 1 anno fa
Content.Server.Database c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
Content.Shared bcf5d15529 Assorted fixes (#130) 1 anno fa
Content.Shared.Database 5209471577 Civ commits pre 11/04/2025 1 anno fa
Content.Tests 5209471577 Civ commits pre 11/04/2025 1 anno fa
Content.Tools c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
Content.YAMLLinter c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
Pow3r c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
Resources bcf5d15529 Assorted fixes (#130) 1 anno fa
RobustToolbox @ 588c46273e 80b3deac21 submodule update 1 anno fa
Tools 5209471577 Civ commits pre 11/04/2025 1 anno fa
Wiki 36dbee0e35 Medicine improvements (#123) 1 anno fa
.editorconfig c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
.envrc c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
.gitattributes c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
.gitignore ec592b2518 Moves wiki to mdBook (#103) 1 anno fa
.gitmodules c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
.prettierignore ec592b2518 Moves wiki to mdBook (#103) 1 anno fa
Directory.Packages.props c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
LICENSE.TXT 1d05c0b613 Asset attributions (also minor fix for yaml linter) 1 anno fa
README.md ec592b2518 Moves wiki to mdBook (#103) 1 anno fa
RUN_THIS.py 5209471577 Civ commits pre 11/04/2025 1 anno fa
SECURITY.md 1d05c0b613 Asset attributions (also minor fix for yaml linter) 1 anno fa
SpaceStation14.sln 5209471577 Civ commits pre 11/04/2025 1 anno fa
SpaceStation14.sln.DotSettings c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
bors.toml c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
civ14_run.sh 5209471577 Civ commits pre 11/04/2025 1 anno fa
flake.lock c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
flake.nix c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
global.json c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
mapDeserializer.py 5209471577 Civ commits pre 11/04/2025 1 anno fa
mapGeneration.py 0c1cde2639 Some more fixes (#116) 1 anno fa
nuget.config c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
omnisharp.json c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
runclient-Tools.bat c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
runclient-Tools.sh c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
runclient.bat c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
runclient.sh c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
runserver-Tools.bat c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
runserver-Tools.sh c1bd8faf8e Squashed history before ccc8837b69 1 anno fa
runserver.bat 5209471577 Civ commits pre 11/04/2025 1 anno fa
runserver.sh 5209471577 Civ commits pre 11/04/2025 1 anno fa
shell.nix c1bd8faf8e Squashed history before ccc8837b69 1 anno fa

README.md

Civilization 14

Civilization 14

Civilization 14 is a port of Civilization 13 from BYOND to Robust Toolbox, used for Space Station 14, which itself is a remake of SS13.

Links

Civ14 Website | Civ14 Discord | Civ14 Wiki | SS14 Steam | SS14 Standalone Download

Documentation/Wiki

SS14's docs site has documentation on SS14s content, engine, game design and more.

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!

Building

  1. Clone this repo.
  2. Run RUN_THIS.py to init submodules and download the engine.
  3. Compile the solution. You can use runclient.bat and runserver.bat to launch it locally for testing.

More detailed instructions on building the project.

License

All code for the content repository is licensed under MIT. This includes both the original SS14 content forked from their official repository, included in this squashed commit, and the code contributed to this repository after that.

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.

Assets ported over from Civ13 are licenced under GNU Affero General Public License v3.0 (AGPLv3). Check the meta.json files or the attributions.txt files accompaniying them.