Path of Exile

The following describes how to setup Path of Exile.

Prerequisites (Arch only):

Dataset

Create a ZFS dataset for wine bottle.

zfs create -o mountpoint=legacy vault/sys/$(hostname)/home/john/local/share/wine

Add to fstab:

vault/sys/chin/home/john/local/share/wine  /home/john/.local/share/wine zfs       rw,relatime,xattr,noacl     0 0

Mount it

mkdir /home/john/.local/share/wine
mount -a

Configuration

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

Install dependencies:

pacman -S mpg123 lib32-gst-plugins-base-libs pulseaudio-alsa lib32-libpulse lib32-alsa-plugins lib32-libldap lib32-openal
pacaur -S ttf-ms-fonts  ttf-tahoma

To create a 32bit bottle use WINEARCH=win32.

Enable CSMT, optionallenable emulate virtual desktop and change DPI.

Tuning

Get videocard RAM:

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