Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:bsd:wine:world_of_warcraft_3.3.5 [2024/12/03 04:12] – [World of Warcraft] Sean Rhone | games:bsd:wine:world_of_warcraft_3.3.5 [2025/08/25 05:34] (current) – Sean Rhone |
---|
===== World of Warcraft ===== | ===== World of Warcraft ===== |
| |
* [[https://wowdl.net/client/3.3.5a-win-us|World-of-Warcraft-3.3.5a.12340-enUS.zip]] | * :!: TODO: Client source ((''wowdl.net'' used to host ''World-of-Warcraft-3.3.5a.12340-enUS.zip'' with MD5 ''ab8284d28a063e8594d03636fbe28dc7'')) |
* TODO: Different source ((notes expect a folder structure like ''~/.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340 enUS/Wow.exe'')) | |
| |
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' WINEARCH='win32' wine64 winecfg -v 'winxp' |
| |
md5sum ~/'Downloads/World-of-Warcraft-3.3.5a.12340-enUS.zip' | grep 'ab8284d28a063e8594d03636fbe28dc7' && unzip -q -d ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files' ~/'Downloads/World-of-Warcraft-3.3.5a.12340-enUS.zip' && sync | bsdunzip -q -d ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files' ~/'Downloads/World-of-Warcraft-3.3.5a.12340-enUS.zip' |
| |
====== Settings ====== | ====== Settings ====== |
===== 3.3.5 ===== | ===== 3.3.5 ===== |
| |
* Server and Saves actions requires [[servers:bsd:games:trinitycore_3.3.5_localhost|TrinityCore 3.3.5 localhost]] | * Server and Saves actions require [[servers:bsd:games:trinitycore_3.3.5_localhost|TrinityCore 3.3.5 localhost]] scripts |
| |
mkdir -p ~/'.local/share/applications/wine/Programs/World of Warcraft' && ee ~/'.local/share/applications/wine/Programs/World of Warcraft/World of Warcraft 3.3.5.desktop' && update-desktop-database --quiet ~/'.local/share/applications' | mkdir -p ~/'.local/share/applications/wine/Programs/World of Warcraft' && ee ~/'.local/share/applications/wine/Programs/World of Warcraft/World of Warcraft 3.3.5.desktop' && update-desktop-database --quiet ~/'.local/share/applications' |