Skip to content

Bash script which allows you to run and update SS13 on debian-based distributions of linux.

Notifications You must be signed in to change notification settings

CPU-Blanc/ss13.sh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Install BYOND

First, make sure wine and winetricks are installed. If you're not sure how to do this, then either follow one of the myriad guides available on the intertubes, or just run the commands below, which should work perfectly on Ubuntu:

sudo dpkg --add-architecture i386 
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt update
sudo apt install wine-stable winehq-stable
sudo apt install winetricks

After you've made sure that wine and winetricks are properly installed, you'll want to cd into the directory where you want BYOND to be installed; or open that directory in the terminal via some other means.

Finally, enter the following command:

curl https://raw.githubusercontent.com/CPU-Blanc/ss13.sh/master/ss13.sh | bash

How to Play BYOND

Run the runss13.sh script that was generated in your BYOND directory.

You can do this by cding into the directory and typing bash runss13.sh.

How to Update BYOND

Run the updatess13.sh script that was generated in your BYOND directory.

You can do this by cding into the directory and typing bash updatess13.sh.

Alternative Methods

If this script isn't your cup of tea or doesn't work for you, then there are a few other methods of running BYOND on Linux:

  1. Set everything up manually because you're a Linux wiz. (and/or know how to use wine/winetricks)
  2. Use Lutris (https://lutris.net/games/byond/)
  3. Play on a VM.
  4. Play on Windows.

Credits

Credit to /u/Xaltonon on reddit for the original bash script and guide, as well as /u/KarniinTheMighty on reddit and Gman0064 on github for their fixes and guides.

Additional credit to Zamura-0001 on BYOND for the icon being used.

Credit to Zero-Bits for the original shell script that this is a fork of.

About

Bash script which allows you to run and update SS13 on debian-based distributions of linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%