User Tools

Site Tools


games:runescape_flatpak

Information

  • RuneScape 1)
  • NXT 2)
  • Flatpak 3)

Prerequisites

Install

Flathub Repo

sudo flatpak remote-add --if-not-exists flathub --system --from 'https://flathub.org/repo/flathub.flatpakrepo' --verbose

RuneScape

flatpak install 'flathub' 'com.jagex.RuneScape'

Settings

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']"

Commands

  • Type help to see commands
help
displayfps
renderer

Volume

Information

  • For some reason, Runescape's volume is lower than average
  • The following commands boosts RS's volume past 100%
  • :!: This expects PulseAudio to be used

Get Index

  • Properties will present Runescape for the correct sink
pactl list sink-inputs

Set Volume

pactl set-sink-input-volume '12' '130%'

Ping

  • US East: 7, 58, 61
  • Romania: 69, TODO
nano ~/'rs3-ping.sh' && chmod +x ~/'rs3-ping.sh' && ~/'rs3-ping.sh'
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

Desktop Launcher

RuneScape

  • Add to Exec
sudo -e '/var/lib/flatpak/app/com.jagex.RuneScape/current/active/export/share/applications/com.jagex.RuneScape.desktop'

Nightwane

--env='R600_DEBUG=nir' --env='PULSE_LATENCY_MSEC=100'

Resource Usage

--env='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'

Spinesnap

--env='MESA_GLSL_VERSION_OVERRIDE=130' --env='PULSE_LATENCY_MSEC=100'

Debugging

--env='MESA_DEBUG=1'
--env='LIBGL_DEBUG=verbose'
--env='vblank_mode=0'
--env='GALLIUM_HUD=cpu0+cpu1+cpu2+cpu3;GPU-load,requested-VRAM+VRAM-usage;fps'

Quick Commands

Execute

RuneScape

  • Add additional --env= flags as-needed
flatpak run --env='PULSE_LATENCY_MSEC=100' 'com.jagex.RuneScape'

File Manager

Root

gio open ~/'.var/app/com.jagex.RuneScape/Jagex'
4)
only tested on F29, but should work fine with little or no changes on other distros since it's a Flatpak
/var/www/wiki/data/pages/games/runescape_flatpak.txt · Last modified: 2019/02/24 03:30 by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki