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/31 19:59] Sean Rhonegames:old_school_runescape_runelite [2023/07/09 22:39] (current) Sean Rhone
Line 9: Line 9:
   * Disabling **Compute Shaders** with the built-in GPU plug-in improves performance, but may prevent increasing view distance beyond the default ''25''   * 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 54: Line 77:
 ====== Launcher ====== ====== Launcher ======
  
-  * :!: Adjust ''# Launch'' if using 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 # Java
-#java -jar ~/'.local/bin/runelite/RuneLite.jar'+java -jar ~/'.local/bin/runelite/RuneLite.jar' --disable-telemetry
  
 # AppImage # AppImage
-~/'.local/bin/runelite/RuneLite.AppImage'+#~/'.local/bin/runelite/RuneLite.AppImage' --disable-telemetry --J=-XX:+UseConcMarkSweepGC
  
 # End</code> # End</code>
Line 103: 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 117: 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.1680307141.txt.gz · Last modified: 2023/03/31 19:59 by Sean Rhone