Awesome
galaxy-plugin-poe
Path of Exile python plugin for GOG Galaxy 2.0
Prerequisites
git
python 3.6+
andpip
Installation
Instaling releases
- 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
Installing from sources
⚠️ Make sure you know what you are doing.
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
Known issues
Achievements
- Since achievements unlock time is not present on PoE profile page, time of the first import is taken instead
Game Time Tracking
- Not supported yet. I imagine this being handled by the GLX in a more general way instead
MacOS support
- If you know what is the most common, proper way of running PoE on Mac, please let me know