4rtzel / poe-archnemesis-scanner

Tool for Path of Exile game to automatically scan Archemesis inventory and display related information
Apache License 2.0
64 stars 25 forks source link

wonky at 2560x1440 #3

Open goudekid opened 2 years ago

goudekid commented 2 years ago

All the guide boxes for "where is the stuff for this recipe" are totally offset from where they should be at 1440p it seems

image

goudekid commented 2 years ago

better example, showing how they are offset vs where they should be

image

4rtzel commented 2 years ago

Are you running the game in windowed fullscreen mode?

Also, are you perchance using windows scale feature? If so, could you try a workaround suggested by u/Arkalagon

managed to make it work by right clicking the .exe, going into "properties", "compatibility tab", "change high DPI settings", and then check "override high DPI scaling behavior, scaling performed by: Application".

goudekid commented 2 years ago

Setting high DPI did indeed fix it!

dovry commented 2 years ago

@4rtzel https://github.com/tmikoss/archnemesis-detector/issues/1#issuecomment-1034716381

Shouldn't have to modify the client to be able to read images from it

4rtzel commented 2 years ago

@dovry, the issue here is not related to search but to the highlights. I suspect that when the windows ui scale is active, it messes up the size and the positions of all windows that this programs operate with, including highlights (after all, highlights are just small, colored windows).

As for the other part of the comment you linked. They mentioned that using only height for calculations yield better results across different setups. I agree with this and I was actually using this from the very begging.

meepen commented 2 years ago

fixed in #35