User Tools

Site Tools


games:linux:wine:guild_wars_2

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:guild_wars_2 [2025/07/03 23:57] Sean Rhonegames:linux:wine:guild_wars_2 [2025/07/04 02:00] (current) Sean Rhone
Line 4: Line 4:
   * Standalone   * Standalone
   * 64-bit   * 64-bit
- 
-===== Wine Resources ===== 
- 
-  * [[https://appdb.winehq.org/objectManager.php?sClass=application&iId=14130|WineHQ AppDB]] 
-  * [[https://lutris.net/games/guild-wars-2/|Lutris]] 
  
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[distros:fedora_workstation_gnome|Fedora Workstation]] +  * [[linux;distros;ubuntu|Ubuntu]] 
-  * [[notes:wine|Wine]]+  * [[linux;notes;wine|Wine]]
  
 ====== Install ====== ====== Install ======
Line 26: Line 21:
 ===== Restore Gw2.dat ===== ===== Restore Gw2.dat =====
  
-  This expects ''Gw2.dat'' in the ''~/Downloads/Guild Wars 2'' folder +****
-  2023/09/27: ''Gw2.dat'' after ''-image'' is 74.7 GB+
  
-  mv ~/'Downloads/Guild Wars 2/Gw2.dat' ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2' && sync+  mv ~/'Downloads/GW2/Gw2.dat' ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2'
  
 ===== Clean-up ===== ===== Clean-up =====
Line 35: Line 29:
 **** ****
  
-  rm -Rf ~/'Downloads/Guild Wars 2' ~/'Desktop/Guild Wars 2.desktop' ~/'.wine/Guild Wars 2/'*'.dxvk-cache' && sync+  rm -Rf ~/'Downloads/Guild Wars 2' && sync
  
 ====== Libraries ====== ====== Libraries ======
  
 ===== DXVK ===== ===== DXVK =====
 +
 +==== master ====
  
   * 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))
 +  * Last tested: ''dxvk-master-24fcf3817ed5dd815f2e4d28c2f3cdc24238e60a.zip''
  
   rm -Rf '/tmp/dxvk-master' && unzip ~/'Downloads/dxvk-master-'*'.zip' -d '/tmp/dxvk-master' && mv -fv '/tmp/dxvk-master/x64/'*'.dll' ~/'.wine/Guild Wars 2/drive_c/windows/system32'   rm -Rf '/tmp/dxvk-master' && unzip ~/'Downloads/dxvk-master-'*'.zip' -d '/tmp/dxvk-master' && mv -fv '/tmp/dxvk-master/x64/'*'.dll' ~/'.wine/Guild Wars 2/drive_c/windows/system32'
 +
 +==== Release ====
 +
 +  * https://github.com/doitsujin/dxvk/releases
 +  * Last tested: ''dxvk-2.6.2.tar.gz''
  
   rm -Rf '/tmp/dxvk-'* && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' -C '/tmp' && mv -fv '/tmp/dxvk-'*'/x64/'*'.dll' ~/'.wine/Guild Wars 2/drive_c/windows/system32'   rm -Rf '/tmp/dxvk-'* && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' -C '/tmp' && mv -fv '/tmp/dxvk-'*'/x64/'*'.dll' ~/'.wine/Guild Wars 2/drive_c/windows/system32'
 +
 +==== DLLs ====
  
   WINEPREFIX=~/'.wine/Guild Wars 2' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d8' /t 'REG_SZ' /d 'native' /f   WINEPREFIX=~/'.wine/Guild Wars 2' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d8' /t 'REG_SZ' /d 'native' /f
Line 151: Line 155:
   * ''Gw2-64.exe -image''   * ''Gw2-64.exe -image''
  
-  cd ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2' && DXVK_STATE_CACHE_PATH=~/'.wine/Guild Wars 2/dxvk_shader_cache' WINEPREFIX=~/'.wine/Guild Wars 2' WINEDEBUG='' wine ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2/Gw2-64.exe' -image -nodelta+  cd ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2' && WINEPREFIX=~/'.wine/Guild Wars 2' WINEDEBUG='' wine ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2/Gw2-64.exe' -image -nodelta
  
 ==== Repair ==== ==== Repair ====
/srv/www/wiki/data/attic/games/linux/wine/guild_wars_2.1751601441.txt.gz · Last modified: by Sean Rhone