Ceci est une ancienne révision du document !


,

RuneScape

RuneScape est un jeu de rôle en ligne massivement multijoueur basé sur la technologie Java et géré par la compagnie britannique Jagex. Reconnu MMORPG gratuit le plus populaire au monde par le Livre Guinness des records, RuneScape compte environ quinze millions de comptes Free to play (jouables gratuitement) et plus de deux millions de comptes Pay to play (par abonnement payant).

runescape_20theme.jpg

  • Lancez dans un terminal
#!/bin/sh

sudo su

sudo apt-get install p7zip-full

export TMP="$(mktemp -d --tmpdir runescape.XXXXXXXXXXXXXX)" DEST="/usr/local/share/runescape" BIN="/usr/local/bin" RUN=$'/usr/bin/java -Djava.class.path=jagexappletviewer.jar -Dcom.jagex.config=\x68\x74\x74\x70://\x77\x77\x77.runescape.\x63\x6f\x6d/k=3/l=en/jav_config\x2e\x77\x73 jagexappletviewer /runescape/images'
echo "Using $TMP as temp dir, $DEST as destination and $BIN as binary dir"
wget $'\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x72\x75\x6e\x65\x73\x63\x61\x70\x65\x2e\x63\x6f\x6d\x2f\x64\x6f\x77\x6e\x6c\x6f\x61\x64\x73\x2f\x72\x75\x6e\x65\x73\x63\x61\x70\x65\x2e\x6d\x73\x69\x3f\x32\x31\x30\x36\x30\x34' -O "$TMP/runescape.msi"
7z e -o"$TMP/rs_client" "$TMP/runescape.msi"
7z e -o"$TMP/rs_client" "$TMP/rs_client/rslauncher.cab"
mkdir -p "$DEST" "$BIN"
mv "$TMP/rs_client/JagexAppletViewerJarFile."* "$DEST/jagexappletviewer.jar"
mkdir "$DEST/images"
mv "$TMP/rs_client/JagexAppletViewerPngFile" "$DEST/images/jagexappletviewer.png"
echo -e "#\!/bin/sh\ncd \"$DEST\" && $RUN " > "$BIN/runescape"
echo -e "[Desktop Entry]\nName=RuneScape\nComment=Start RuneScape\nType=Application\nExec=$RUN\nStartupNotify=true\nTerminal=false\nCategories=Game;\nPath=$DEST\nIcon=$DEST/images/jagexappletviewer.png" > /usr/share/applications/runescape.desktop
chmod 755 "$BIN/runescape"
chmod 755 /usr/share/applications/runescape.desktop
rm "$TMP" -r 
exit
  • runescape.1291639971.txt.gz
  • Dernière modification: Le 06/12/2010, 13:52
  • par psychederic