Skip to content

Claireeeeeeeeeeee/metro13-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Civilization 13

Build Status 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. (hence the name). It features both RP and Combat maps and gamemodes.

Civ13 Discord

discord

Official Website

https://1713.eu/

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

  1. You will need a windows or linux machine with the following apps installed:
  • Python 3.6 or above
  • Byond (latest version)
  • Git
  1. Navigate to the master folder where you want the game to be.

  2. Create a git-linked folder (on Linux, use sudo git clone https://github.com/Civ13-SS13/Civ13 civ13-git).

  3. Use DreamMaker to create the DMB file (on Linux, go inside the civ13-git folder and use sudo DreamMaker civ13.dme)

  4. Create another folder named civ13 and manually copy the UI, config and scripts folders and the civ13.dmb and civ13.rsc files inside.

  5. Go inside the civ13 folder and run DreamDaemon (on Linux, run sudo DreamDaemon civ13.dmb [port] -trusted -logself -webclient. Replace "port" with whatever port you want to use.

  6. You're all set! The server will be up and running.