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:31] Sean Rhonegames:wine:world_of_warcraft_retail [2024/02/08 18:50] (current) Sean Rhone
Line 76: Line 76:
   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'   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/' +  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/'
- && gio open ~/'.wine/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/_retail_/Interface/AddOns/'+
  
 ===== Graphics ===== ===== Graphics =====
Line 102: 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 111: 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 137: 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.1707435119.txt.gz · Last modified: 2024/02/08 18:31 by Sean Rhone