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
Next revisionBoth sides next revision
games:wine:path_of_exile [2017/07/26 22:55] – [Path of Exile] Sean Rhonegames:wine:path_of_exile [2019/11/03 21:53] – [Path of Exile] Sean Rhone
Line 1: Line 1:
 +====== Information ======
  
 +  * [[https://www.pathofexile.com|Path of Exile]]
 +  * Standalone
 +  * 64-bit
 +  * [[https://appdb.winehq.org/objectManager.php?sClass=application&iId=13810|WineHQ AppDB]]
 +  * [[https://www.protondb.com/app/238960|ProtonDB]]
 +
 +===== Prerequisites =====
 +
 +  * [[distros:fedora_workstation_gnome|Fedora Workstation]]
 +  * [[notes:wine|Wine]]
 +
 +===== Notes =====
 +
 +  * TODO
 +
 +====== Install ======
 +
 +===== Path of Exile =====
 +
 +  * Install to default directory when prompted ((C:/Program Files (x86)/Grinding Gear Games/Path of Exile))
 +
 +  mkdir -p ~/'Wine Prefixes' ~/'Downloads/Path of Exile' && wget 'https://www.pathofexile.com/downloads/PathOfExileInstaller.exe' -O ~/'Downloads/Path of Exile/PathOfExileInstaller.exe' && WINEPREFIX=~/'Wine Prefixes/Path of Exile' WINEARCH='win64' wine ~/'Downloads/Path of Exile/PathOfExileInstaller.exe'
 +
 +===== Restore Content.ggpk =====
 +
 +****
 +
 +  mv ~/'Downloads/Path of Exile/Content.ggpk' ~/'Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile'
 +
 +===== Clean Up =====
 +
 +****
 +
 +  rm -Rf ~/'Downloads/Path of Exile' ~/'Desktop/Path of Exile.desktop' ~/'Desktop/Path of Exile.lnk' && sync
 +
 +====== DXVK ======
 +
 +===== Information =====
 +
 +  * https://github.com/doitsujin/dxvk
 +
 +  * D3D11 to Vulkan
 +
 +===== Download =====
 +
 +  * https://github.com/doitsujin/dxvk/releases
 +
 +===== Install =====
 +
 +****
 +
 +  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 ======
 +
 +===== Initial =====
 +
 +****
 +
 +  rm -Rf ~/'.local/share/applications/wine/Programs/Grinding Gear Games' && mkdir -p ~/'.local/share/applications/wine/Programs/Path of Exile'
 +
 +===== Path of Exile =====
 +
 +  nano ~/'.local/share/applications/wine/Programs/Path of Exile/Path of Exile.desktop'
 +
 +<code>
 +[Desktop Entry]
 +Name=Path of Exile
 +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
 +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
 +StartupNotify=true
 +Path=/home/CHANGEME/Wine Prefixes/Path of Exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile
 +Icon=7F60_ClientIcon.0
 +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]
 +Exec=env WINEPREFIX='/home/CHANGEME/Wine Prefixes/Path of Exile' wineserver -k
 +Name=Force-close
 +
 +[Desktop Action Cache]
 +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=Cache Clean-up</code>
 +
 +  sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/wine/Programs/Path of Exile/Path of Exile.desktop'
 +
 +====== Quick Commands ======
 +
 +===== Winecfg =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Path of Exile' winecfg
 +
 +===== Winetricks =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Path of Exile' winetricks
 +
 +===== Registry Editor =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Path of Exile' regedit
 +
 +===== Kill =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Path of Exile' wineserver -k
 +
 +===== Execute =====
 +
 +==== 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'
 +
 +  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 ====
 +
 +****
 +
 +  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/PackCheck.exe'
 +
 +===== File Manager =====
 +
 +==== Root ====
 +
 +****
 +
 +  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