User Tools

Site Tools


games:runescape_steam

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
games:runescape_steam [2021/01/28 22:22] Sean Rhonegames:runescape_steam [2023/07/23 09:03] (current) – removed Sean Rhone
Line 1: Line 1:
-====== Information ====== 
- 
-  * [[http://www.runescape.com|RuneScape]] 
-  * [[https://store.steampowered.com/app/1343400/RuneScape/|Steam]] 
-  * [[https://www.protondb.com/app/1343400|ProtonDB]] 
-  * [[https://steamdb.info/app/1343400/|SteamDB]] 
- 
-===== Known Issues ===== 
- 
-  * Alt-tab or un-focusing the RuneScape window and bring it back into focus cuts out music and other sounds (([[https://github.com/ValveSoftware/Proton/issues?q=runescape|GitHub issue]])) 
-  * :!: ''Proton Experiential'' as of 2021/01/27 caused RuneScape to be incredibly unstable 
-  * :!: RuneScape overall seems unstable as of 2021/01/28 and will crash at random sometimes on teleport or bringing it back into focus, could be Mesa or distro-specific 
-  * Ping isn't shown in-game ((seemingly an issue across every platform except Windows)) 
- 
-====== Install ====== 
- 
-===== Steam ===== 
- 
-  * [[distros:opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]] 
- 
-  sudo zypper install 'steam' 
- 
-===== Custom Proton ===== 
- 
-  * [[https://github.com/GloriousEggroll/proton-ge-custom|GloriousEggroll/proton-ge-custom GitHub]] 
-  * [[https://github.com/GloriousEggroll/proton-ge-custom/releases|Releases]] 
- 
-  mkdir -p ~/'.steam/root/compatibilitytools.d' && gio open ~/'.steam/root/compatibilitytools.d' 
- 
-====== Launch Options ====== 
- 
-===== Modern AMD Graphics ===== 
- 
-  * AMD RX 580 
- 
-<code>mesa_glthread=true %command%</code> 
- 
-===== Modern Intel Graphics ===== 
- 
-  * Intel Iris Graphics 5100 
-  * Intel HD Graphics 6000 
- 
-  * ''MESA_GL_VERSION_OVERRIDE'' is not required, but without it, the max OpenGL version reported is ''3.0'', even though the hardware easily supports ''4.5'' ((this allows selecting MSAA, but GPU performance for MSAA is unideal; outside of this there's no known benefit)) 
-  * :!: This hasn't been tested with Steam and Proton as of 2021/01/27 
- 
-<code>MESA_GL_VERSION_OVERRIDE=4.5FC mesa_glthread=true %command%</code> 
- 
-===== Legacy Intel Graphics ===== 
- 
-  * Intel GMA 4500MHD 
- 
-  * The graphics-related environment variables are for a Intel GMA 4500MHD GPU that barely reports OpenGL 2.0 
-  * :!: ''MESA_GLSL_VERSION_OVERRIDE'' is required, and ''130'' is the lowest NXT will allow 
-  * :!: ''MESA_GL_VERSION_OVERRIDE'' can be ''2.1'', but ''renderer'' in dev console doesn't expose GL extensions ((it's unknown if this causes any issues or improves anything)) 
-  * :!: This computer requires graphics settings to be Low for any kind of playable FPS 
-  * :!: This hasn't been tested with Steam and Proton as of 2021/01/27 
- 
-<code>MESA_GLSL_VERSION_OVERRIDE=130 MESA_GL_VERSION_OVERRIDE=3.0 mesa_glthread=true %command%</code> 
- 
-===== NVIDIA Proprietary ===== 
- 
-  * :!: Expects use of the NVIDIA proprietary driver, and not ''nouveau'' ((if using ''nouveau'', adapt Intel or AMD environment variables)) 
-  * :!: This hasn't been tested with Steam and Proton as of 2021/01/27 
- 
-<code>__GL_THREADED_OPTIMIZATIONS=1 %command%</code> 
- 
-==== Optimus ==== 
- 
-  * Optimus ((Intel/AMD integrated GPU primary + NVIDIA dedicated/discrete GPU on-demand secondary, e.g. Intel UHD 630 + NVIDIA GTX 1060)) 
-  * :!: Expects [[https://download.nvidia.com/XFree86/Linux-x86_64/460.39/README/primerenderoffload.html|PRIME Render Offload]], but may work with the old [[https://download.nvidia.com/XFree86/Linux-x86_64/460.39/README/randr14.html|Offloading Graphics Display with RandR]] method 
-  * :!: This hasn't been tested with Steam and Proton as of 2021/01/27 
- 
-<code>__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia __GL_THREADED_OPTIMIZATIONS=1 %command%</code> 
- 
-===== Debugging ===== 
- 
-<code>MESA_GL_VERSION_OVERRIDE=4.5FC</code> 
- 
-<code>MESA_DEBUG=1</code> 
- 
-<code>LIBGL_DEBUG=verbose</code> 
- 
-<code>vblank_mode=0</code> 
- 
-<code>__GL_SYNC_TO_VBLANK=0</code> 
- 
-<code>mesa_glthread=true</code> 
- 
-<code>GALLIUM_HUD=cpu0+cpu1+cpu2+cpu3,cpu4+cpu5+cpu6+cpu7;cpu8+cpu9+cpu10+cpu11,cpu12+cpu13+cpu14+cpu15;GPU-load,requested-VRAM+VRAM-usage;fps,API-thread-offloaded-slots+API-thread-direct-slots+API-thread-num-syncs</code> 
- 
-<code>GALLIUM_HUD=fps</code> 
- 
-<code>MESA_NO_ERROR=1</code> 
- 
-<code>SDL_AUDIODRIVER=alsa</code> 
- 
-====== Settings ====== 
- 
-===== Game ===== 
- 
-==== Music Player ==== 
- 
-  * See [[notes:runescape_music|RuneScape Music]] 
- 
-==== Camera ==== 
- 
-  * https://old.reddit.com/r/runescape/comments/b5ga9y/resetdefault_camera_zoom_possible/ejdplsy/ 
- 
-  * DB Browser for SQLite -> ''Settings.jcache'' 
-  * Browse Data -> Table: vt-varc -> KEY 1971 -> DATA 
-  * Set ''DATA'' for KEY ''1971'' to NULL and restart client to have default camera distance ((the default value as of 2021/01/27 is ''4730'')) 
-  * In-game -> Settings -> Gameplay -> General -> Game Interaction -> [x] Lock zoom to prevent accidental changes 
- 
-  sqlitebrowser ~/'.steam/steam/steamapps/common/RuneScape/RuneScape/Settings.jcache' 
- 
-===== Developer Console ===== 
- 
-==== GNOME Keybind ==== 
- 
-  * Press ''Alt'' + ''~'' to access the console in-game 
-  * This needs ran with GNOME since it binds Alt + ~ by-default 
- 
-  gsettings set 'org.gnome.desktop.wm.keybindings' 'switch-group' "['disabled']" 
- 
-=== Keybind Reset === 
- 
-**** 
- 
-  gsettings reset 'org.gnome.desktop.wm.keybindings' 'switch-group' 
- 
-==== Commands ==== 
- 
-  * Type ''help'' to see commands 
-  * :!: ''displayfps'' being displayed lowers performance noticeably, and it may be better to use ''GALLIUM_HUD'' if possible for performance statistics 
- 
-  help 
- 
-  displayfps 
- 
-  renderer 
- 
-===== Ping ===== 
- 
-  nano '/tmp/rs3-ping.sh' && chmod +x '/tmp/rs3-ping.sh' && '/tmp/rs3-ping.sh' 
- 
-<code> 
-for world in {1..141}; 
-do 
-    res=$(ping world${world}.runescape.com -c 1 2>&0 | grep "time=" | cut -d' ' -f 8,9 | cut -d'=' -f 2) && echo World ${world}: ${res}; 
-done</code> 
- 
-====== File Manager ====== 
- 
-===== Compatibility Tools ===== 
- 
-**** 
- 
-  gio open ~/'.steam/steam/compatibilitytools.d' 
- 
-===== Wine Prefix ===== 
- 
-**** 
- 
-  gio open ~/'.steam/steam/steamapps/compatdata/1343400/pfx' 
- 
-===== Game Data ===== 
- 
-**** 
- 
-  gio open ~/'.steam/steam/steamapps/common/RuneScape' 
  
/var/www/wiki/data/attic/games/runescape_steam.1611890528.txt.gz · Last modified: 2021/01/28 22:22 by Sean Rhone