Plugin to show customizable mini parse and timeline overlay for Advanced Combat Tracker.
You can download release and pre-release archives from release page.
- .NET Framework 4.5
- Install .NET Framework 4.5.1 or later.
- Install Microsoft Build Tools 2013. (This is not required if you installed Visual Studio 2013 already.)
- Checkout source codes with git, or download source code as ZIP and extract.
- Copy the Advanced Combat Tracker executable file (
Advanced Combat Tracker.exe
) intoThirdparty\ACT
folder. - Execute
build.bat
.
Once finished, the plugin file OverlayPlugin.dll
will appear in the Build
folder.
To use this plugin, add the OverlayPlugin.dll
in ACT's plugin tab. It can not be moved around alone, as the files around it are important.
When you first install, a window will appear saying "No data to show" or your DPS numbers. It can be moved by dragging a non-transparent part, and resized by dragging the bottom right corner (it's a little hard to see).
In the Plugins tab of ACT in the OveralyPlugin.dll
tab, you can change the settings like the formatting file (URL), or if clickthrough is enabled.
Example HTML files are in Build\resources
If the window does not appear, please check the message log at the bottom of the window of the OverlayPlugin.dll
tab of the Plugins
tab.
If you use standard Windows ZIP-ing, after downloading the archive from the Internet, it may be flagged as an untrusted file.
If this happens, it's not possible to read the executable or DLLs that have this flag, and the above error will occur. To check whether the file has blocked or not and unblock it, please refer to: http://blogs.msdn.com/b/delay/p/unblockingdownloadedfile.aspx.
In Windows Explorer, for each of the DLL files, right-click and select Properties
then click the Unblock
button at the bottom.
This can also happen if you are using this on a networked drive. Please copy to a local drive instead.
A required DLL is missing in the folder that OverlayPlugin.dll
is in.
Please copy all of the files when moving location.
It's probably Windows's fault. Toggle the visibility off and on again and it will fix itself.
MIT license. See LICENSE.txt for details.