Both sides previous revisionPrevious revision | |
games:linux:wine:world_of_warcraft_3.3.5 [2025/02/08 19:40] – 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]] |
| |
* 2024/02/08 TODO: Xorg, Old-Wow64, Fedora DXVK vs upstream vs none, ''gnome-terminal'', [[games;windows;world_of_warcraft_3.3.5|Windows]] compare | * TODO: Old-Wow64, [[games;windows;world_of_warcraft_3.3.5|Windows]] compare |
| |
===== Media ===== | ===== Media ===== |
===== 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 ===== |
| |
* :!: TODO: Client source ((''wowdl.net'' used to host ''World-of-Warcraft-3.3.5a.12340-enUS.zip'' with MD5 ''ab8284d28a063e8594d03636fbe28dc7'')) | mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' WINEARCH='win32' winecfg /v 'winxp' && sync |
* :?: TODO: Old-Wow64 Wine ([[games;linux;wine;world_of_warcraft_3.3.5?rev=1730252490|old rev]]) | |
| 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 ===== |
| |
mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' winecfg /v 'winxp' && sync | **** |
| |
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 ===== |