====== Information ====== * [[https://www.pathofexile.com|Path of Exile]] * Standalone * 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 ===== * [[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' [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 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'