Skip to content

Instantly share code, notes, and snippets.

@downthecrop
Created November 22, 2020 20:57
Show Gist options
  • Save downthecrop/ecfb501a5d08fef632b7cebce3e6867c to your computer and use it in GitHub Desktop.
Save downthecrop/ecfb501a5d08fef632b7cebce3e6867c to your computer and use it in GitHub Desktop.
rs2006sp Linux/macOS start script
SOURCE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd "$SOURCE/Server" && java -Xmx1024m -jar Server.jar &
cd "$SOURCE/Client" && java -jar Client.jar &
@downthecrop
Copy link
Author

downthecrop commented Nov 22, 2020

macOS Install Java 8 if you don't have it already:

macOS JRE 8

Tutorial video for macOS: https://www.youtube.com/watch?v=OtIyJ-8Ie-E

OpenJDK has issues on Linux. If you are using Linux please install Oracle Java:

sudo add-apt-repository ppa:ts.sch.gr/ppa
sudo apt-get update
sudo apt-get install oracle-java8-installer

@downthecrop
Copy link
Author

downthecrop commented Nov 22, 2020

Download the latest version from the 2006 Single Player Discord #download channel. https://discord.gg/MhkTeR2a9f

rs2006sp archived downloads: https://archive.org/details/2006-singleplayer-osrs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment