Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:linux:wine:diablo_3_x64 [2025/04/14 10:41] – Sean Rhone | games:linux:wine:diablo_3_x64 [2025/04/25 04:11] (current) – Sean Rhone |
---|
===== Prerequisites ===== | ===== Prerequisites ===== |
| |
* [[linux;distros;debian_12_xfce|Debian 12 (Xfce)]] | * [[linux;distros;opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]] |
* [[notes:wine|Wine]] | * [[linux;notes;wine|Wine]] |
| |
===== TODOs ===== | ===== TODOs ===== |
| |
* Bnet client works and logs-in Wine Staging 10.5! | |
* Everything WIP | * Everything WIP |
| |
===== Battle.net App ===== | ===== Battle.net App ===== |
| |
* Install to default directory when prompted ((C:/Program Files (x86)/Battle.net)) | * Install Location: ''C:/Program Files (x86)/Battle.net'' |
* Log-in | * ''[ ]'' Launch Battle.net when you start your computer |
* Change Battle.net App settings ((don't auto-start, exit on game launch)) | * ''[x]'' Keep me logged in -> Log in |
* 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/Diablo III' 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/Diablo III' WINEARCH='win64' WINEDLLOVERRIDES='winemenubuilder.exe=d' wine ~/'Downloads/Battle.net-Setup.exe' |
| |
| ==== Settings ==== |
| |
| * :!: Scan For Games window might take focus in background |
| * Right-click tray icon -> Settings |
| * App -> General -> On Game Launch: Exit Battle.net completely |
| * App -> General -> When Clicking X (Close Window): Exit Battle.net completely |
| * App -> Startup -> On Startup, View: Last Viewed Game Page |
| * App -> Advanced Features -> ''[ ]'' Use browser hardware acceleration |
| * Exit |
| |
===== Restore Data ===== | ===== Restore Data ===== |
* Install or Locate Game -> Diablo III | * Install or Locate Game -> Diablo III |
| |
cd ~/'.wine/Diablo III/drive_c/Program Files (x86)/Battle.net' && WINEPREFIX=~/'.wine/Diablo III' wine ~/'.wine/Diablo III/drive_c/Program Files (x86)/Battle.net/Battle.net Launcher.exe' | cd ~/'.wine/Diablo III/drive_c/Program Files (x86)/Battle.net' && WINEPREFIX=~/'.wine/Diablo III' WINEDLLOVERRIDES='winemenubuilder.exe=d' wine ~/'.wine/Diablo III/drive_c/Program Files (x86)/Battle.net/Battle.net Launcher.exe' |
| |
===== Clean Up ===== | ===== DXVK ===== |
| |
**** | **** |
| |
rm -f ~/'Downloads/Battle.net-Setup.exe' ~/'Desktop/Battle.net.desktop' ~/'Desktop/Diablo III.desktop' && cd ~ && sync | WINEPREFIX=~/'.wine/Diablo III' '/usr/libexec/dxvk/bin/setup_dxvk.sh' install |
| |
====== Libraries ====== | ===== Clean Up ===== |
| |
===== DXVK ===== | **** |
| |
* https://github.com/doitsujin/dxvk/releases | rm -f ~/'Downloads/Battle.net-Setup.exe' ~/'Desktop/Battle.net.desktop' ~/'Desktop/Diablo III.desktop' && cd ~ && sync |
* Last tested: ''dxvk-2.6.1.tar.gz'' | |
| |
mkdir -p ~/'.wine/Diablo III/.backup' && cp -fv ~/'.wine/Diablo III/drive_c/windows/system32/d3d8.dll' ~/'.wine/Diablo III/drive_c/windows/system32/d3d9.dll' ~/'.wine/Diablo III/drive_c/windows/system32/d3d10core.dll' ~/'.wine/Diablo III/drive_c/windows/system32/d3d11.dll' ~/'.wine/Diablo III/drive_c/windows/system32/dxgi.dll' ~/'.wine/Diablo III/.backup' | |
| |
rm -Rf '/tmp/dxvk-'* && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' -C '/tmp' && mv -fv '/tmp/dxvk-'*'/x64/'*'.dll' ~/'.wine/Diablo III/drive_c/windows/system32' | |
| |
WINEPREFIX=~/'.wine/Diablo III' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d8' /t 'REG_SZ' /d 'native' /f | |
| |
WINEPREFIX=~/'.wine/Diablo III' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d9' /t 'REG_SZ' /d 'native' /f | |
| |
WINEPREFIX=~/'.wine/Diablo III' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d10core' /t 'REG_SZ' /d 'native' /f | |
| |
WINEPREFIX=~/'.wine/Diablo III' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d11' /t 'REG_SZ' /d 'native' /f | |
| |
WINEPREFIX=~/'.wine/Diablo III' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'dxgi' /t 'REG_SZ' /d 'native' /f | |
| |
====== Desktop Launcher ====== | ====== Desktop Launcher ====== |