Created
November 22, 2020 20:57
-
-
Save downthecrop/ecfb501a5d08fef632b7cebce3e6867c to your computer and use it in GitHub Desktop.
rs2006sp Linux/macOS start script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 & |
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
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