Path of Exile

The following describes how to setup Path of Exile.

Prerequisites (Arch only):

Dataset

Create a ZFS dataset for wine bottle.

Add to fstab:

Mount it

Configuration

Always use env WINEPREFIX=${HOME}/.local/share/wine/<wine bottle> when creating bottles. Otherwise wine defaults to ~/.wine.

Install dependencies:

To create a 32bit bottle use WINEARCH=win32.

Enable CSMT, optionallenable emulate virtual desktop and change DPI.

Tuning

Get videocard RAM:

echo $"VRAM: "$(($(grep -P -o -i "(?<=memory:).*(?=kbytes)" /var/log/Xorg.0.log) / 1024))$" Mb"

Set in regedit. Copy the number.

Go to HKEY_CURRENT_USER>Software>Wine

  • Add key "Direct3D"

  • Add new string to Direct3D folder. Right click>New String, type "VideoMemorySize", add "VideoMemorySize" string, use video memory number

With Installer

Install dependencies

Download and execute installer.

Run game launcher.

Last updated