User Tools

Site Tools


games:runescape_native

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
Next revisionBoth sides next revision
games:runescape_native [2020/03/25 17:54] – [Actual] Sean Rhonegames:runescape_native [2020/04/02 17:36] Sean Rhone
Line 10: Line 10:
   * https://github.com/flathub/com.jagex.RuneScape/blob/master/com.jagex.RuneScape.json#L56   * https://github.com/flathub/com.jagex.RuneScape/blob/master/com.jagex.RuneScape.json#L56
  
-  * https://content.runescape.com/downloads/ubuntu/pool/non-free/r/runescape-launcher/runescape-launcher_2.2.6_amd64.deb+  * https://content.runescape.com/downloads/ubuntu/pool/non-free/r/runescape-launcher/runescape-launcher_2.2.8_amd64.deb
  
 ===== RuneScape ===== ===== RuneScape =====
- 
-==== Temporary ==== 
- 
-  * :!: Uses a client installer provided from a random user comment on AUR 
-  * Workaround for the currently-broken installer provided by Jagex as of 2020-03-19 
- 
-  cd ~ && rm -Rf ~/'.runescape' ~/'Jagex/launcher' ~/'Jagex/updater' ~/'Jagex/RuneScape/GlobalSettings.jcache' ~/'Jagex/RuneScape/Settings.jcache' ~/'Jagex/RuneScape/ShaderManager.jcache' ~/'.local/share/icons/hicolor/'*'/apps/runescape.png' ~/'.local/share/applications/RuneScape.desktop' '/tmp/runescape' && mkdir -p ~/'Jagex/updater' '/tmp/runescape' && wget -O '/tmp/runescape/runescape-launcher-amd64.deb' 'https://nullroute.eu.org/tmp/2020/rs20191226/runescape-launcher_2.2.6_amd64.deb' && unar -o '/tmp/runescape' '/tmp/runescape/runescape-launcher-amd64.deb' && unar -o '/tmp/runescape' '/tmp/runescape/runescape-launcher-amd64/data.tar.xz' && cp '/tmp/runescape/data/usr/bin/runescape-launcher' '/tmp/runescape/data/usr/share/games/runescape-launcher/runescape' ~/'Jagex/updater' && cp -R '/tmp/runescape/data/usr/share/icons' ~/'.local/share' && ls ~/'Jagex/updater/runescape' ~/'Jagex/updater/runescape-launcher' > '/dev/null' && rm -Rf '/tmp/runescape' && sync 
- 
-==== Actual ==== 
  
   * This extracts the necessary files out of the latest official ''runescape-launcher-amd64.deb'' package   * This extracts the necessary files out of the latest official ''runescape-launcher-amd64.deb'' package
Line 30: Line 21:
 ====== Launcher ====== ====== Launcher ======
  
-  * :!: Minor changes to the current ''runescape-launcher'' from ''2.2.6'' ((''MESA_GL_VERSION_OVERRIDE'' is removed, and the launcher is changed to run ''runescape'' from it's working directory instead of in ''/usr/share/..''))+  * :!: Minor changes to the current ''runescape-launcher'' from ''2.2.7'' ((''MESA_GL_VERSION_OVERRIDE'' is removed, and the launcher is changed to run ''runescape'' from it's working directory instead of in ''/usr/share/..''))
  
   nano ~/'Jagex/updater/runescape-launcher'   nano ~/'Jagex/updater/runescape-launcher'
Line 59: Line 50:
 <code> <code>
 # Generic # Generic
-export PULSE_LATENCY_MSEC='100' 
 export MESA_GLSL_CACHE_DIR=~/'Jagex'</code> export MESA_GLSL_CACHE_DIR=~/'Jagex'</code>
  
Line 68: Line 58:
  
 <code> <code>
-# Generic 
-export PULSE_LATENCY_MSEC='100' 
- 
 # NVIDIA Proprietary # NVIDIA Proprietary
 export __GL_SHADER_DISK_CACHE_PATH=~/'Jagex' export __GL_SHADER_DISK_CACHE_PATH=~/'Jagex'
Line 82: Line 69:
  
 <code> <code>
-# Generic 
-export PULSE_LATENCY_MSEC='100' 
- 
 # NVIDIA Proprietary # NVIDIA Proprietary
 export __GL_SHADER_DISK_CACHE_PATH=~/'Jagex' export __GL_SHADER_DISK_CACHE_PATH=~/'Jagex'
Line 114: Line 98:
  
 # Generic # Generic
-export PULSE_LATENCY_MSEC='100' 
 export MESA_GLSL_CACHE_DIR=~/'Jagex' export MESA_GLSL_CACHE_DIR=~/'Jagex'
  
Line 132: Line 115:
 <code> <code>
 # Generic # Generic
-export PULSE_LATENCY_MSEC='100' 
 export MESA_GLSL_CACHE_DIR=~/'Jagex' export MESA_GLSL_CACHE_DIR=~/'Jagex'
  
Line 138: Line 120:
 export MESA_GL_VERSION_OVERRIDE='4.5FC' export MESA_GL_VERSION_OVERRIDE='4.5FC'
 export AMD_DEBUG='unsafemath,nir' export AMD_DEBUG='unsafemath,nir'
 +#export R600_DEBUG='unsafemath,nir'
  
 # Benchmarking # Benchmarking
Line 152: Line 135:
 <code> <code>
 # Generic # Generic
-export PULSE_LATENCY_MSEC='100' 
 export MESA_GLSL_CACHE_DIR=~/'Jagex' export MESA_GLSL_CACHE_DIR=~/'Jagex'
  
Line 170: Line 152:
 <code> <code>
 # Generic # Generic
-export PULSE_LATENCY_MSEC='100' 
 export MESA_GLSL_CACHE_DIR=~/'Jagex' export MESA_GLSL_CACHE_DIR=~/'Jagex'
  
Line 196: Line 177:
  
 <code>export NIR_VALIDATE='0'</code> <code>export NIR_VALIDATE='0'</code>
 +
 +<code>export PULSE_LATENCY_MSEC='100'</code>
  
 ====== Settings ====== ====== Settings ======
/var/www/wiki/data/pages/games/runescape_native.txt · Last modified: 2024/03/24 20:52 by Sean Rhone