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
games:wine:guild_wars_1 [2023/09/10 21:33] Sean Rhonegames:wine:guild_wars_1 [2024/08/13 16:13] (current) – removed Sean Rhone
Line 1: Line 1:
-====== Information ====== 
  
-  * Guild Wars ((https://www.guildwars.com)) 
-  * 32-bit 
- 
-===== Prerequisites ===== 
- 
-  * [[distros:fedora_workstation_gnome | Fedora Workstation]] 
- 
-====== Install ====== 
- 
-===== Guild Wars ===== 
- 
-  * Install to default directory when prompted 
-  * Wait for initial download to complete ((should be about 5500+ files around 140MB)) 
-  * Game will start up, at a low resolution, full-screen; 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' 
- 
-===== Restore Gw.dat ===== 
- 
-**** 
- 
-  mv ~/'Downloads/Guild Wars/Gw.dat' ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars' 
- 
-===== Graphics ===== 
- 
-  * 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 
- 
-===== Sandbox ===== 
- 
-**** 
- 
-  WINEPREFIX=~/'.wine/Guild Wars' winetricks 'sandbox' 
- 
-===== Clean Up ===== 
- 
-**** 
- 
-  rm -Rf ~/'Downloads/Guild Wars' && sync 
- 
-====== Desktop Launchers ====== 
- 
-===== Guild Wars ===== 
- 
-  * :!: This needs edited and cannot be copy/pasted as-is 
-  * Values for ''email'', ''password'', and ''character'' need filled in for auto-login 
- 
-  mkdir -p ~/'.local/share/applications/wine/Programs/Guild Wars' && nano ~/'.local/share/applications/wine/Programs/Guild Wars/Guild Wars.desktop' 
- 
-<code> 
-[Desktop Entry] 
-Name=Guild Wars 
-Comment=In a world torn by conflict, where human kingdoms are all but destroyed and guilds sacrifice all for a chance to control the Hall of Heroes, a champion must rise from the ruins of a once-proud land to lead refugees from the ashes and fulfill an ancient prophecy. Will that hero be you? 
-Categories=Game;AdventureGame;RolePlaying 
-Exec=env WINEDEBUG='-all' WINEPREFIX='/home/CHANGEME/.wine/Guild Wars' wine '/home/CHANGEME/.wine/Guild Wars/drive_c/Program Files/Guild Wars/Gw.exe' -email "x" -password "x" -character "x" -lodfull 
-Type=Application 
-StartupNotify=true 
-Path=/home/CHANGEME/.wine/Guild Wars/drive_c/Program Files/Guild Wars 
-Icon=0637_Gw2-64.0 
-Actions=Kill;Update;Repair; 
- 
-[Desktop Action Kill] 
-Exec=env WINEPREFIX='/home/CHANGEME/.wine/Guild Wars' wineserver -k 
-Name=Force-close 
- 
-[Desktop Action Update] 
-Exec=env WINEDEBUG='-all' WINEPREFIX='/home/CHANGEME/.wine/Guild Wars' wine '/home/CHANGEME/.wine/Guild Wars/drive_c/Program Files/Guild Wars/Gw.exe' -image 
-Name=Update Game Data 
- 
-[Desktop Action Repair] 
-Exec=env WINEDEBUG='-all' WINEPREFIX='/home/CHANGEME/.wine/Guild Wars' wine '/home/CHANGEME/.wine/Guild Wars/drive_c/Program Files/Guild Wars/Gw.exe' -repair 
-Name=Check and Repair Data</code> 
- 
-  sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/wine/Programs/Guild Wars/Guild Wars.desktop' 
- 
-====== Quick Commands ====== 
- 
-===== Winecfg ===== 
- 
-**** 
- 
-  WINEPREFIX=~/'.wine/Guild Wars' winecfg 
- 
-===== Winetricks ===== 
- 
-**** 
- 
-  WINEPREFIX=~/'.wine/Guild Wars' winetricks 
- 
-===== Registry Editor ===== 
- 
-**** 
- 
-  WINEPREFIX=~/'.wine/Guild Wars' regedit 
- 
-===== Kill ===== 
- 
-**** 
- 
-  WINEPREFIX=~/'.wine/Guild Wars' wineserver -k 
- 
-===== Execute ===== 
- 
-==== Guild Wars ==== 
- 
-**** 
- 
-  cd ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars' &&  
- 
-  mesa_glthread=true 
- 
-  WINEDEBUG='-all' 
- 
-  GALLIUM_HUD='cpu0+cpu1+cpu2+cpu3;GPU-load,requested-VRAM+VRAM-usage;API-thread-offloaded-slots+API-thread-direct-slots+API-thread-num-syncs;fps' 
- 
-  WINEPREFIX=~/'.wine/Guild Wars' wine ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars/Gw.exe' 
- 
-==== Updater ==== 
- 
-**** 
- 
-  cd ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars' && WINEPREFIX=~/'.wine/Guild Wars' wine ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars/Gw.exe' -image 
- 
-==== Repair ==== 
- 
-**** 
- 
-  cd ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars' && WINEPREFIX=~/'.wine/Guild Wars' wine ~/'.wine/Guild Wars/drive_c/Program Files/Guild Wars/Gw.exe' -repair 
- 
-===== File Manager ===== 
- 
-==== Root ==== 
- 
-**** 
- 
-  gio open ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars' 
C:/www/wiki/data/attic/games/wine/guild_wars_1.1694395991.txt.gz · Last modified: (external edit)