games:linux:wine:runescape_nxt_jagex_launcher
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
games:linux:wine:runescape_nxt_jagex_launcher [2024/08/06 09:48] – created Sean Rhone | games:linux:wine:runescape_nxt_jagex_launcher [2025/05/16 21:39] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Information ====== | ====== Information ====== | ||
+ | * RuneScape ((http:// | ||
+ | * NXT ((https:// | ||
* Jagex Launcher ((https:// | * Jagex Launcher ((https:// | ||
- | * RuneScape ((http:// | ||
- | * NXT Client | ||
- | * This allows running the Jagex Launcher with Wine, and the NXT RS3 client natively | + | * This allows running the Jagex Launcher with Wine, and the RS3 NXT client natively |
* Jagex Launcher can be closed after pressing '' | * Jagex Launcher can be closed after pressing '' | ||
===== Prerequisites ===== | ===== Prerequisites ===== | ||
- | * [[distros:fedora_workstation_gnome|Fedora Workstation]] | + | * [[linux;distros;fedora_workstation_gnome|Fedora Workstation |
* [[notes: | * [[notes: | ||
Line 43: | Line 43: | ||
* :!: You'll need to supply '' | * :!: You'll need to supply '' | ||
- | * See [[notes: | + | * See [[games; |
==== Google Drive ==== | ==== Google Drive ==== | ||
Line 74: | Line 74: | ||
==== RuneScape ==== | ==== RuneScape ==== | ||
- | * [[games: | + | * [[# |
* Last tested: 2024/04/03 on Fedora 39 | * Last tested: 2024/04/03 on Fedora 39 | ||
Line 81: | Line 81: | ||
===== runescape-launcher ===== | ===== runescape-launcher ===== | ||
- | * :!: See [[games: | + | |
+ | | ||
nano ~/' | nano ~/' | ||
Line 109: | Line 110: | ||
# Custom | # Custom | ||
+ | unset XMODIFIERS | ||
+ | ~/' | ||
+ | |||
+ | ==== Modern Open/Mesa Graphics ==== | ||
+ | |||
+ | * AMD Radeon RX 6600 XT | ||
+ | * Intel UHD Graphics 630 | ||
+ | |||
+ | < | ||
# Modern Open/Mesa Graphics | # Modern Open/Mesa Graphics | ||
- | export MESA_SHADER_CACHE_DIR=~/' | + | export MESA_SHADER_CACHE_DIR=~/' |
export MESA_GL_VERSION_OVERRIDE=' | export MESA_GL_VERSION_OVERRIDE=' | ||
export MESA_NO_ERROR=' | export MESA_NO_ERROR=' | ||
- | #export mesa_glthread=' | + | export mesa_glthread=' |
export MESA_DISK_CACHE_SINGLE_FILE=' | export MESA_DISK_CACHE_SINGLE_FILE=' | ||
- | export MESA_DISK_CACHE_DATABASE=' | + | export MESA_DISK_CACHE_DATABASE=' |
- | unset XMODIFIERS | + | ==== Zink ==== |
- | ~/'.wine/RuneScape/Jagex/updater/runescape' | + | |
+ | * https:// | ||
+ | |||
+ | < | ||
+ | # Zink | ||
+ | export MESA_SHADER_CACHE_DIR=~/'Jagex' | ||
+ | export MESA_LOADER_DRIVER_OVERRIDE=' | ||
+ | export GALLIUM_DRIVER=' | ||
+ | |||
+ | ==== Old Intel Graphics ==== | ||
+ | |||
+ | * Intel GMA 4500MHD | ||
+ | |||
+ | * :!: This hasn't been tested since 2019 | ||
+ | * The graphics-related environment variables are for a Intel GMA 4500MHD GPU that barely reports OpenGL 2.0 | ||
+ | * :!: '' | ||
+ | * :!: '' | ||
+ | * :!: This computer required graphics settings to be Low for any kind of playable FPS | ||
+ | |||
+ | < | ||
+ | # Old Intel Graphics | ||
+ | export MESA_SHADER_CACHE_DIR=~/' | ||
+ | export MESA_GLSL_VERSION_OVERRIDE=' | ||
+ | export MESA_GL_VERSION_OVERRIDE=' | ||
+ | export mesa_glthread=' | ||
+ | |||
+ | ==== NVIDIA Proprietary ==== | ||
+ | |||
+ | * :!: Expects use of the NVIDIA proprietary driver and not '' | ||
+ | |||
+ | < | ||
+ | # NVIDIA Proprietary | ||
+ | export __GL_SHADER_DISK_CACHE_PATH=~/' | ||
+ | export __GL_THREADED_OPTIMIZATIONS=' | ||
+ | |||
+ | ==== Debugging ==== | ||
+ | |||
+ | < | ||
+ | |||
+ | < | ||
+ | |||
+ | ==== More Environment Variables ==== | ||
+ | |||
+ | * See [[notes: | ||
+ | * https:// | ||
===== Clean Up ===== | ===== Clean Up ===== | ||
Line 125: | Line 179: | ||
rm -f ~/' | rm -f ~/' | ||
+ | |||
+ | ====== Settings ====== | ||
+ | |||
+ | ===== Game ===== | ||
+ | |||
+ | ==== Music Player ==== | ||
+ | |||
+ | * See [[notes: | ||
+ | |||
+ | ==== Camera ==== | ||
+ | |||
+ | * https:// | ||
+ | * 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 | ||
+ | |||
+ | sudo dnf install ' | ||
+ | |||
+ | 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 '' | ||
+ | * :!: FPS from '' | ||
+ | |||
+ | help | ||
+ | |||
+ | displayfps | ||
+ | |||
+ | renderer | ||
+ | |||
+ | ===== Volume ===== | ||
+ | |||
+ | ==== Information ==== | ||
+ | |||
+ | * Runescape' | ||
+ | * 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)) | ||
+ | * 2023/08/24: This was required on openSUSE TW | ||
+ | |||
+ | ==== 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 ====== | ====== Desktop Launcher ====== | ||
Line 199: | Line 332: | ||
< | < | ||
+ | |||
+ | ===== Jagex Launcher symlink ===== | ||
+ | |||
+ | **** | ||
+ | |||
+ | ln --backup --symbolic --force ~/' | ||
+ | |||
+ | ==== Installer Version Check ==== | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | * https:// | ||
===== File Manager ===== | ===== File Manager ===== |
/usr/local/www/wiki/data/attic/games/linux/wine/runescape_nxt_jagex_launcher.1722952114.txt.gz · Last modified: by Sean Rhone