GTAV-FingerprintSolver
GTAV-FingerprintSolver copied to clipboard
Windows DPI scaling (e.g. on 4K resolution) breaks the script
The region gets offset because python.exe detects my 3840x2160 monitor as 3072x1728 instead. This happens to match the DPI scaling I have set on my monitor: 3072 * 1.25 = 3840.
The workaround I applied was to disable DPI scaling for Python.exe (NOT py.exe) by selecting "Scaling performed by: Application" in Compatibility > Change settings for all users > Change high DPI settings.
This has not been tested A way you could implement this into the script is by using the top comment into the script but I have not been able to test this since I only use a HD monitor.
You can also try.. You can also try and edit mike546378's suggestion to someone having a different screen resoultiuon to HD.