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 22:30] – [Guild Wars] 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' && WINEPREFIX=~/'.wine/Guild Wars' WINEARCH='win32' winetricks 'winxp' && sync && wget -O ~/'Downloads/Guild Wars/GwSetup.exe' 'http://cloudfront.guildwars2.com/client/GwSetup.exe' && WINEPREFIX=~/'.wine/Guild Wars' 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'
Line 28: Line 30:
 **** ****
  
-  rm -Rf ~/'Downloads/Guild Wars' && sync+  cd ~ && rm -Rf ~/'Downloads/Guild Wars' ~/'Downloads/GwSetup.exe' ~/'Desktop/Guild Wars.desktop' && sync
  
-====== Desktop Launchers ======+====== Desktop Launcher ====== 
 + 
 +===== Initial ===== 
 + 
 +**** 
 + 
 +  rm -rf ~/'.local/share/applications/wine/Programs/Guild Wars'
  
 ===== Guild Wars ===== ===== Guild Wars =====
Line 37: Line 45:
   * Values for ''email'', ''password'', and ''character'' need filled in for auto-login   * Values for ''email'', ''password'', and ''character'' need filled in for auto-login
  
-  rm -rf ~/'.local/share/applications/wine/Programs/Guild Wars' && mkdir -p ~/'.local/share/applications/wine/Programs/Guild Wars' && nano ~/'.local/share/applications/wine/Programs/Guild Wars/Guild Wars.desktop'+  mkdir -p ~/'.local/share/applications/wine/Programs/Guild Wars' && nano ~/'.local/share/applications/wine/Programs/Guild Wars/Guild Wars.desktop'
  
 <code> <code>
Line 47: Line 55:
 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 95: 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