notablackbear / poe_qolV2

52 stars 34 forks source link

screen_res keeps changing on its own #42

Open alumriel opened 3 years ago

alumriel commented 3 years ago

My setup - I have 2 monitors and I run PoE on monitor 2, in a window. I can manually set the screen_res value before I start up the tool and it works fine. However, the next time I go to use it, the screen_res has changed to a different value and I have to change it back again, for the overlay to be placed in the proper location.

Please consider adding a toggle in the setup.ini to not have it change automatically, or alter the logic to account for whatever is causing this to change.

Thanks!

notablackbear commented 3 years ago

The documentation indicates that it needs to be run on the primary monitor in windowed fullscreen. This would require some significant changes to how the code works. I'd love to make those changes, but they will probably be a long ways off from now. I've added this to the TODO list

XaocDIO commented 3 years ago

Hi! Have same problem. May be add in setup.ini new variable Offset_from_top and set it to 0 (window fullscreen) or 8 (header's pixel value). And change the formula to calculate the vertical offset.