Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.2 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.2 KB

Civilization 14

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

Forked from https://github.com/space-wizards/space-station-14/commit/bd4bbec3d532d7824c6293e4469b9c31a856c3b9

Links

Website | Discord | SS14 Hub

Building

  1. Make sure to install .NET 7) and Python 3.
  2. Clone this repository.
  3. Open the folder BuildChecker and run the git_helper.py file to init submodules and download the engine. Use the console to run it (it will be py -3 git_helper.py or python git-helper.py or python3 git-helper.py)
  4. Run testrun.bat to compile and launch the client and server.

More detailed instructions on building the project can be found on the SS14 docs, here.