Skip to content

Fix ACT window scale down

Noisyfox edited this page Nov 7, 2017 · 1 revision

For users with a high dpi screen, an issue in ACT will cause the window be scaled down when this plugin is loaded.

This is caused by creating a WPF window from a none DPI awareness winform application. To fix this, the ACT need to be patched.

But you can get around this issue by:

  1. Right click on Advanced Combat Tracker.exe and select Properties.
  2. On the properties window, select Compatibility.
  3. Check Override high DPI scaling behavior. and select System (Enhanced) (or System if you like) from the combo box as shown below.

override dpi

  1. Click OK and enjoy!

NOTE: You may need to check Run this program as an administrator since sometimes this will be unchecked somehow. Just double check this or your ACT may not work properly.

Clone this wiki locally