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 [2024/02/08 18:15] 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 69: Line 74:
   * [[https://www.curseforge.com/wow/addons/rarescanner/files|RareScanner]]   * [[https://www.curseforge.com/wow/addons/rarescanner/files|RareScanner]]
  
-  gio open ~/'.wine/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/_retail_/Interface/AddOns/'+  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 94: 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 103: 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' 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;Direct; Actions=Cache;Kill;Notes;Direct;
Line 129: Line 134:
  
 # 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.1707434149.txt.gz · Last modified: 2024/02/08 18:15 by Sean Rhone