v2.0.3
β¨ What's new in 2.0.3
This release is a top-to-bottom visual overhaul of the plugin's Discord Triggers tab. Everything you configured before still works and your saved settings carry over untouched β it just looks (and feels) a lot nicer.
Redesigned interface β Windows Fluent 2
- The tab moves from the old WinForms layout to a modern WPF interface themed after Windows Fluent 2: tidy settings cards, a left-hand General / Sound / Information navigation rail, and clean toggle switches and sliders.
- A connection status indicator β a green/red dot reading Connected / Disconnected β shows the bot's state at a glance.
New: Disconnect
- Once the bot is online, the Connect button becomes Disconnect. You can now log the bot out (and pull it from voice) straight from the tab, without restarting ACT.
Diagnostics panel
- The live, timestamped log along the bottom (now labelled Diagnostics) is unchanged in behaviour β select lines and press Ctrl+C to copy them into a bug report.
π The wiki's Settings & Configuration page is updated for the new UI.
π οΈ Under the hood: the codebase was split into a UI-agnostic core assembly with an MVVM view model, and the dev toolchain gained ESLint, XAML Styler formatting, and xUnit v3 β no change to how the plugin runs, but a cleaner base for what's next.
Installation
- Download
ACT_DiscordTriggers-v2.0.3.zipfrom the Assets below. - Right-click the downloaded zip β Properties β tick Unblock β OK.
(Windows flagsnode.exe/DLLs from the internet; skipping this can trip SmartScreen/antivirus.) - Extract it into your ACT plugins folder:
%AppData%\Advanced Combat Tracker\Plugins
You should end up with aPlugins\ACT_DiscordTriggers\folder containing
ACT_DiscordTriggers.dll,node.exe,bundle.js, andnode_modules\.
Keep all of these files together in that folder. - In ACT: Plugins tab β Browseβ¦ β select
ACT_DiscordTriggers.dllinside that folder β Add/Enable Plugin.
Then follow the
First-Time Setup Guide
to connect your Discord bot.
Updating: replace the whole
ACT_DiscordTriggersfolder, not just the.dll.
Full Changelog: v2.0.2...v2.0.3