User Tools

Site Tools


games:wine:diablo_3_x86

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
games:wine:diablo_3_x86 [2023/09/15 23:04] – created Sean Rhonegames:wine:diablo_3_x86 [2023/09/16 07:04] (current) – [Gallium Nine Standalone] Sean Rhone
Line 9: Line 9:
   * [[distros:fedora_workstation_gnome|Fedora Workstation]]   * [[distros:fedora_workstation_gnome|Fedora Workstation]]
   * [[notes:wine|Wine]]   * [[notes:wine|Wine]]
 +
 +===== Notes =====
 +
 +  * 32-bit is D3D9 and better for Gallium Nine
 +  * See [[games:wine:diablo_3_x64|Diablo III 64-bit]] notes for D3D11 and DXVK
 +  * 2023/09/15: 32-bit + Gallium Nine performs better than 64-bit + DXVK with Intel UHD 630 graphics
  
 ====== Install ====== ====== Install ======
Line 45: Line 51:
   * https://github.com/doitsujin/dxvk/actions ((need to be signed into GitHub, and select the latest ''master'' artifacts package))   * https://github.com/doitsujin/dxvk/actions ((need to be signed into GitHub, and select the latest ''master'' artifacts package))
  
-  ls ~/'Downloads/dxvk-master-'*'.zip' && rm -Rf '/tmp/dxvk-master' && mkdir -p '/tmp/dxvk-master' && unzip ~/'Downloads/dxvk-master-'*'.zip' -d '/tmp/dxvk-master/' && cp --backup '/tmp/dxvk-master/x32/'*'.dll' ~/'.wine/Diablo III/drive_c/windows/system32/' && WINEPREFIX=~/'.wine/Diablo III' winetricks 'd3d9=native' 'd3d10core=native' 'd3d11=native' 'dxgi=native' && mkdir -p ~/'.wine/Diablo II Resurrected/dxvk_shader_cache' && sync+  ls ~/'Downloads/dxvk-master-'*'.zip' && rm -Rf '/tmp/dxvk-master' && mkdir -p '/tmp/dxvk-master' && unzip ~/'Downloads/dxvk-master-'*'.zip' -d '/tmp/dxvk-master/' && cp --backup '/tmp/dxvk-master/x32/'*'.dll' ~/'.wine/Diablo III/drive_c/windows/system32/' && WINEPREFIX=~/'.wine/Diablo III' winetricks 'd3d9=native' 'd3d10core=native' 'd3d11=native' 'dxgi=native' && mkdir -p ~/'.wine/Diablo III/dxvk_shader_cache' && sync
  
 ===== Gallium Nine Standalone ===== ===== Gallium Nine Standalone =====
Line 51: Line 57:
   * https://github.com/iXit/wine-nine-standalone/releases   * https://github.com/iXit/wine-nine-standalone/releases
  
-  ls ~/'Downloads/gallium-nine-standalone-'*'.tar.gz' && rm -rf '/tmp/gallium-nine-standalone' && cd '/tmp' && tar -xvzf ~/'Downloads/gallium-nine-standalone-'*'.tar.gz' && cd ~ && cp --force '/tmp/gallium-nine-standalone/lib32/d3d9-nine.dll.so' ~/'.wine/Diablo III/drive_c/windows/system32/d3d9.dll' && rm -rf '/tmp/gallium-nine-standalone' ~/'Downloads/gallium-nine-standalone-v0.9.tar.gz' && sync+  ls ~/'Downloads/gallium-nine-standalone-'*'.tar.gz' && rm -rf '/tmp/gallium-nine-standalone' && cd '/tmp' && tar -xvzf ~/'Downloads/gallium-nine-standalone-'*'.tar.gz' && cd ~ && cp --force '/tmp/gallium-nine-standalone/lib32/d3d9-nine.dll.so' ~/'.wine/Diablo III/drive_c/windows/system32/d3d9.dll' && rm -rf '/tmp/gallium-nine-standalone' ~/'Downloads/gallium-nine-standalone-'*'.tar.gz' && sync
  
 ==== Uninstall ==== ==== Uninstall ====
/var/www/wiki/data/attic/games/wine/diablo_3_x86.1694833487.txt.gz · Last modified: 2023/09/15 23:04 by Sean Rhone