User Tools

Site Tools


games:wine:path_of_exile

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:path_of_exile [2019/05/21 23:56] Sean Rhonegames:wine:path_of_exile [2019/11/03 23:03] (current) Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * Path of Exile ((https://www.pathofexile.com))+  * [[https://www.pathofexile.com|Path of Exile]]
   * Standalone   * Standalone
   * 64-bit   * 64-bit
 +
 +===== Wine Resources =====
 +
 +  * [[https://appdb.winehq.org/objectManager.php?sClass=application&iId=13810|WineHQ AppDB]]
 +  * [[https://www.protondb.com/app/238960|ProtonDB]]
 +  * [[https://lutris.net/games/path-of-exile/|Lutris]]
  
 ===== Prerequisites ===== ===== Prerequisites =====
  
   * [[distros:fedora_workstation_gnome|Fedora Workstation]]   * [[distros:fedora_workstation_gnome|Fedora Workstation]]
-  * [[distros:opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]] 
   * [[notes:wine|Wine]]   * [[notes:wine|Wine]]
  
Line 51: Line 56:
 **** ****
  
-  rm -rf '/tmp/dxvk-'* && cd '/tmp' && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' && cd ~ && WINEPREFIX=~/'Wine Prefixes/Path of Exile' '/tmp/dxvk-'*'/setup_dxvk.sh' install && rm -rf '/tmp/dxvk-'* && sync+  rm -rf '/tmp/dxvk-'* && cd '/tmp' && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' && cd ~ && WINEPREFIX=~/'Wine Prefixes/Path of Exile' '/tmp/dxvk-'*'/setup_dxvk.sh' install && rm -rf '/tmp/dxvk-'&& mkdir -p ~/'Wine Prefixes/Path of Exile/dxvk_state_cache' && sync
  
 ====== Desktop Launcher ====== ====== Desktop Launcher ======
Line 70: Line 75:
 Comment=You are an Exile, struggling to survive on the dark continent of Wraeclast, as you fight to earn power that will allow you to exact your revenge against those who wronged you. Comment=You are an Exile, struggling to survive on the dark continent of Wraeclast, as you fight to earn power that will allow you to exact your revenge against those who wronged you.
 Categories=Game;AdventureGame;RolePlaying Categories=Game;AdventureGame;RolePlaying
-Exec=env DXVK_LOG_LEVEL='none' WINEDEBUG='-all' WINEPREFIX='/home/CHANGEME/Wine Prefixes/Path of Exile' wine '/home/CHANGEME/Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile/PathOfExile.exe'+Exec=env DXVK_LOG_LEVEL='none' DXVK_STATE_CACHE_PATH='/home/CHANGEME/Wine Prefixes/Path of Exile/dxvk_state_cache' MESA_GLSL_CACHE_DIR='/home/CHANGEME/Wine Prefixes/Path of Exile' WINEDEBUG='-all' WINEPREFIX='/home/CHANGEME/Wine Prefixes/Path of Exile' wine '/home/CHANGEME/Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile/PathOfExile.exe' --nologo
 Type=Application Type=Application
 StartupNotify=true StartupNotify=true
 Path=/home/CHANGEME/Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile Path=/home/CHANGEME/Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile
 Icon=7F60_ClientIcon.0 Icon=7F60_ClientIcon.0
-Actions=Kill;Repair;+Actions=Repair;Kill;Cache 
 + 
 +[Desktop Action Repair
 +Exec=gnome-terminal -- env WINEDEBUG='-all' WINEPREFIX='/home/CHANGEME/Wine Prefixes/Path of Exile' wine '/home/CHANGEME/Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile/PackCheck.exe' 
 +Name=Check and Repair Data
  
 [Desktop Action Kill] [Desktop Action Kill]
Line 81: Line 90:
 Name=Force-close Name=Force-close
  
-[Desktop Action Repair+[Desktop Action Cache
-Exec=gnome-terminal -- env WINEDEBUG='-allWINEPREFIX='/home/CHANGEME/Wine Prefixes/Path of Exile' wine '/home/CHANGEME/Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile/PackCheck.exe+Exec=bash -c "rm -Rf ~/'Wine Prefixes/Path of Exile/dxvk_state_cache/'* ~/'Wine Prefixes/Path of Exile/mesa_shader_cache/'* ~/'Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile/CachedHLSLShaders~/'Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile/logs' ~/'Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile/PathOfExile'*'.log~/'Wine Prefixes/Path of Exile/drive_c/windows/temp/'* ~/'Wine Prefixes/Path of Exile/drive_c/users/'$USER'/Temp/'* && sync && notify-send 'The Path of Exile cache has been cleaned.'" 
-Name=Check and Repair Data</code>+Name=Cache Clean-up</code>
  
   sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/wine/Programs/Path of Exile/Path of Exile.desktop'   sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/wine/Programs/Path of Exile/Path of Exile.desktop'
Line 117: Line 126:
 ==== Path of Exile ==== ==== Path of Exile ====
  
-****+  cd ~/'Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile' &&  
 + 
 +  DXVK_HUD='full' 
 + 
 +  WINEDEBUG='-all'
  
-  cd ~/'Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile' && WINEPREFIX=~/'Wine Prefixes/Path of Exile' wine ~/'Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile/PathOfExile.exe' --noasync+  DXVK_STATE_CACHE_PATH=~/'Wine Prefixes/Path of Exile/dxvk_state_cache' MESA_GLSL_CACHE_DIR=~/'Wine Prefixes/Path of Exile' WINEPREFIX=~/'Wine Prefixes/Path of Exile' wine ~/'Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile/PathOfExile.exe'
  
 ==== PackCheck ==== ==== PackCheck ====
Line 133: Line 146:
 **** ****
  
-  xdg-open ~/'Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile'+  gio open ~/'Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile'
/var/www/wiki/data/pages/games/wine/path_of_exile.txt · Last modified: 2019/11/03 23:03 by Sean Rhone