User Tools

Site Tools


games:wine:ffxiv_benchmark

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
games:wine:ffxiv_benchmark [2019/05/24 23:17] – created Sean Rhonegames:wine:ffxiv_benchmark [2019/05/24 23:20] Sean Rhone
Line 25: Line 25:
  
   mkdir -p ~/'Wine Prefixes' ~/'Downloads/Guild Wars 2' && wget -O ~/'Downloads/Guild Wars 2/Gw2Setup.exe' 'https://account.arena.net/content/download/gw2/win/64' && WINEPREFIX=~/'Wine Prefixes/Guild Wars 2' WINEARCH='win64' wine explorer /desktop='GW2','1280x720' ~/'Downloads/Guild Wars 2/Gw2Setup.exe'   mkdir -p ~/'Wine Prefixes' ~/'Downloads/Guild Wars 2' && wget -O ~/'Downloads/Guild Wars 2/Gw2Setup.exe' 'https://account.arena.net/content/download/gw2/win/64' && WINEPREFIX=~/'Wine Prefixes/Guild Wars 2' WINEARCH='win64' wine explorer /desktop='GW2','1280x720' ~/'Downloads/Guild Wars 2/Gw2Setup.exe'
 +
 +  mkdir -p ~/'Wine Prefixes' && WINEPREFIX=~/'Wine Prefixes/FFXIV Benchmark' WINEARCH='win64' wineboot
 +
 +
  
 ===== Restore Gw2.dat ===== ===== Restore Gw2.dat =====
Line 47: Line 51:
   rm -Rf ~/'Downloads/Guild Wars 2' ~/'Desktop/Guild Wars 2.desktop' && sync   rm -Rf ~/'Downloads/Guild Wars 2' ~/'Desktop/Guild Wars 2.desktop' && sync
  
-====== D9VK ======+====== DXVK ======
  
 ===== Information ===== ===== Information =====
  
-  * https://github.com/Joshua-Ashton/d9vk+  * https://github.com/doitsujin/dxvk
  
-  * D3D9 to Vulkan+  * D3D11 to Vulkan
  
 ===== Download ===== ===== Download =====
  
-  * https://git.froggi.es/joshua/d9vk/-/jobs ((until D9VK potentially starts releasing builds)) +  * https://github.com/doitsujin/dxvk/releases
-  * Download the latest artifacts+
  
 ===== Install ===== ===== Install =====
  
-  :!: If there are any other files in ''/tmp/build'', they will be **deleted**+****
  
-  rm -Rf '/tmp/build' && unzip ~/'Downloads/d9vk-master'*'.zip' -d '/tmp' && WINEPREFIX=~/'Wine Prefixes/Guild Wars 2' '/tmp/build/dxvk-release/setup_dxvk.sh' install && sync && rm -Rf '/tmp/build'+  rm -rf '/tmp/dxvk-'&& cd '/tmp' && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz&& cd ~ && WINEPREFIX=~/'Wine Prefixes/FFXIV Benchmark' '/tmp/dxvk-'*'/setup_dxvk.sh' install && rm -rf '/tmp/dxvk-'* && sync
  
 ====== Desktop Launcher ====== ====== Desktop Launcher ======