User Tools

Site Tools


games:wine:grim_dawn

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
Next revisionBoth sides next revision
games:wine:grim_dawn [2019/11/03 19:04] – WIP Sean Rhonegames:wine:grim_dawn [2019/11/03 19:55] Sean Rhone
Line 3: Line 3:
   * [[https://www.grimdawn.com/|Grim Dawn]]   * [[https://www.grimdawn.com/|Grim Dawn]]
   * [[https://www.gog.com/game/grim_daw|GOG.com]]   * [[https://www.gog.com/game/grim_daw|GOG.com]]
-  * 64-bit+  * :!: 64-bit
   * [[https://appdb.winehq.org/objectManager.php?sClass=application&iId=15568|WineHQ AppDB]]   * [[https://appdb.winehq.org/objectManager.php?sClass=application&iId=15568|WineHQ AppDB]]
   * [[https://www.protondb.com/app/219990|ProtonDB]]   * [[https://www.protondb.com/app/219990|ProtonDB]]
 +
 +===== Notes =====
 +
 +  * 64-bit executable is always D3D11
 +  * :!: 64-bit executable starts to a black screen as of 2019/10/03, and is unusable
 +  * 32-bit executable can be either D3D11 (default) or D3D9 (command-line argument)
 +  * :!: 32-bit executable in D3D9 mode has rendering issues at the main menu as of 2019/10/03, and is likely unusable
 +  * The only good-known config currently is 32-bit in D3D11 mode with DXVK
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 65: Line 73:
 Type=Application Type=Application
 StartupNotify=true StartupNotify=true
-Path=/home/CHANGEME/Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn+Path=/home/CHANGEME/Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/x64
 Icon=FDA1_Grim Dawn.0 Icon=FDA1_Grim Dawn.0
-Actions=Kill;Cache;+Actions=32;DX9;Kill;Cache; 
 + 
 +[Desktop Action 32] 
 +Exec=env DXVK_LOG_LEVEL='none' DXVK_STATE_CACHE_PATH='/home/CHANGEME/Wine Prefixes/Grim Dawn/dxvk_state_cache' MESA_GLSL_CACHE_DIR='/home/CHANGEME/Wine Prefixes/Grim Dawn' WINEDEBUG=-all WINEPREFIX='/home/CHANGEME/Wine Prefixes/Grim Dawn' wine '/home/CHANGEME/Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/Grim Dawn.exe' 
 +Path=/home/CHANGEME/Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn 
 +Name=Run 32-bit with D3D11 
 + 
 +[Desktop Action DX9] 
 +Exec=env DXVK_LOG_LEVEL='none' DXVK_STATE_CACHE_PATH='/home/CHANGEME/Wine Prefixes/Grim Dawn/dxvk_state_cache' MESA_GLSL_CACHE_DIR='/home/CHANGEME/Wine Prefixes/Grim Dawn' WINEDEBUG=-all WINEPREFIX='/home/CHANGEME/Wine Prefixes/Grim Dawn' wine '/home/CHANGEME/Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/Grim Dawn.exe' /d3d9 
 +Path=/home/CHANGEME/Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn 
 +Name=Run 32-bit with D3D9
  
 [Desktop Action Kill] [Desktop Action Kill]
Line 107: Line 125:
 ===== Execute ===== ===== Execute =====
  
-==== Battle.net App ====+==== Grim Dawn ====
  
-****+=== 64-bit ===
  
-  cd ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/Battle.net' && WINEPREFIX=~/'Wine Prefixes/World of Warcraft' wine ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/Battle.net/Battle.net Launcher.exe'+  cd ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/x64' && 
  
-==== World of Warcraft (Battle.net App) ====+  DXVK_HUD='full'
  
-****+  WINEDEBUG='-all'
  
-  cd ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft' && WINEPREFIX=~/'Wine Prefixes/World of Warcraft' wine ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/World of Warcraft Launcher.exe'+  WINEPREFIX=~/'Wine Prefixes/Grim Dawn' wine ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/x64/Grim Dawn.exe'
  
-==== Grim Dawn ====+=== 32-bit ===
  
-****+  :!: Add the ''/d3d9'' command-line argument to start in D3D9 mode instead of D3D11
  
   cd ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn' &&    cd ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn' && 
Line 129: Line 147:
   WINEDEBUG='-all'   WINEDEBUG='-all'
  
-  WINEPREFIX=~/'Wine Prefixes/Grim Dawn' wine ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/x64/Grim Dawn.exe'+  WINEPREFIX=~/'Wine Prefixes/Grim Dawn' wine ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/Grim Dawn.exe' 
 + 
 +==== Repair ==== 
 + 
 +**** 
 + 
 +  cd ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn' && WINEPREFIX=~/'Wine Prefixes/Grim Dawn' wine ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/Repair.exe'
  
 ===== File Manager ===== ===== File Manager =====
/var/www/wiki/data/pages/games/wine/grim_dawn.txt · Last modified: 2019/11/03 21:27 by Sean Rhone