User Tools

Site Tools


games:wine:world_of_warcraft_classic

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
Last revisionBoth sides next revision
games:wine:world_of_warcraft_classic [2023/05/28 20:43] – [World of Warcraft Classic (Battle.net App)] Sean Rhonegames:wine:world_of_warcraft_classic [2023/05/29 14:58] Sean Rhone
Line 52: Line 52:
  
   WINEPREFIX=~/'.wine/World of Warcraft Classic' winetricks 'win10'   WINEPREFIX=~/'.wine/World of Warcraft Classic' winetricks 'win10'
 +
 +====== DXVK ======
 +
 +===== Download =====
 +
 +  * https://github.com/doitsujin/dxvk/actions
 +
 +===== Install =====
 +
 +  * TODO: Backup original prefix dlls first in separate command
 +
 +  ls ~/'Downloads/dxvk-'*'.zip' && rm -Rf '/tmp/dxvk-actions' && mkdir -p '/tmp/dxvk-actions' && unzip ~/'Downloads/dxvk-'*'.zip' -d '/tmp/dxvk-actions' && cp --backup '/tmp/dxvk-actions/x64/'*'.dll' ~/'.wine/World of Warcraft Classic/drive_c/windows/system32/' && cp --backup '/tmp/dxvk-actions/x32/'*'.dll' ~/'.wine/World of Warcraft Classic/drive_c/windows/syswow64/' && WINEPREFIX=~/'.wine/World of Warcraft Classic' winetricks 'd3d9=native' 'd3d10core=native' 'd3d11=native' 'dxgi=native' && sync
 +
 +====== vkd3d-proton ======
 +
 +===== Download =====
 +
 +  * https://github.com/HansKristian-Work/vkd3d-proton/actions
 +
 +===== Install =====
 +
 +****
 +
 +  ls ~/'Downloads/vkd3d-proton-'*'.zip' && rm -Rf '/tmp/vkd3d-proton-actions' && mkdir -p '/tmp/vkd3d-proton-actions' && unzip ~/'Downloads/vkd3d-proton-'*'.zip' -d '/tmp/vkd3d-proton-actions' && cp --backup '/tmp/vkd3d-proton-actions/x64/'*'.dll' ~/'.wine/World of Warcraft Classic/drive_c/windows/system32/' && cp --backup '/tmp/vkd3d-proton-actions/x86/'*'.dll' ~/'.wine/World of Warcraft Classic/drive_c/windows/syswow64/' && WINEPREFIX=~/'.wine/World of Warcraft Classic' winetricks 'd3d12=native' 'd3d12core=native' && sync
  
 ====== Desktop Launcher ====== ====== Desktop Launcher ======
Line 70: Line 94:
 Comment=Classic-era World of Warcraft Comment=Classic-era World of Warcraft
 Categories=Game Categories=Game
-Exec=env MESA_SHADER_CACHE_DIR='/home/CHANGEME/.wine/World of Warcraft Classic' DXVK_STATE_CACHE_PATH='/home/CHANGEME/.wine/World of Warcraft Classic' VKD3D_SHADER_CACHE_PATH='/home/CHANGEME/.wine/World of Warcraft Classic' __GL_SHADER_DISK_CACHE_PATH='/home/CHANGEME/.wine/World of Warcraft Classic' WINEPREFIX='/home/CHANGEME/.wine/World of Warcraft Classic' wine '/home/CHANGEME/.wine/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft/World of Warcraft Launcher.exe'+Exec=env MESA_SHADER_CACHE_DIR='/home/CHANGEME/.wine/World of Warcraft Classic' WINEPREFIX='/home/CHANGEME/.wine/World of Warcraft Classic' wine '/home/CHANGEME/.wine/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft/World of Warcraft Launcher.exe'
 Type=Application Type=Application
 StartupNotify=true StartupNotify=true
Line 96: Line 120:
 # Environment Variables # Environment Variables
 export MESA_SHADER_CACHE_DIR=~/'.wine/World of Warcraft Classic' export MESA_SHADER_CACHE_DIR=~/'.wine/World of Warcraft Classic'
-export DXVK_STATE_CACHE_PATH=~/'.wine/World of Warcraft Classic' +#export __GL_SHADER_DISK_CACHE_PATH=~/'.wine/World of Warcraft Classic'
-export VKD3D_SHADER_CACHE_PATH=~/'.wine/World of Warcraft Classic' +
-export __GL_SHADER_DISK_CACHE_PATH=~/'.wine/World of Warcraft Classic'+
 export WINEPREFIX=~/'.wine/World of Warcraft Classic' export WINEPREFIX=~/'.wine/World of Warcraft Classic'