User Tools

Site Tools


games:linux:wine:diablo_3_x64

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:linux:wine:diablo_3_x64 [2025/12/16 23:56] Sean Rhonegames:linux:wine:diablo_3_x64 [2026/01/05 18:54] (current) – [Initial Prefix] Sean Rhone
Line 7: Line 7:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[linux:distros:ubuntu|Ubuntu]] +  * [[linux:distros:opensuse_tumbleweed_xfce|openSUSE Tumbleweed (Xfce)]] 
-  * [[linux;notes;wine|Wine]] (new WoW64)+  * [[linux:notes:wine|Wine]] (old WoW64)
  
 ====== Install ====== ====== Install ======
 +
 +===== Initial Prefix =====
 +
 +  * ''win64''
 +  * ''win7''
 +
 +  mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Diablo III' WINEARCH='win64' wine wineboot --init && WINEPREFIX=~/'.wine/Diablo III' winecfg /v 'win7' && WINEPREFIX=~/'.wine/Diablo III' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'winemenubuilder.exe' /t 'REG_SZ' /d '' /f
  
 ===== Battle.net App ===== ===== Battle.net App =====
Line 18: Line 25:
   * Settings -> Game Launch and Clicking X -> Exit Battle.net completely   * Settings -> Game Launch and Clicking X -> Exit Battle.net completely
  
-  mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Diablo III' WINEARCH='win64' wineboot --init && WINEPREFIX=~/'.wine/Diablo III' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'winemenubuilder.exe' /t 'REG_SZ' /d '' /f && wget -O '/tmp/Battle.net-Setup.exe' 'https://downloader.battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe' && WINEPREFIX=~/'.wine/Diablo III' wine '/tmp/Battle.net-Setup.exe'+  wget -O '/tmp/Battle.net-Setup.exe' 'https://downloader.battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe' && WINEPREFIX=~/'.wine/Diablo III' wine '/tmp/Battle.net-Setup.exe'
  
 ===== Restore Data ===== ===== Restore Data =====
Line 41: Line 48:
  
 ===== DXVK ===== ===== DXVK =====
 +
 +==== master ====
 +
 +  * https://github.com/doitsujin/dxvk/actions ((need to be signed into GitHub, and select the latest ''master'' artifacts package))
 +  * Last tested: ''dxvk-master-a26a504cf5052fb1f1e52f420b9c14bc910554e6.zip''
 +
 +  rm -Rf '/tmp/dxvk-master' && unzip ~/'Downloads/dxvk-master-'*'.zip' -d '/tmp/dxvk-master' && mv -fv '/tmp/dxvk-master/x64/d3d11.dll' '/tmp/dxvk-master/x64/dxgi.dll' ~/'.wine/Diablo III/drive_c/windows/system32' && mv -fv '/tmp/dxvk-master/x32/d3d11.dll' '/tmp/dxvk-master/x32/dxgi.dll' ~/'.wine/Diablo III/drive_c/windows/syswow64' && rm -Rf '/tmp/dxvk-master'
  
 ==== Release ==== ==== Release ====
Line 46: Line 60:
   * https://github.com/doitsujin/dxvk/releases   * https://github.com/doitsujin/dxvk/releases
   * Last tested: ''dxvk-2.7.1.tar.gz''   * Last tested: ''dxvk-2.7.1.tar.gz''
-  * TODO: See if all 4 dlls are needed 
  
   rm -Rf '/tmp/dxvk-'* && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' -C '/tmp' && mv -fv '/tmp/dxvk-'*'/x64/d3d11.dll' '/tmp/dxvk-'*'/x64/dxgi.dll' ~/'.wine/Diablo III/drive_c/windows/system32' && mv -fv '/tmp/dxvk-'*'/x32/d3d11.dll' '/tmp/dxvk-'*'/x32/dxgi.dll' ~/'.wine/Diablo III/drive_c/windows/syswow64' && rm -Rf '/tmp/dxvk-'*   rm -Rf '/tmp/dxvk-'* && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' -C '/tmp' && mv -fv '/tmp/dxvk-'*'/x64/d3d11.dll' '/tmp/dxvk-'*'/x64/dxgi.dll' ~/'.wine/Diablo III/drive_c/windows/system32' && mv -fv '/tmp/dxvk-'*'/x32/d3d11.dll' '/tmp/dxvk-'*'/x32/dxgi.dll' ~/'.wine/Diablo III/drive_c/windows/syswow64' && rm -Rf '/tmp/dxvk-'*
Line 90: Line 103:
  
 # End</code> # End</code>
 +
 +  xfce4-panel -r
  
 ====== Quick Commands ====== ====== Quick Commands ======
/usr/local/www/wiki/data/attic/games/linux/wine/diablo_3_x64.1765947418.txt.gz · Last modified: by Sean Rhone