PoE Ladder is a website that lets you track your unique item collections in Path of Exile's various Solo-Self Found leagues.
This fork of SnosMe's awakened-poe-trade app replaces the price-checking feature with a lookup of PoE Ladder data for your account. This will let you:
- Check whether you already own a unique in a selected league
- Compare the stats of the unique that you just found with the one that you own
- Do cross-league lookups e.g. Find an item in a temporary league like SSF Ancestor and look it up in your SSF Standard collection
To get started, you can either build the app yourself using the instructions below or join the PoE Ladder Discord to get the latest pre-build installer for the app.
You can pick up the latest version of the application on the 'Releases' page. Just download and run the executable to install the application. Note that this will overwrite any existing installation of Awakened PoE Trade (both the original version and the PoE Ladder version).
Once you have installed the app, just hover over a unique item in the PoE client and use the Ctrl + D command to look up the item.
If you haven't set up your account in the app then you will see a set of instructions like those shown below:
Here you can see an example of a unique in SSF Ancestor being compared to the owned version in SSF Standard:
If you don't already have the unique in a league then you'll see an error message like the one below:
- Clone project into VSCode
- cd renderer
- npm install
- cd ..\main
- npm install
Complete the steps in 1. Set up the project prior to attempting this
- Open the project in VSCode
- cd renderer
- npm run build
- npm run make-index-files
- cd ..\main
- npm run build
Complete the steps in 1. Set up the project prior to attempting this
- Open the project in VSCode
- cd renderer
- npm run make-index-files
- Open a cmd window
- cd ..\awakened-poe-trade-poeladder\renderer
- npm run dev
- Leave that window running
- Open the project in VSCode
- cd main
- npm run dev
- Start PoE
Complete the steps in 2. How to build the project prior to attempting this
- Open the project in VSCode
- cd main
- npm run package
The packaging process is dependent upon two separate builds: the "renderer" folder and the "main" folder. It then packages both of these up in to %LocalAppData%\Programs\Awakened PoE Trade\resources\app.asar based on the commands in electron-builder.yml.
An versioned installer is also available in .\awakened-poe-trade-poeladder\main\dist. This file should be uploaded to GitHub
You can manually edit the compiled app.asar file by:
- Installing 7-Zip (64-bit)
- Installing the "Asar7z" plugin (64-bit)
- Extracting the files/folders from your app.asar file then compare them to a working version