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/05/21 23:56] Sean Rhone
Line 1: Line 1:
 +====== Information ======
  
 +  * Path of Exile ((https://www.pathofexile.com))
 +  * Standalone
 +  * 64-bit
 +
 +===== Prerequisites =====
 +
 +  * [[distros:fedora_workstation_gnome|Fedora Workstation]]
 +  * [[distros:opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]]
 +  * [[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-'* && 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' 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'
 +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=Kill;Repair;
 +
 +[Desktop Action Kill]
 +Exec=env WINEPREFIX='/home/CHANGEME/Wine Prefixes/Path of Exile' wineserver -k
 +Name=Force-close
 +
 +[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</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' && 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
 +
 +==== 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 ====
 +
 +****
 +
 +  xdg-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