User Tools

Site Tools


games:old_school_runescape_runelite

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:old_school_runescape_runelite [2023/03/24 07:59] – [Dependencies] Sean Rhonegames:old_school_runescape_runelite [2023/07/09 22:39] (current) Sean Rhone
Line 7: Line 7:
  
   * :!: 117 HD plugin caused ''amdgpu'' driver to crash (see [[https://github.com/RS117/RLHD/issues/307|#307]])   * :!: 117 HD plugin caused ''amdgpu'' driver to crash (see [[https://github.com/RS117/RLHD/issues/307|#307]])
-  * Disabling **Compute Shaders** with the built-in GPU plug-in improves performance seemingly without downside+  * Disabling **Compute Shaders** with the built-in GPU plug-in improves performance, but may prevent increasing view distance beyond the default ''25''
   * :!: **Anisotropic Filtering** with the built-in GPU plug-in set to any value other than ''0'' causes fishing spots in water to become significantly more subtle and harder to see, notably affects Tree textures, and seemingly is the cause for blurry things in-general   * :!: **Anisotropic Filtering** with the built-in GPU plug-in set to any value other than ''0'' causes fishing spots in water to become significantly more subtle and harder to see, notably affects Tree textures, and seemingly is the cause for blurry things in-general
 +
 +===== Worlds =====
 +
 +==== Lowest Latency ====
 +
 +  * Last checked: 2023/05/18 US East
 +
 +  * 354 - Castle Wars 2
 +  * 362 - TzHaar Fight Pit
 +  * 369 - Wilderness PK - Members
 +  * 370 - Fishing Trawler
 +  * 377 - Mort'ton temple, Rat Pits
 +
 +==== Specific ====
 +
 +  * 344 - Pest Control
 +  * 353 - 1250 skill total (US)
 +
 +====== Ubuntu ======
 +
 +  * https://snapcraft.io/runelite
 +
 +  sudo snap install 'runelite' && sync
  
 ====== Download ====== ====== Download ======
Line 36: Line 59:
 ==== RuneLite ==== ==== RuneLite ====
  
-  * :!: This expects ''RuneLite.jar'' to be in the ''~/Downloads'' folder+  * This expects ''RuneLite.jar'' to be in the ''~/Downloads'' folder
  
-  mkdir -p ~/'.local/bin/runelite' && mv --force --verbose ~/'Downloads/RuneLite.jar' ~/'.local/bin/runelite' && chmod +x ~/'.local/bin/runelite/RuneLite.jar' && sync+  mkdir -p ~/'.local/bin/runelite' ~/'.runelite' && mv --force --verbose ~/'Downloads/RuneLite.jar' ~/'.local/bin/runelite' && chmod +x ~/'.local/bin/runelite/RuneLite.jar' && sync
  
 ===== AppImage ===== ===== AppImage =====
  
-  * :!: This expects ''RuneLite.AppImage'' from ''Linux (x64)'' to be in the ''~/Downloads'' folder+  * This expects ''RuneLite.AppImage'' from ''Linux (x64)'' to be in the ''~/Downloads'' folder
  
-  mkdir -p ~/'.local/bin/runelite' && mv --force --verbose ~/'Downloads/RuneLite.AppImage' ~/'.local/bin/runelite' && chmod +x ~/'.local/bin/runelite/RuneLite.AppImage' && sync+  mkdir -p ~/'.local/bin/runelite' ~/'.runelite' && mv --force --verbose ~/'Downloads/RuneLite.AppImage' ~/'.local/bin/runelite' && chmod +x ~/'.local/bin/runelite/RuneLite.AppImage' && sync
  
 ===== SELinux ===== ===== SELinux =====
Line 54: Line 77:
 ====== Launcher ====== ====== Launcher ======
  
-===== Java =====+  * :!: Adjust ''# Launch'' if using AppImage instead of Java
  
   nano ~/'.local/bin/runelite/runelite.sh' && chmod +x ~/'.local/bin/runelite/runelite.sh' && sync   nano ~/'.local/bin/runelite/runelite.sh' && chmod +x ~/'.local/bin/runelite/runelite.sh' && sync
  
 <code> <code>
-#!/bin/sh+#!/bin/bash
  
 # Working Directory # Working Directory
 cd ~/'.runelite' cd ~/'.runelite'
  
-# Environment Variables 
-# Modern Open/Mesa Graphics 
 export MESA_SHADER_CACHE_DIR=~/'.runelite' export MESA_SHADER_CACHE_DIR=~/'.runelite'
-export MESA_GL_VERSION_OVERRIDE='4.6FC' +export _JAVA_OPTIONS='-XX:+UseConcMarkSweepGC'
-export MESA_NO_ERROR='1' +
-export mesa_glthread='true' +
-export MESA_DISK_CACHE_SINGLE_FILE='1' +
-export MESA_DISK_CACHE_DATABASE='1'+
  
 # Launch # Launch
-java -jar ~/'.local/bin/runelite/RuneLite.jar' 
  
-End</code>+Java 
 +java -jar ~/'.local/bin/runelite/RuneLite.jar' --disable-telemetry
  
-===== AppImage =====+AppImage 
 +#~/'.local/bin/runelite/RuneLite.AppImage' --disable-telemetry --J=-XX:+UseConcMarkSweepGC
  
-  * TODO: Environment variables? +# End</code>
- +
-  echo "~/'.local/bin/runelite/RuneLite.AppImage'" | tee ~/'.local/bin/runelite/runelite.sh' && chmod +x ~/'.local/bin/runelite/runelite.sh' && sync+
  
 ====== Desktop Launcher ====== ====== Desktop Launcher ======
Line 104: Line 120:
 [Desktop Action Screen] [Desktop Action Screen]
 StartupNotify=false StartupNotify=false
-Exec='/usr/bin/wmctrl' -r 'RuneLite - ' -b toggle,fullscreen+Exec='/usr/bin/wmctrl' -r 'net-runelite-client-RuneLite.net-runelite-client-RuneLite-x -b 'toggle,fullscreen'
 Name=Toggle Fullscreen/Windowed Name=Toggle Fullscreen/Windowed
  
Line 118: Line 134:
  
   sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/RuneLite.desktop'   sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/RuneLite.desktop'
- 
-====== Steam Launch ====== 
- 
-  * Set as a launch option for Old School RuneScape on Steam 
-  * This allows gametime tracking for Steam 
-  * :!: Need to be using the AppImage 
- 
-  ~/.local/bin/runelite/runelite.sh %command% 
  
/var/www/wiki/data/attic/games/old_school_runescape_runelite.1679659196.txt.gz · Last modified: 2023/03/24 07:59 by Sean Rhone