games:runescape_steam
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
games:runescape_steam [2021/01/27 07:13] – [Camera] Sean Rhone | games:runescape_steam [2023/07/23 09:03] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Information ====== | ||
- | * [[http:// | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | * :!: EVERYTHING BELOW THIS LINE IS TODO | ||
- | |||
- | ====== Install ====== | ||
- | |||
- | ===== Version Check ===== | ||
- | |||
- | * https:// | ||
- | |||
- | * https:// | ||
- | |||
- | ===== RuneScape ===== | ||
- | |||
- | * This extracts the necessary files out of the latest official '' | ||
- | * :!: This currently expects the launcher package to be version '' | ||
- | |||
- | * Last tested: 2020/12/01 on openSUSE Tumbleweed | ||
- | |||
- | cd ~ && rm -Rf ~/' | ||
- | |||
- | ====== Launcher ====== | ||
- | |||
- | * :!: Minor changes to the current '' | ||
- | |||
- | nano ~/' | ||
- | |||
- | < | ||
- | #!/bin/sh | ||
- | |||
- | if [ -z $1 ]; then | ||
- | configURI=http:// | ||
- | else | ||
- | configURI=$1 | ||
- | shift | ||
- | fi | ||
- | |||
- | export PULSE_PROP_OVERRIDE=" | ||
- | export SDL_VIDEO_X11_WMCLASS=" | ||
- | |||
- | #export PULSE_LATENCY_MSEC=100 | ||
- | #export MESA_GL_VERSION_OVERRIDE=3.0 | ||
- | |||
- | # Custom | ||
- | |||
- | |||
- | |||
- | unset XMODIFIERS | ||
- | ./runescape --configURI $configURI $@</ | ||
- | |||
- | ===== Generic ===== | ||
- | |||
- | * :!: Add under ''# | ||
- | |||
- | < | ||
- | # Generic | ||
- | export MESA_GLSL_CACHE_DIR=~/' | ||
- | |||
- | ===== Modern AMD Graphics ===== | ||
- | |||
- | * AMD Radeon RX 580 | ||
- | * :!: Add under ''# | ||
- | |||
- | < | ||
- | # Generic | ||
- | export MESA_GLSL_CACHE_DIR=~/' | ||
- | |||
- | # Modern AMD Graphics | ||
- | export MESA_GL_VERSION_OVERRIDE=' | ||
- | export mesa_glthread=' | ||
- | |||
- | ===== Modern Intel Graphics ===== | ||
- | |||
- | * Intel Iris Graphics 5100 | ||
- | * Intel HD Graphics 6000 | ||
- | * :!: Add under ''# | ||
- | |||
- | * '' | ||
- | |||
- | < | ||
- | # Generic | ||
- | export MESA_GLSL_CACHE_DIR=~/' | ||
- | |||
- | # Modern Intel Graphics | ||
- | export MESA_GL_VERSION_OVERRIDE=' | ||
- | export mesa_glthread=' | ||
- | |||
- | ===== Old Intel Graphics ===== | ||
- | |||
- | * Intel GMA 4500MHD | ||
- | * :!: Add under ''# | ||
- | |||
- | * The graphics-related environment variables are for a Intel GMA 4500MHD GPU that barely reports OpenGL 2.0 | ||
- | * :!: '' | ||
- | * :!: '' | ||
- | * :!: This computer requires graphics settings to be Low for any kind of playable FPS | ||
- | |||
- | < | ||
- | # Generic | ||
- | export MESA_GLSL_CACHE_DIR=~/' | ||
- | |||
- | # Old Intel Graphics | ||
- | export MESA_GLSL_VERSION_OVERRIDE=' | ||
- | export MESA_GL_VERSION_OVERRIDE=' | ||
- | export mesa_glthread=' | ||
- | |||
- | ===== NVIDIA Proprietary ===== | ||
- | |||
- | * :!: Expects use of the NVIDIA proprietary driver, and not '' | ||
- | * :!: Add under ''# | ||
- | |||
- | < | ||
- | # NVIDIA Proprietary | ||
- | export __GL_SHADER_DISK_CACHE_PATH=~/' | ||
- | export __GL_THREADED_OPTIMIZATIONS=' | ||
- | |||
- | ==== Optimus ==== | ||
- | |||
- | * Optimus ((Intel/AMD iGPU primary + NVIDIA dGPU on-demand secondary)) | ||
- | * :!: Expects //PRIME Render Offload//, but may work with the old // | ||
- | * :!: Add under ''# | ||
- | |||
- | < | ||
- | # NVIDIA Proprietary | ||
- | export __GL_SHADER_DISK_CACHE_PATH=~/' | ||
- | export __GL_THREADED_OPTIMIZATIONS=' | ||
- | |||
- | # NVIDIA Proprietary Optimus | ||
- | export __NV_PRIME_RENDER_OFFLOAD=' | ||
- | export __GLX_VENDOR_LIBRARY_NAME=' | ||
- | |||
- | === Optimus iGPU === | ||
- | |||
- | * Allows use of Intel iGPU on Optimus set-ups | ||
- | * Creates a secondary launcher script with modern Intel-specific environment variables | ||
- | |||
- | nano ~/' | ||
- | |||
- | < | ||
- | #!/bin/sh | ||
- | |||
- | if [ -z $1 ]; then | ||
- | configURI=http:// | ||
- | else | ||
- | configURI=$1 | ||
- | shift | ||
- | fi | ||
- | |||
- | export PULSE_PROP_OVERRIDE=" | ||
- | export SDL_VIDEO_X11_WMCLASS=" | ||
- | |||
- | # Generic | ||
- | export MESA_GLSL_CACHE_DIR=~/' | ||
- | |||
- | # Modern Intel Graphics | ||
- | export MESA_GL_VERSION_OVERRIDE=' | ||
- | export mesa_glthread=' | ||
- | |||
- | unset XMODIFIERS | ||
- | ./runescape --configURI $configURI $@</ | ||
- | |||
- | ===== Debugging ===== | ||
- | |||
- | * :!: Add under ''# | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | ====== Settings ====== | ||
- | |||
- | ===== Game ===== | ||
- | |||
- | ==== Music Player ==== | ||
- | |||
- | * See [[notes: | ||
- | |||
- | ==== Camera ==== | ||
- | |||
- | * https:// | ||
- | |||
- | * DB Browser for SQLite -> '' | ||
- | * Browse Data -> Table: vt-varc -> KEY 1971 -> DATA | ||
- | * Set '' | ||
- | * In-game -> Settings -> Gameplay -> General -> Game Interaction -> [x] Lock zoom to prevent accidental changes | ||
- | |||
- | sqlitebrowser ~/' | ||
- | |||
- | ===== Developer Console ===== | ||
- | |||
- | ==== GNOME Keybind ==== | ||
- | |||
- | * Press '' | ||
- | * This needs ran with GNOME since it binds Alt + ~ by-default | ||
- | |||
- | gsettings set ' | ||
- | |||
- | === Keybind Reset === | ||
- | |||
- | **** | ||
- | |||
- | gsettings reset ' | ||
- | |||
- | ==== Commands ==== | ||
- | |||
- | * Type '' | ||
- | * :!: '' | ||
- | |||
- | help | ||
- | |||
- | displayfps | ||
- | |||
- | renderer | ||
- | |||
- | ===== Volume ===== | ||
- | |||
- | ==== Information ==== | ||
- | |||
- | * For some reason, Runescape' | ||
- | * The following commands boosts RS's volume past 100% | ||
- | * :!: This expects PulseAudio to be used | ||
- | |||
- | ==== Get Index ==== | ||
- | |||
- | * :!: If playing audio from another source, remove '' | ||
- | |||
- | pactl list sink-inputs | grep '#' | ||
- | |||
- | ==== Set Volume ==== | ||
- | |||
- | **** | ||
- | |||
- | pactl set-sink-input-volume ' | ||
- | |||
- | ===== Ping ===== | ||
- | |||
- | nano '/ | ||
- | |||
- | < | ||
- | for world in {1..141}; | ||
- | do | ||
- | res=$(ping world${world}.runescape.com -c 1 2>&0 | grep " | ||
- | done</ | ||
- | |||
- | ====== Desktop Launcher ====== | ||
- | |||
- | ===== RuneScape ===== | ||
- | |||
- | nano ~/' | ||
- | |||
- | < | ||
- | [Desktop Entry] | ||
- | Name=RuneScape | ||
- | Comment=A unique MMO set in the vast, fantasy world of Gielinor, brimming with diverse races, guilds and ancient gods battling for dominion. RuneScape now features more ways to play, brand new skills and over 200 gripping story-driven quests. | ||
- | Categories=Game; | ||
- | Exec='/ | ||
- | Type=Application | ||
- | StartupNotify=false | ||
- | Path=/ | ||
- | Icon=runescape | ||
- | StartupWMClass=RuneScape | ||
- | Actions=Kill; | ||
- | |||
- | [Desktop Action Kill] | ||
- | Exec='/ | ||
- | Name=Force-close | ||
- | |||
- | [Desktop Action Cache] | ||
- | Exec='/ | ||
- | Name=Cache Clean-up</ | ||
- | |||
- | sed -i ' | ||
- | |||
- | ==== Other Launchers ==== | ||
- | |||
- | === iGPU === | ||
- | |||
- | < | ||
- | Actions=iGPU</ | ||
- | |||
- | < | ||
- | [Desktop Action iGPU] | ||
- | Exec='/ | ||
- | Name=Launch RuneScape on Integrated Graphics</ | ||
- | |||
- | ====== Quick Commands ====== | ||
- | |||
- | ===== Execute ===== | ||
- | |||
- | ==== RuneScape ==== | ||
- | |||
- | **** | ||
- | |||
- | cd ~/' | ||
- | |||
- | ===== File Manager ===== | ||
- | |||
- | ==== Root ==== | ||
- | |||
- | **** | ||
- | |||
- | gio open ~/' |
C:/www/wiki/data/attic/games/runescape_steam.1611749581.txt.gz · Last modified: (external edit)