Skip to content

SinguloStation13/SinguloStation-Earth

 
 

Repository files navigation

SinguloStation Earth

GitHub code size in bytes GitHub repo size

WHAT IS THIS?

SinguloStation Earth is a game based on Space Station 13 code, which features several epochs of human history.

Official Website

https://reversetechware.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 SinguloStation Earth 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 earth.dme with BYOND DreamMaker and compile.

  4. Open earth.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/SinguloStation13/SinguloStation-Earth/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.

About

Historical SS13

Resources

License

AGPL-3.0, MIT licenses found

Licenses found

AGPL-3.0
LICENSE
MIT
LICENSE-RUSTG

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • DM 99.2%
  • JavaScript 0.3%
  • CSS 0.3%
  • Python 0.1%
  • HTML 0.1%
  • Shell 0.0%