Path of Exile python plugin for GOG Galaxy 2.0
git
python 3.6+
andpip
- Download latest release of the plugin for your platform.
- Create plugin folder (if it does not exists yet):
- Windows:
%LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\pathofexile_52d06761-1c23-d725-9720-57ee0b8b14bc
- MacOS:
${HOME}/Library/Application Support/GOG.com/Galaxy/plugins/installed/pathofexile_52d06761-1c23-d725-9720-57ee0b8b14bc
- Windows:
- Disconnect
Path of Exile
plugin if it's already running, or shutdown the GLX - Unpack (and replace) plugin archive to the plugin folder created in 3.
- Re-connect(or re-start) the GLX
Prerequisites:
git
python 3.6+
andpip
git clone https://github.com/nyash-qq/galaxy-plugin-poe.git
cd galaxy-plugin-poe
pip install invoke
inv test build install
- Since achievements unlock time is not present on PoE profile page, time of the first import is taken instead
- Not supported yet. I imagine this being handled by the GLX in a more general way instead
- If you know what is the most common, proper way of running PoE on Mac, please let me know