PoE Overlay is a tool for Path of Exile. The core aspect is to blend in with the game. Built with Electron and Angular.
- Community Development
- Features
- Getting Started
- Roadmap
- Developer Docs
- Authors
- License
- Acknowledgments
This version of PoE Overlay was forked on 2020-06-10 to snapshot the app before it was converted to utilizing Overwolf.
We have a Discord server here where we discuss features, bugs, and development. All are welcome to join.
- 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
- Configurable (positioning & coloring) grid overlay for both Normal & Quad tabs
- Customizable colors for the grid lines, outline, background & highlighting of items
- Used mainly in conjuction with other features (e.g. Trade Companion, Vendor Recipes, ...)
- Inspired by MercuryTrade's trade notifications
- Receive a (small) notification popup when being whispered (or whispering someone else) for a trade
- Has quick-action buttons to invite, trade, dismiss, whisper, ask-if-still-interested, repeat-trade-whisper, etc...
- Customizable buttons with your own label that send your own customizable text to the buyer/seller
- Item highlighting to quickly find the item you're selling (uses the stash grid overlay)
- Demo Video
- Inspired by ChaosRecipeEnhancer's chaos recipe tool
- Configure multiple vendor recipes, using a sensible default template of the recipe type which can then be fully customized
- It comes with templats for: Chaos Orb, Exalted Shards, Gemcutter's Prism, Glassblower's Bauble, Regal Orb and Chance Orb
- Multiple of the same recipe van be configured with different settings for each recipe
- Has its own separate overlay bar which can be customized and positioned anywhere on your screen
- Highlights completed 'sets' using the stash grid overlay
- Note: Filter updating currently isn't supported, but might be added later on
- Note: parts of this feature require you to sign-in to your PoE account through the tool's settings menu
- Bind in game commands to a custom hotkey
- Premade /hideout on
F5
and /dnd onF6
- Bind websites to hotkeys
- Navigating storage with Ctrl + MWheel
- Highlighting items with Alt + F
- An in game menu to change all settings
- Windows 10 x64
- Windows 7 x64 (with keyboard support enabled)
- Linux x64
- 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:
Use poe-overlay-Setup-<version>.exe
to install locally. This supports auto update / auto launch.
Use poe-overlay-<version>.exe
for the portable version. This does not support auto update / auto launch.
- Run PoE Overlay
- Start Path of Exile
- Wait until you can see
PoE Overlay
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 |
Click to see full list
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 |
Alt+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+MWheel |
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 |
Module | Status | Notes |
---|---|---|
Linux | In Progress | - Allow running this app on Linux |
Vulkan | In Progress | - Support for Vulkan video modes |
See here.
- Nicklas Ronge - Initial work - Kyusung4698
- WhiteFang - Trade Companion, Vendor Recipes, Grid Stash Overlay - WhiteFang5
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
- Mercury Trade inspiration for the Trade Companion
- SignPath.io for the free code signing
- Smashicon via Flaticon.com for the Vendor Recipe icons
The app reads and parses the client log file generated by the game for the purpose of obtaining whisper and trade-related data such as joining/leaving of players.
The app allows signing in to your PoE Account. Doing so will accumlate the following account data for usage within the app:
- Account profile info [name, realm, etc...] (to show that you're logged in, and used to access other account-related data such as stashes, characters, etc...)
- A List of private leagues (to allow selecting them from the Leagues list in the settings)
- Stash info [names, types, etc...] (to allow the appropriate grid overlay to be shown)
The app does not collect and distribute/communicate any personal data to a third-party website/location/service.
This app isn't affiliated with Grinding Gear Games in any way.