OverlayPlugin 0.8.1
Pre-release
Pre-release
This release fixes a few issues and brings a couple of nice new features:
- Fixed an issue that slowed down log imports in ACT. Import speed should now be on par with OverlayPlugin 0.3.4.0.
- Improved the global hotkey logic. Hotkeys are now effective immediately (you no longer need to restart ACT) and you can use the same hotkey for multiple overlays.
- In the overlay settings there's a new option that allows you to force the overlay's background to be white. This should help you find completly transparent overlays and resize overlays if for some reason the resize handle is invisible.
- There's a new option to hide overlays automatically during cutscenes.
- The update dialog now displays release notes.
- A rare issue that could cause issues during startup has been resolved. ("Collection was modified" exception during event subscription)
- Overlays can now accept focus and keyboard input by calling
OverlayPluginApi.setAcceptFocus(true);
. - A new
OnlineStatusChanged
event has been added. This event provides online status updates of nearby players.
Please let me know if you find any bugs, either here or on the FFXIV ACT Discord.
The .7z
and .zip
downloads are identical. Just different archive formats. Download whichever is easier for you to extract.
Some notes for new users:
- Make sure you disable the old OverlayPlugin and restart ACT before adding this plugin.
- Don't overwrite the old OverlayPlugin with this one, extract the archive into a new folder.
- If you get a message complaining about a missing
CefSharp.Core.dll
, make sure you have the MS Visual C++ Redistributable for Visual Studio 2019 installed. - Make sure no
OverlayPlugin*.dll
orHtmlRenderer.dll
files are in your ACT folder.