Branched from Civilization13, Metro13 aims to replicate the atmosphere and setting of the Metro 2033 series in Space Station 13 with faction based survival gameplay.
We're currently in the Pre-Alpha stage, but tests are planned in the future, check out our discord below for updates!
https://metro13.fandom.com/wiki/
https://trello.com/b/s3iubf6J/metro-13-roadmap
Tutorial stolen from https://github.com/Civ13-SS13/Civ13/blob/master/README.md
You will need a windows machine or a virtual machine running it from another OS.
-
Download the latest BYOND distribution from http://www.byond.com/download/
-
Register a BYOND account at https://secure.byond.com/Join
-
Launch BYOND from BYOND/bin/Byond.exe and login.
-
Navigate to Space Station 13 and search for the Civilization 13 server.
-
You will start playing in seconds!
Tutorial stolen from https://github.com/Civ13-SS13/Civ13/blob/master/README.md
-
You will need a linux machine for the automated install, preferably Ubuntu. Open the command line.
-
Download the INSTALL file. You can use wget https://raw.githubusercontent.com/Civ13-SS13/Civ13/master/INSTALL for it. If you don't have wget installed, use sudo apt install wget first.
-
Use sudo bash INSTALL and it should install everything you need.
-
You're all set! Run the launch.py file inside the scripts/ folder. Use python3 launch.py.
Here's how to activate debug mode after having downloaded the repository
- Change the line
//#define TESTINGto#define TESTINGin the first line of the file global.md which can be found in the/code/folder. - Rebuild the Server in Dream Maker.
- When you enter the game, type
debugtimeinto the verb bar at the bottom right of the screen. - Receive your inspirational message and get debugging!