Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:linux:wine:world_of_warcraft_3.3.5 [2025/01/01 02:22] – [TODOs] Sean Rhone | games:linux:wine:world_of_warcraft_3.3.5 [2025/04/25 03:50] (current) – openSUSE TW (WIP) Sean Rhone |
---|
* World of Warcraft: Wrath of the Lich King ((https://web.archive.org/web/20200911184050/https://www.blizzard.com/en-us/games/wrath/)) | * World of Warcraft: Wrath of the Lich King ((https://web.archive.org/web/20200911184050/https://www.blizzard.com/en-us/games/wrath/)) |
* Patch 3.3.5a | * Patch 3.3.5a |
| |
| ===== TODOs ===== |
| |
* 2024/10/28: ''graphics=wayland'', ''renderer=vulkan'', ''d3d9'', DXVK 2.4.1, Wine Staging 9.15 (old WoW64), GNOME 47 (F41) Wayland, Intel UHD 630 | * 2024/10/28: ''graphics=wayland'', ''renderer=vulkan'', ''d3d9'', DXVK 2.4.1, Wine Staging 9.15 (old WoW64), GNOME 47 (F41) Wayland, Intel UHD 630 |
* [[linux:notes:wine_wayland_vulkan_wow_335|Wine Wayland/Vulkan notes]] | * [[linux:notes:wine_wayland_vulkan_wow_335|Wine Wayland/Vulkan notes]] |
| |
| * TODO: Old-Wow64, [[games;windows;world_of_warcraft_3.3.5|Windows]] compare |
| |
===== Media ===== | ===== Media ===== |
| |
* [[https://www.facebook.com/photo/?fbid=1135260137968206&set=a.1068192508008303|Launcher Right-click Screenshot]] | * [[https://www.facebook.com/photo/?fbid=1137343391093214&set=a.1137341201093433|Launcher Right-click Screenshot]] |
| |
===== Prerequisites ===== | ===== Prerequisites ===== |
| |
* [[linux;distros;fedora_workstation_gnome|Fedora Workstation]] | * [[linux;distros;opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]] |
* [[linux;notes;wine|Wine]] | * [[linux;notes;wine|Wine]] |
| |
===== World of Warcraft ===== | ===== World of Warcraft ===== |
| |
* [[https://wowdl.net/client/3.3.5a-win-us|World-of-Warcraft-3.3.5a.12340-enUS.zip]] ((2024/10/26: Link looks broken; TODO: Find alt source or re-mirror; md5 below is accurate to what was hosted)) | mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' WINEARCH='win32' winecfg /v 'winxp' && sync |
| |
mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' winecfg /v 'winxp' && sync | unzip -qq -b -d ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files' ~/'Downloads/World-of-Warcraft-3.3.5a.12340-enUS.zip' && sync |
| |
| sha384sum ~/'Downloads/World-of-Warcraft-3.3.5a.12340-enUS.zip' | grep 'ab4ab27e9e4451dc74f7e4f2bd22b1d5b3ce728bfe500cb43f1aa3ada7a61f2cfbbfcf740e9092ec719a3e68e57a0a03' |
| |
| ===== DXVK ===== |
| |
| **** |
| |
md5sum ~/'Downloads/World-of-Warcraft-3.3.5a.12340-enUS.zip' | grep 'ab8284d28a063e8594d03636fbe28dc7' && unzip -qq -b -d ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files (x86)' ~/'Downloads/World-of-Warcraft-3.3.5a.12340-enUS.zip' && sync | WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' '/usr/libexec/dxvk/bin/setup_dxvk.sh' install |
| |
====== Settings ====== | ====== Settings ====== |
===== In-game ===== | ===== In-game ===== |
| |
* Windowed ''d3d9'' | * Windowed ''d3d9ex'' |
* First-time start to create ''Config.wtf'' and do in-game Settings ((also avoids first-time fullscreen cropped-window on Wayland)) | * First-time start to create ''Config.wtf'' and do in-game Settings ((also avoids first-time fullscreen cropped-window on Wayland)) |
| |
cd ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files (x86)/World of Warcraft 3.3.5a.12340'*'/' && WINEDEBUG='' MESA_SHADER_CACHE_DIR=~/'.wine/World of Warcraft 3.3.5' WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files (x86)/World of Warcraft 3.3.5a.12340'*'/Wow.exe' -windowed -d3d9 | cd ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' -windowed -d3d9ex |
| |
===== Config.wtf ===== | ===== Config.wtf ===== |
* :?: This may be more ideal for Vsync, certain compositors, G-SYNC/FreeSync, remote streaming, or ''gamescope'' | * :?: This may be more ideal for Vsync, certain compositors, G-SYNC/FreeSync, remote streaming, or ''gamescope'' |
* 2024/10/26: Had **very** minor lower VRAM and max FPS compared to ''d3d9'' on Intel UHD 630 without any obvious benefit | * 2024/10/26: Had **very** minor lower VRAM and max FPS compared to ''d3d9'' on Intel UHD 630 without any obvious benefit |
* :?: 2024/10/26: Odd performance issue with ''gxTextureCacheSize'' ([[https://github.com/doitsujin/dxvk/issues/4403|#4403]]) | * :?: 2024/10/26: Odd performance inconsistency with ''gxTextureCacheSize'' ([[https://github.com/doitsujin/dxvk/issues/4403|#4403]]) |
* 2024/10/28: With DXVK 2.4.1 ''DXVK_HUD=full'', ''d3d9ex'' seemingly doesn't increase mapped GPU memory from ''64'' to ''128'' like ''d3d9'' under load; unsure of effects | |
| |
<code>-d3d9ex</code> | <code>-d3d9ex</code> |