An Overlay for Path of Exile. The core aspect is to blend in with the game. Built with Electron and Angular.
-
Evaluation of items:
- select your preferred currencies and language
- uses the official pathofexile.com/trade website
- a graphical display of the price distribution
- filter your search on all supported properties on click
- an in game browser to display the created search
- lets you price tag the item by clicking the desired bar/value
-
Customisable keybindings:
- bind in game commands to a custom hotkey
- premade /hideout on
F5
and /dnd onF6
-
Bookmark
- bind websites on hotkeys
-
Misc:
- Navigating storage by CTRL + WHEEL
- Highlighting items by ALT + F
-
Menu:
- an in game menu to change all settings
- an in game menu to change all settings
See the Wiki for further details.
Module | Status | Notes |
---|---|---|
Linux | 50% | - Allow running this app on Linux |
Trade | 0% | - Send messages - Trade UI - etc. |
Overwolf | 0% | - Release this app as Overwolf addon to support a fullscreen experience |
These instructions will set you up to run and enjoy the overlay.
- Windows 10 x64
- Windows 7 x64
- Linux coming soon (can be compiled manually)
- Path of Exile must be in windowed fullscreen mode
- PoE Overlay should run with privileged rights
- You may need to install vc_redist
- Head over to Releases and download one of the following files
poe-overlay-Setup-0.6.16.exe
to install locally. This supports auto update/ auto launch.poe-overlay-0.6.16.exe
portable version. This does not support auto update/ auto launch.
- Run either of your downloaded file
- Start Path of Exile
- Wait until you can see
PoE Overlay 0.6.16
in the bottom left corner - Hit
f7
and setLanguage
andLeague
to meet your game settings
You can change these shortcuts in the user settings menu.
Shortcut | Description |
---|---|
ctrl+d |
Displays the item in a frame and evaluates the price. You can open the offical trade site on click of the currency value |
f7 |
Opens the user settings menu |
Full list below. Click on Details
.
Shortcut | Description |
---|---|
ctrl+d |
Displays the item in a frame and evaluates the price. You can open the offical trade site on click of the currency value |
ctrl+t |
As above - displays the item translated |
alt+w |
Opens item in wiki |
ctrl+alt+w |
As above - but in external browser |
alt+g |
Opens item in poedb |
ctrl+alt+g |
As above - but in external browser |
alt+q |
Shows map info (layout, bosses) |
alt+f |
Highlights item in stash |
ctrl+wheel |
Navigates through stash tabs |
f5 |
Go to Hideout |
f6 |
Toggle DND |
f7 |
Opens the user settings menu |
f8 |
Exits overlay |
alt + num1 |
Open https://www.poelab.com/ |
alt + num2 |
Open https://wraeclast.com/ |
esc |
Close latest dialog |
space |
Close all dialogs |
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Your editor of choice for a node project - like vscode.
The first thing to install is nodejs. Download your matching executable and follow the instructions.
Then you need to install the windows-build-tools from an elevated PowerShell or CMD.exe. This may take a while (10-15min).
npm install --global --production windows-build-tools
- Clone the repository.
- Open up the folder with your editor.
- Run
npm install
to install all required npm packages. - Run
npm run electron:rebuild
to generate a executable robotjs version.
That's it. Your Project should now be ready to run:
npm run start
These are used to test for eg. the external APIs (poe.ninja, etc.). To run those:
npm run ng:test
These will run certain linters to keep the project in a clean state.
npm run ng:lint
A electron executable can be generate by calling:
npm run electron:windows
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Nicklas Ronge - Initial work - Kyusung4698
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Grinding Gear Games the game
- PoE TradeMacro initial inspiration
- poe.ninja currency values
- libggpk parsing content.ggpk