User Tools

Site Tools


games:wine:guild_wars_1

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
Last revisionBoth sides next revision
games:wine:guild_wars_1 [2023/09/10 21:57] Sean Rhonegames:wine:guild_wars_1 [2023/09/27 06:10] – [Prerequisites] Sean Rhone
Line 6: Line 6:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[distros:fedora_workstation_gnome | Fedora Workstation]]+  * [[distros:fedora_workstation_gnome|Fedora Workstation]] 
 +  * [[notes:wine|Wine]]
  
 ====== Install ====== ====== Install ======
Line 13: Line 14:
  
   * Install to default directory when prompted   * Install to default directory when prompted
-  * Wait for initial download to complete ((should be about 5500+ files around 140MB)) +  * Wait for initial download to complete ((should be about 5500+ files around 140 MB)) 
-  * Game will start up, at a low resolution, full-screen; close it+  * The game will automatically launch after initial download; close it
  
-  mkdir -p ~/'.wine' ~/'Downloads/Guild Wars' && wget -O ~/'Downloads/Guild Wars/GwSetup.exe' 'http://cloudfront.guildwars2.com/client/GwSetup.exe' && WINEPREFIX=~/'.wine/Guild Wars' WINEARCH='win32' wine ~/'Downloads/Guild Wars/GwSetup.exe'+  mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Guild Wars' WINEARCH='win32' winetricks 'winxp&& sync && wget -O ~/'Downloads/GwSetup.exe' 'https://cloudfront.guildwars2.com/client/GwSetup.exe' && MESA_SHADER_CACHE_DIR=~/'.wine/Guild Wars' DXVK_STATE_CACHE_PATH=~/'.wine/Guild Wars' WINEPREFIX=~/'.wine/Guild Wars' wine ~/'Downloads/GwSetup.exe'
  
 ===== Restore Gw.dat ===== ===== Restore Gw.dat =====
  
-****+  This expects ''Gw.dat'' in the ''~/Downloads/Guild Wars'' folder 
 +  2023/09/27: ''Gw.dat'' after ''-image'' is TODO GB
  
   mv ~/'Downloads/Guild Wars/Gw.dat' ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars'   mv ~/'Downloads/Guild Wars/Gw.dat' ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars'
  
-===== Graphics ===== +===== Clean Up =====
- +
-  * Enable CSMT or Gallium Nine +
- +
-  WINEPREFIX=~/'.wine/Guild Wars' winecfg +
- +
-===== Video Memory =====+
  
 **** ****
  
-  WINEPREFIX=~/'.wine/Guild Wars 2' wine reg add 'HKCU\Software\Wine\Direct3D' /v 'VideoMemorySize' /t 'REG_SZ' /d '8192' /f+  cd ~ && rm -Rf ~/'Downloads/Guild Wars' ~/'Downloads/GwSetup.exe~/'Desktop/Guild Wars.desktop' && sync
  
-===== Sandbox =====+====== Desktop Launcher ======
  
-**** +===== Initial =====
- +
-  WINEPREFIX=~/'.wine/Guild Wars' winetricks 'sandbox' +
- +
-===== Clean Up =====+
  
 **** ****
  
-  rm -Rf ~/'Downloads/Guild Wars' && sync +  rm -rf ~/'.local/share/applications/wine/Programs/Guild Wars'
- +
-====== Desktop Launchers ======+
  
 ===== Guild Wars ===== ===== Guild Wars =====
Line 61: Line 51:
 Name=Guild Wars Name=Guild Wars
 Categories=Game;AdventureGame;RolePlaying Categories=Game;AdventureGame;RolePlaying
-Exec='/bin/bash' -c "cd ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars' && PULSE_LATENCY_MSEC='400' MESA_SHADER_CACHE_DIR=~/'.wine/Guild Wars' WINEPREFIX=~/'.wine/Guild Wars' wine ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars/Gw.exe' -lodfull -email 'x' -password 'x' -character 'x'"+Exec='/bin/bash' -c "cd ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars' && PULSE_LATENCY_MSEC='400' MESA_SHADER_CACHE_DIR=~/'.wine/Guild Wars' WINEPREFIX=~/'.wine/Guild Wars' wine ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars/Gw.exe' -lodfull -bmp -email 'x' -password 'x' -character 'x'"
 Type=Application Type=Application
 StartupNotify=true StartupNotify=true
 Icon=C711_Gw.0 Icon=C711_Gw.0
-StartupWMClass=game.exe+StartupWMClass=gw.exe
 Actions=Kill;Update;Repair;Notes; Actions=Kill;Update;Repair;Notes;
  
 [Desktop Action Kill] [Desktop Action Kill]
 Exec='/bin/bash' -c "WINEPREFIX=~/'.wine/Guild Wars' wineserver --kill" Exec='/bin/bash' -c "WINEPREFIX=~/'.wine/Guild Wars' wineserver --kill"
-Exec='/bin/killall' -9 'Gw.exe' 
 Name=Force-close Guild Wars Name=Force-close Guild Wars
  
Line 113: Line 102:
  
   WINEPREFIX=~/'.wine/Guild Wars' wineserver --kill && killall -9 'Gw.exe'   WINEPREFIX=~/'.wine/Guild Wars' wineserver --kill && killall -9 'Gw.exe'
 +
 +===== Reset Settings =====
 +
 +****
 +
 +  cd ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars' && PULSE_LATENCY_MSEC='400' MESA_SHADER_CACHE_DIR=~/'.wine/Guild Wars' WINEPREFIX=~/'.wine/Guild Wars' wine ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars/Gw.exe' -prefresetlocal
  
 ===== Execute ===== ===== Execute =====
/var/www/wiki/data/pages/games/wine/guild_wars_1.txt · Last modified: 2024/04/02 13:35 by Sean Rhone