Skip to content
Riley edited this page Sep 19, 2023 · 17 revisions

Initial setup

Resolution

Unique Matcher currently supports only resolution of 1920x1080px in fullscreen mode. If you play PoE in windowed mode, the matching will likely fail.

NOTE: You can optionally force enable other resolutions by setting OPT_ALLOW_NON_FULLHD in unique_matcher/constants.py to True, but you have been warned.

Socket notches

Using socket notches other than the basic ones will decrease accuracy on socketed items (the more sockets, the lower the accuracy). For best results use the basic ones.

Good Okay Not so good
1 2 3

Running the app

Obtaining screenshots

In the Installation section you should have started the AHK shortcut script. By pressing Win+s a new screenshot is put into data/queue folder.

2023-09-19_09-29

The app processes screenshots from the data/queue folder, on success they are placed in data/done and on error into data/errors.

Results

Results are saved into a CSV file in data/results. The files are named according to the current date and time. If you click the Create snapshot button, a new file will be created and used until the app is closed or you click the button again. This is useful to differentiate between several runs/maps/locations.

Logs

In case you find an issue, report it in Issues and include the last log from data/logs.

Clone this wiki locally