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
- Make sure to install .NET 7) and Python 3.
- Clone this repository.
- Open the folder
BuildChecker
and run thegit_helper.py
file to init submodules and download the engine. Use the console to run it (it will bepy -3 git_helper.py
orpython git-helper.py
orpython3 git-helper.py
) - 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.