User Tools

Site Tools


games: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 revisionBoth sides next revision
games:wine:guild_wars_2 [2019/05/15 21:38] Sean Rhonegames:wine:guild_wars_2 [2019/05/21 20:58] Sean Rhone
Line 11: Line 11:
 ===== Notes ===== ===== Notes =====
  
-  * If using an Esync build of Wine, ''-dx9single'' is not needed and will lower performance +  * Esync is built into Staging and should be used for better performance 
-  * GW2 failed to start with Wine 4.7 on Fedora 30 on 2019/05/15; TODO: test openSUSE+  * D9VK should be used
  
 ====== Install ====== ====== Install ======
Line 18: Line 18:
 ===== Guild Wars 2 ===== ===== Guild Wars 2 =====
  
 +  * :!: When the launcher is shown, the desktop environment slows down noticeably
   * Install to default directory when prompted ((''C:\Program Files\Guild Wars 2''))   * Install to default directory when prompted ((''C:\Program Files\Guild Wars 2''))
   * Log-in when launcher progresses enough   * Log-in when launcher progresses enough
Line 30: Line 31:
   mv ~/'Downloads/Guild Wars 2/Gw2.dat' ~/'Wine Prefixes/Guild Wars 2/drive_c/Program Files/Guild Wars 2' && sync   mv ~/'Downloads/Guild Wars 2/Gw2.dat' ~/'Wine Prefixes/Guild Wars 2/drive_c/Program Files/Guild Wars 2' && sync
  
-===== Sandbox =====+===== Wine Configuration =====
  
-****+  :!: Use a virtual desktop to potentially avoid the launcher causing the DE to slow to a crawl 
 +  At 4K native resolution, use a virtual desktop of 2560×1440 and 192 dpi 
 +  At 1080p native resolution, use a virtual desktop of 1280x720 and default 96 dpi 
 +  [x] Automatically capture the mouse in full-screen windows
  
-  WINEPREFIX=~/'Wine Prefixes/Guild Wars 2' winetricks sandbox && sync+  WINEPREFIX=~/'Wine Prefixes/Guild Wars 2' winecfg
  
-===== Virtual Desktop ===== +===== Clean Up =====
- +
-  * Needed to prevent the launcher from eating resources and essentially locking up the system +
-  * 2375x1410 suites a 4K screen well at 192 dpi +
- +
-  WINEPREFIX=~/'Wine Prefixes/Guild Wars 2' winetricks vd=2375x1410 +
- +
-  WINEPREFIX=~/'Wine Prefixes/Guild Wars 2' winetricks vd=1280x720 +
- +
-===== Gallium Nine =====+
  
 **** ****
  
-  WINEPREFIX=~/'Wine Prefixes/Guild Wars 2' winecfg+  rm -Rf ~/'Downloads/Guild Wars 2' ~/'Desktop/Guild Wars 2.desktop' && sync
  
-===== Video Memory =====+====== D9VK ======
  
-  * 8192MB+===== Information =====
  
-  WINEPREFIX=~/'Wine Prefixes/Guild Wars 2' wine reg add 'HKCU\Software\Wine\Direct3D' /v 'VideoMemorySize' /t 'REG_SZ' /d '8192' /f+  * https://github.com/Joshua-Ashton/d9vk
  
-===== DPI =====+  * D3D9 to Vulkan
  
-  * 192 dpi +===== Download =====
-  * This affects cursor size, launcher size, and UI/HUD scaling+
  
-  WINEPREFIX=~/'Wine Prefixes/Guild Wars 2' wine reg add 'HKLM\System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts' /v 'LogPixels' /t 'REG_DWORD' /d '192' /f+  * https://git.froggi.es/joshua/d9vk/-/jobs ((until D9VK potentially starts releasing builds)) 
 +  * Download the latest artifacts
  
-===== Mouse Capture =====+===== Install =====
  
-  * winecfg -> Graphics -> Automatically capture the __m__ouse in full-screen windows +  * :!: If there is anything else in ''/tmp/build'', it will be deleted
-  * :!: This is required in-game if using an emulated desktop at all +
-  * TODO: Why are there two methods here?+
  
-  WINEPREFIX=~/'Wine Prefixes/Guild Wars 2' wine reg add 'HKCU\Software\Wine\X11 Driver' /'GrabFullscreen/t 'REG_SZ' /'Y' /f +  rm -Rf '/tmp/build&& unzip ~/'Downloads/d9vk-master'*'.zip-d '/tmp&& WINEPREFIX=~/'Wine Prefixes/Guild Wars 2' '/tmp/build/dxvk-release/setup_dxvk.shinstall && sync && rm -Rf '/tmp/build'
- +
-  WINEPREFIX=~/'Wine Prefixes/Guild Wars 2' winetricks grabfullscreen=y +
- +
-===== Clean Up ===== +
- +
-**** +
- +
-  rm -Rf ~/'Downloads/Guild Wars 2' ~/'Desktop/Guild Wars 2.desktop' && sync+
  
 ====== Desktop Launcher ====== ====== Desktop Launcher ======
Line 97: Line 82:
 Comment=Guild Wars 2 is an online role-playing game with fast-paced action combat, a rich and detailed universe of stories, awe-inspiring landscapes to explore, two challenging player vs. player modes—and no subscription fees! Comment=Guild Wars 2 is an online role-playing game with fast-paced action combat, a rich and detailed universe of stories, awe-inspiring landscapes to explore, two challenging player vs. player modes—and no subscription fees!
 Categories=Game;AdventureGame;RolePlaying Categories=Game;AdventureGame;RolePlaying
-Exec=env WINEDEBUG='-all' WINEPREFIX='/home/CHANGEME/Wine Prefixes/Guild Wars 2' wine '/home/CHANGEME/Wine Prefixes/Guild Wars 2/drive_c/Program Files/Guild Wars 2/Gw2-64.exe' -autologin+Exec=env DXVK_LOG_LEVEL='none' WINEDEBUG='-all' WINEPREFIX='/home/CHANGEME/Wine Prefixes/Guild Wars 2' wine '/home/CHANGEME/Wine Prefixes/Guild Wars 2/drive_c/Program Files/Guild Wars 2/Gw2-64.exe' -autologin
 Type=Application Type=Application
 StartupNotify=true StartupNotify=true
/var/www/wiki/data/pages/games/wine/guild_wars_2.txt · Last modified: 2023/09/27 06:05 by Sean Rhone