Paid Apps Gone Free - PAGF (Beta)

How to Install Popular MMORPG 'RuneScape' in Linux


RuneScape is a popular java based 3D MMORPG game with thousands of users playing it everyday. The game can be played from browser itself using Java plugin but there are no native Linux installers available.

If you want to play it natively on Linux without going to browser, follow this tutorial below. This guide has been written by magnavoid and everything works like a charm.

Firstly, install OpenJDK or Java packages from your distribution repositories.

Now install p7zip. You can do this easily by running the following command in Ubuntu:

sudo apt-get install p7zip-full

Create runescape folders in your home directory by running:

mkdir -p ~/runescape/icon

Go to runescape folder

cd ~/runescape/

Download runescape installer for Windows:

wget http://www.runescape.com/downloads/runescape.msi

Extract it:

7z x -oextracted runescape.msi

Now run the commands below to get the needed files:

cp ~/runescape/extracted/JagexAppletViewerJarFile.* jagexappletviewer.jar
cp ~/runescape/extracted/JagexAppletViewerPngFile ~/runescape/icon/jagexappletviewer.png

Clean up extracted files:

rm -r extracted/

Make runescape launcher script by running command below:

echo 'cd ~/runescape/ && padsp java -cp jagexappletviewer.jar -Dsun.java2d.noddraw=true -Dcom.jagex.config=http://www.runescape.com/k=3/l=0/jav_config.ws -Xmx256M -Xms128M -Dsun.java3d.opengl=true -Dsun.java2d.opengl=True -Xss1m -Xdebug jagexappletviewer /runescape/icon' > ~/runescape/runescape_launcher.sh

Make it executable:

chmod +x runescape_launcher.sh

Launch game:

./runescape_launcher.sh

Optional Step:

You can change minimum and maximum amount of memory that RuneScape can use by changing following variables in launcher script:

Minimum: -Xms128M
Maximum: -Xmx256M

If you haven't tried RuneScape before, check out gameplay video:

0 comments:

Follow Us !!

Follow on TwitterFollow on FacebookGet PAGF Android App on Play StoreSubscribe via emailSubscribe to RSSFollow on Google Plus