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
games:runescape_native [2023/06/07 08:12] Sean Rhonegames:runescape_native [2024/03/24 20:52] (current) – [Jagex Launcher] Sean Rhone
Line 8: Line 8:
 **** ****
  
-  sudo dnf install 'openssl1.1' && sync+  sudo dnf install 'openssl1.1.x86_64' && sync
  
 ====== Install ====== ====== Install ======
Line 14: Line 14:
 ===== Version Check ===== ===== Version Check =====
  
-  * https://github.com/flathub/com.jagex.RuneScape/blob/master/com.jagex.RuneScape.json#L72+  * https://github.com/flathub/com.jagex.RuneScape/blob/master/com.jagex.RuneScape.json#L87
  
-  * https://content.runescape.com/downloads/ubuntu/pool/non-free/r/runescape-launcher/runescape-launcher_2.2.12_amd64.deb+  * https://content.runescape.com/downloads/ubuntu/pool/non-free/r/runescape-launcher/runescape-launcher_2.2.12_amd64.deb ((this should ''404''; if it doesn't then there's an updated package and the notes are referencing an older version number))
  
 ===== RuneScape ===== ===== RuneScape =====
Line 32: Line 32:
   * :!: Minor changes to the current ''runescape-launcher'' from ''2.2.10'' ((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.10'' ((the launcher is changed to run ''runescape'' from it's working directory instead of in ''/usr/share/..''))
   * :!: If PipeWire doesn't work, change the config to PulseAudio ((PW works on F36 but not openSUSE TW))   * :!: If PipeWire doesn't work, change the config to PulseAudio ((PW works on F36 but not openSUSE TW))
-  * Any ''MESA_GL_VERSION_OVERRIDE''s should be occasionally checked with [[https://mesamatrix.net/|The Mesa driver matrix]] to see if they can be increased depending on the driver support 
   * :!: 2023/02/22: ''SDL_VIDEODRIVER=wayland'' caused the launcher to crash on Wayland, but using ''x11'' on Wayland works fine   * :!: 2023/02/22: ''SDL_VIDEODRIVER=wayland'' caused the launcher to crash on Wayland, but using ''x11'' on Wayland works fine
  
Line 73: Line 72:
   * Intel UHD Graphics 630   * Intel UHD Graphics 630
   * :!: Add under ''# Custom'' but above ''unset XMODIFIERS''   * :!: Add under ''# Custom'' but above ''unset XMODIFIERS''
 +
 +  * TODO: Test ''4.6FC''
  
 <code> <code>
Line 92: Line 93:
 export MESA_SHADER_CACHE_DIR=~/'Jagex' export MESA_SHADER_CACHE_DIR=~/'Jagex'
 export MESA_LOADER_DRIVER_OVERRIDE='zink' export MESA_LOADER_DRIVER_OVERRIDE='zink'
-export GALLIUM_DRIVER='zink+export GALLIUM_DRIVER='zink'</code>
-export ZINK_DEBUG='gpl'</code>+
  
 ===== Old Intel Graphics ===== ===== Old Intel Graphics =====
Line 134: Line 134:
  
   * See [[notes:wine]]   * See [[notes:wine]]
 +  * https://docs.mesa3d.org/envvars.html
  
 ===== Jagex Launcher ===== ===== Jagex Launcher =====
  
   * See [[games:wine:jagex_launcher|Jagex Launcher]]   * See [[games:wine:jagex_launcher|Jagex Launcher]]
 +  * TODO: This should probably link to [[games:wine:runescape_jagex_launcher]] instead?
  
   ln --backup --symbolic --force ~/'Jagex/updater/runescape-launcher' ~/'.wine/Jagex Launcher/drive_c/Program Files/Jagex Launcher/Games/RuneScape/RuneScape.exe'   ln --backup --symbolic --force ~/'Jagex/updater/runescape-launcher' ~/'.wine/Jagex Launcher/drive_c/Program Files/Jagex Launcher/Games/RuneScape/RuneScape.exe'
Line 196: Line 198:
   * The following commands boosts RS's volume past 100%   * The following commands boosts RS's volume past 100%
   * :!: This expects PulseAudio to be used ((PipeWire on Fedora 36 seems to have expected volume by-default))   * :!: This expects PulseAudio to be used ((PipeWire on Fedora 36 seems to have expected volume by-default))
 +  * 2023/08/24: This was required on openSUSE TW
  
 ==== Get Index ==== ==== Get Index ====
Line 222: Line 225:
  
 ===== RuneScape ===== ===== RuneScape =====
 +
 +  * :!: Should likely be using [[games:wine:jagex_launcher|Jagex Launcher]] instead
  
   nano ~/'.local/share/applications/RuneScape.desktop'   nano ~/'.local/share/applications/RuneScape.desktop'
Line 247: Line 252:
  
   sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/RuneScape.desktop'   sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/RuneScape.desktop'
- 
-===== Steam Launcher ===== 
- 
-  nano ~/'Jagex/runescape-steam-launcher.sh' && chmod +x ~/'Jagex/runescape-steam-launcher.sh' 
- 
-<code> 
-#!/bin/sh 
- 
-# Working Directory 
-cd ~/'Jagex/updater' 
- 
-# Launch 
-~/'Jagex/updater/runescape-launcher' 
- 
-# End</code> 
- 
-  ~/Jagex/runescape-steam-launcher.sh %command% 
  
 ====== Quick Commands ====== ====== Quick Commands ======
/var/www/wiki/data/attic/games/runescape_native.1686139952.txt.gz · Last modified: 2023/06/07 08:12 by Sean Rhone