Skip to content

Civ13/Civ13

Repository files navigation

Civilization 13

GitHub code size in bytes GitHub repo size

WHAT IS THIS?

Civ13 (formerly 1713) is a game based on Space Station 13 code, which features several epochs of human history. It features both RP and Combat maps and gamemodes.

Civ13 Discord

discord

Official Website

https://civ13.com/

Playing the game

You will need a windows machine or a virtual machine running it from another OS.

  1. Download the latest BYOND distribution from http://www.byond.com/download/

  2. Register a BYOND account at https://secure.byond.com/Join

  3. Launch BYOND from BYOND/bin/Byond.exe and login.

  4. Navigate to Space Station 13 and search for the Civilization 13 server.

  5. You will start playing in seconds!

Setting up a Server

Disclaimer: Python scripts will not function appropriately when Hosting within a Windows or WSL environment and support for such usage will not be provided. Most scripts are called externally by our Discord bot which will be required for a proper installation.

Windows

  1. Install both BYOND and Python 3

  2. Download this repository, preferably with GitHub or another git program if you want to keep it updated.

  3. Open civ13.dme with BYOND DreamMaker and compile.

  4. Open civ13.dmb with BYOND DreamSeeker to launch the server.

Linux

  1. You will need a linux machine for the automated install, preferably Ubuntu. Open the command line.

  2. Download the INSTALL file. You can use wget https://raw.githubusercontent.com/Civ13/Civ13/master/INSTALL for it. If you don't have wget installed, use sudo apt install wget first.

  3. Use sudo bash INSTALL and it should install everything you need.

  4. You're all set! Run the launch.py file inside the scripts/ folder. Use python3 launch.py.