User Tools

Site Tools


games:wine:elder_scrolls_online

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
games:wine:elder_scrolls_online [2022/06/20 19:20] – created Sean Rhonegames:wine:elder_scrolls_online [2022/06/20 21:13] – [ESO] Sean Rhone
Line 14: Line 14:
 ===== ESO ===== ===== ESO =====
  
-  * :!: As of 2022/06/20, this is a 71GB download+  * :!: As of 2022/06/20 the installer is 172MB and ESO is a 71GB download
  
   mkdir -p ~/'Wine Prefixes' && wget 'https://elderscrolls-a.akamaihd.net/products/BNA_Launcher/Install_ESO.exe' -O ~/'Downloads/Install_ESO.exe' && WINEPREFIX=~/'Wine Prefixes/The Elder Scrolls Online' WINEARCH='win64' wine ~/'Downloads/Install_ESO.exe'   mkdir -p ~/'Wine Prefixes' && wget 'https://elderscrolls-a.akamaihd.net/products/BNA_Launcher/Install_ESO.exe' -O ~/'Downloads/Install_ESO.exe' && WINEPREFIX=~/'Wine Prefixes/The Elder Scrolls Online' WINEARCH='win64' wine ~/'Downloads/Install_ESO.exe'
Line 41: Line 41:
  
   * https://github.com/doitsujin/dxvk   * https://github.com/doitsujin/dxvk
 +  * https://github.com/Sporif/dxvk-async
  
   * D3D11 to Vulkan   * D3D11 to Vulkan
-  * :!: This is only useful for DXGI +  * Async
-  * :!: May not be necessary for Fedora, but it won't necessarily hurt anything +
-  * :!: The Async build of DXVK is unnecessary here, but presumably won't hurt anything either+
  
 ===== Download ===== ===== Download =====
  
-  * https://github.com/doitsujin/dxvk/releases+  * https://github.com/Sporif/dxvk-async/releases
  
 ===== Install ===== ===== Install =====
Line 55: Line 54:
 **** ****
  
-  rm -rf '/tmp/dxvk-'* && cd '/tmp' && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' && chmod +x '/tmp/dxvk-'*'/setup_dxvk.sh' && cd ~ && WINEPREFIX=~/'Wine Prefixes/Diablo II Resurrected' '/tmp/dxvk-'*'/setup_dxvk.sh' install && rm -rf '/tmp/dxvk-'* && cd ~ && mkdir -p ~/'Wine Prefixes/Diablo II Resurrected/dxvk_state_cache' && sync +  rm -rf '/tmp/dxvk-'* && cd '/tmp' && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' && chmod +x '/tmp/dxvk-'*'/setup_dxvk.sh' && cd ~ && WINEPREFIX=~/'Wine Prefixes/The Elder Scrolls Online' '/tmp/dxvk-'*'/setup_dxvk.sh' install && rm -rf '/tmp/dxvk-'* && cd ~ && mkdir -p ~/'Wine Prefixes/The Elder Scrolls Online/dxvk_state_cache' && sync
- +
-====== VKD3D-Proton ====== +
- +
-===== Information ===== +
- +
-  * https://github.com/HansKristian-Work/vkd3d-proton +
- +
-  * D3D12 to Vulkan +
- +
-===== Download ===== +
- +
-  * https://github.com/HansKristian-Work/vkd3d-proton/actions/workflows/artifacts.yml +
-  * :!: Need to be signed into GitHub to be able to click artifact links +
- +
-===== Install ===== +
- +
-**** +
- +
-  rm -Rf '/tmp/vkd3d-proton' && unzip -d '/tmp/vkd3d-proton' ~/'Downloads/vkd3d-proton-'*'.zip' && chmod +x '/tmp/vkd3d-proton/setup_vkd3d_proton.sh' && cd ~ && WINEPREFIX=~/'Wine Prefixes/Diablo II Resurrected' '/tmp/vkd3d-proton/setup_vkd3d_proton.sh' install && rm -Rf '/tmp/vkd3d-proton' && cd ~ && sync +
- +
-===== Windows 10 ===== +
- +
-**** +
- +
-  WINEPREFIX=~/'Wine Prefixes/Diablo II Resurrected' winetricks 'win10'+
  
 ====== Desktop Launcher ====== ====== Desktop Launcher ======
Line 146: Line 120:
 **** ****
  
-  WINEPREFIX=~/'Wine Prefixes/Diablo II Resurrected' winecfg+  WINEPREFIX=~/'Wine Prefixes/The Elder Scrolls Online' winecfg
  
 ===== Winetricks ===== ===== Winetricks =====
Line 152: Line 126:
 **** ****
  
-  WINEPREFIX=~/'Wine Prefixes/Diablo II Resurrected' winetricks+  WINEPREFIX=~/'Wine Prefixes/The Elder Scrolls Online' winetricks
  
 ===== Registry Editor ===== ===== Registry Editor =====
Line 158: Line 132:
 **** ****
  
-  WINEPREFIX=~/'Wine Prefixes/Diablo II Resurrected' regedit+  WINEPREFIX=~/'Wine Prefixes/The Elder Scrolls Online' regedit
  
 ===== Kill ===== ===== Kill =====
Line 164: Line 138:
 **** ****
  
-  WINEPREFIX=~/'Wine Prefixes/Diablo II Resurrected' wineserver -k+  WINEPREFIX=~/'Wine Prefixes/The Elder Scrolls Online' wineserver -k
  
 ===== Execute ===== ===== Execute =====