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/09 10:35] – [Clean-up] 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 43: Line 48:
 **** ****
  
-  rm -~/'Downloads/Battle.net-Setup.exe' ~/'Desktop/Battle.net.desktop' ~/'Desktop/World of Warcraft.desktop' && cd ~ && sync+  rm -Rf ~/'Downloads/World of Warcraft Retail' ~/'Downloads/Battle.net-Setup.exe' ~/'Desktop/Battle.net.desktop' ~/'Desktop/World of Warcraft.desktop' && cd ~ && sync
  
 ====== Libraries ====== ====== Libraries ======
Line 60: Line 65:
  
   ls ~/'Downloads/vkd3d-proton-master-'*'.zip' && rm -Rf '/tmp/vkd3d-proton-master' && mkdir -p '/tmp/vkd3d-proton-master' && unzip ~/'Downloads/vkd3d-proton-master-'*'.zip' -d '/tmp/vkd3d-proton-master/' && cp --backup '/tmp/vkd3d-proton-master/x64/'*'.dll' ~/'.wine/World of Warcraft/drive_c/windows/system32/' && cp --backup '/tmp/vkd3d-proton-master/x86/'*'.dll' ~/'.wine/World of Warcraft/drive_c/windows/syswow64/' && WINEPREFIX=~/'.wine/World of Warcraft' winetricks 'd3d12=native' 'd3d12core=native' && mkdir -p ~/'.wine/World of Warcraft/vkd3d_shader_cache' && sync   ls ~/'Downloads/vkd3d-proton-master-'*'.zip' && rm -Rf '/tmp/vkd3d-proton-master' && mkdir -p '/tmp/vkd3d-proton-master' && unzip ~/'Downloads/vkd3d-proton-master-'*'.zip' -d '/tmp/vkd3d-proton-master/' && cp --backup '/tmp/vkd3d-proton-master/x64/'*'.dll' ~/'.wine/World of Warcraft/drive_c/windows/system32/' && cp --backup '/tmp/vkd3d-proton-master/x86/'*'.dll' ~/'.wine/World of Warcraft/drive_c/windows/syswow64/' && WINEPREFIX=~/'.wine/World of Warcraft' winetricks 'd3d12=native' 'd3d12core=native' && mkdir -p ~/'.wine/World of Warcraft/vkd3d_shader_cache' && sync
 +
 +====== 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 =====
 +
 +  * 2023/10/10: DirectX 11 Legacy performs notably better than DirectX 11 and 12 on Intel UHD 630
 +
 +===== Macros =====
 +
 +==== Hide Time/Clock ====
 +
 +  * https://us.forums.blizzard.com/en/wow/t/hide-clock-on-df-minimap/1685525/2
 +  * Hides the time on the minimap with Dragonflight, along with the hiding the time being shown on Calendar-button hover ((most if not all past expansions/clients had an in-game Interface option checkbox for this))
 +
 +<code>
 +/run TimeManagerClockButton:Hide() TimeManagerClockButton:HookScript("OnShow", function(self) self:Hide() end) GameTimeFrame:HookScript("OnEnter", function() GameTooltip:SetOwner(UIParent) end)</code>
  
 ====== Desktop Launcher ====== ====== Desktop Launcher ======
Line 80: Line 111:
 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 96: 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.1696862107.txt.gz · Last modified: 2023/10/09 10:35 by Sean Rhone