Apollys / PoEDynamicLootFilter

Tool to Modify your Loot Filter seamlessly while playing Path of Exile
55 stars 9 forks source link

Fix multiple profiles with same output filter filename #4

Closed Apollys closed 2 years ago

Apollys commented 2 years ago

Currently, the backend loads the output filter rather than the input filter, if it exists, to save computation.

Since all profiles by default have the same output filter filename, we need to ensure the output filter actually corresponds to the current profile. If not, we need to read the input filter.

Apollys commented 2 years ago

image

Fixed with the following workflow (see big right box), except we skip step 1.