User Tools

Site Tools


games:wine:world_of_warcraft_retail

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:wine:world_of_warcraft_retail [2023/10/21 17:45] Sean Rhonegames:wine:world_of_warcraft_retail [2024/02/08 18:50] (current) Sean Rhone
Line 9: Line 9:
   * [[distros:fedora_workstation_gnome|Fedora Workstation]]   * [[distros:fedora_workstation_gnome|Fedora Workstation]]
   * [[notes:wine|Wine]]   * [[notes:wine|Wine]]
 +
 +====== Battle.net Client Broken ======
 +
 +  * :!: 2023/12: See [[notes:battle.net_client_broken_2023|notes]]
 +  * These notes still mostly work but will require undocumented tricks to navigate the Battle.net client, and it might not be possible to clean-install games in this state
  
 ====== Install ====== ====== Install ======
Line 25: Line 30:
   * Close   * Close
  
-  mkdir -p ~/'.wine' && wget 'https://us.battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe&id=undefined' -O ~/'Downloads/Battle.net-Setup.exe' && WINEPREFIX=~/'.wine/World of Warcraft' WINEARCH='win64' wine ~/'Downloads/Battle.net-Setup.exe'+  mkdir -p ~/'.wine' && wget 'https://downloader.battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe' -O ~/'Downloads/Battle.net-Setup.exe' && WINEPREFIX=~/'.wine/World of Warcraft' WINEARCH='win64' wine ~/'Downloads/Battle.net-Setup.exe'
  
 ===== Restore Data ===== ===== Restore Data =====
Line 62: Line 67:
  
 ====== Settings ====== ====== Settings ======
 +
 +===== AddOns =====
 +
 +  * [[https://www.curseforge.com/wow/addons/details/files|Details! Damage Meter]]
 +  * [[https://www.curseforge.com/wow/addons/auctionator/files|Auctionator]]
 +  * [[https://www.curseforge.com/wow/addons/rarescanner/files|RareScanner]]
 +
 +  gio open 'https://www.curseforge.com/wow/addons/details/files' 'https://www.curseforge.com/wow/addons/auctionator/files' 'https://www.curseforge.com/wow/addons/rarescanner/files'
 +
 +  mkdir -p ~/'.wine/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/_retail_/Interface/AddOns/' && gio open ~/'.wine/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/_retail_/Interface/AddOns/'
  
 ===== Graphics ===== ===== Graphics =====
Line 86: Line 101:
  
 ===== World of Warcraft (Battle.net App) ===== ===== World of Warcraft (Battle.net App) =====
- 
-  * 2023/10/21: ''DXVK_CONFIG=dxgi.useMonitorFallback=True'' is possibly a performance improvement ([[https://github.com/doitsujin/dxvk/issues/3632#issuecomment-1755496274|#3632]]) and included 
  
   nano ~/'.local/share/applications/wine/Programs/World of Warcraft/World of Warcraft.desktop'   nano ~/'.local/share/applications/wine/Programs/World of Warcraft/World of Warcraft.desktop'
Line 95: Line 108:
 Name=World of Warcraft Name=World of Warcraft
 Categories=Game;AdventureGame;RolePlaying Categories=Game;AdventureGame;RolePlaying
-Exec='/bin/bash' -c "cd ~/'.wine/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/' && PULSE_LATENCY_MSEC='400' MESA_SHADER_CACHE_DIR=~/'.wine/World of Warcraft' DXVK_STATE_CACHE_PATH=~/'.wine/World of Warcraft/dxvk_shader_cache' VKD3D_SHADER_CACHE_PATH=~/'.wine/World of Warcraft/vkd3d_shader_cache' WINEPREFIX=~/'.wine/World of Warcraft' DXVK_CONFIG='dxgi.useMonitorFallback=True' wine ~/'.wine/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/World of Warcraft Launcher.exe'"+Exec='/bin/bash' -c "cd ~/'.wine/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/' && MESA_SHADER_CACHE_DIR=~/'.wine/World of Warcraft' DXVK_STATE_CACHE_PATH=~/'.wine/World of Warcraft/dxvk_shader_cache' VKD3D_SHADER_CACHE_PATH=~/'.wine/World of Warcraft/vkd3d_shader_cache' WINEPREFIX=~/'.wine/World of Warcraft' wine ~/'.wine/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/World of Warcraft Launcher.exe'"
 Type=Application Type=Application
 StartupNotify=true StartupNotify=true
-Icon=5298_World of Warcraft Launcher.0+Icon=Wow.0
 StartupWMClass=wow.exe StartupWMClass=wow.exe
-Actions=Cache;Kill;Notes;+Actions=Cache;Kill;Notes;Direct;
  
 [Desktop Action Cache] [Desktop Action Cache]
Line 114: Line 127:
 Exec='/bin/bash' -c "gio open 'https://wiki.realmofespionage.xyz/games:wine:world_of_warcraft_retail'" Exec='/bin/bash' -c "gio open 'https://wiki.realmofespionage.xyz/games:wine:world_of_warcraft_retail'"
 Name=Installation Notes Name=Installation Notes
 +
 +[Desktop Action Direct]
 +StartupNotify=false
 +Exec='/bin/bash' -c "cd ~/'.wine/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/' && MESA_SHADER_CACHE_DIR=~/'.wine/World of Warcraft' DXVK_STATE_CACHE_PATH=~/'.wine/World of Warcraft/dxvk_shader_cache' VKD3D_SHADER_CACHE_PATH=~/'.wine/World of Warcraft/vkd3d_shader_cache' WINEPREFIX=~/'.wine/World of Warcraft' wine ~/'.wine/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/_retail_/Wow.exe'"
 +Name=Direct-launch Wow.exe
  
 # End</code> # End</code>
 +
 +===== Icon =====
 +
 +  * Requires ''wrestool''
 +
 +<code>mkdir -p ~/'.local/share/icons/hicolor/48x48/apps' && cd ~/'.local/share/icons/hicolor/48x48/apps' && wrestool --output='Wow.0.png' --extract --type='14' ~/'.wine/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/_retail_/Wow.exe' && cd ~</code>
  
 ====== Quick Commands ====== ====== Quick Commands ======
/var/www/wiki/data/attic/games/wine/world_of_warcraft_retail.1697924759.txt.gz · Last modified: 2023/10/21 17:45 by Sean Rhone