v2.0.0
π ACT Discord Triggers v2.0.0
The first release of the actively maintained fork β and a ground-up fix for the change that silenced Discord voice plugins everywhere.
In early 2026, Discord made DAVE (end-to-end voice encryption) mandatory to join voice channels. The library the original plugin relied on couldn't adopt DAVE without dropping .NET Framework β which ACT requires. This release solves that by moving Discord voice out of the plugin and into a small bundled Node.js bridge, so the plugin keeps running inside ACT while speaking Discord's new encrypted voice protocol.
If your triggers went silent in Discord, this is the fix. π
β¨ Highlights
- π DAVE end-to-end encryption β works with Discord's now-mandatory encrypted voice.
- π£οΈ TTS in voice chat β fire trigger text-to-speech straight into a Discord voice channel.
- π΅ Sound-file triggers β play
.waveffects through the bot. - ποΈ Concurrent playback β overlapping triggers mix together instead of queueing, so nothing gets dropped or delayed.
- π² Random sound effects β optionally pick a random sound from a set each time a trigger fires.
- π Loudness auto-leveling β automatic RMS normalization keeps every clip at a consistent volume.
- π§ Refreshed settings UI β categorized tabs, plus an Information tab with one-click access to your diagnostics log for bug reports.
- π¦ Node.js bundled β nothing extra to install; everything ships in the zip.
Works with ACT Custom Triggers and Triggernometry.
β Requirements
- Windows
- Advanced Combat Tracker
- A Discord bot token (created during setup)
Node.js is bundled in the download β you do not need to install it separately.
π₯ Installation
- Download
ACT_DiscordTriggers-v2.0.0.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 create a Discord bot and connect it. Stuck? Check
Common Questions & Issues.
Updating: replace the whole
ACT_DiscordTriggersfolder, not just the.dllβ the plugin runs alongside the bundlednode.exe/bundle.js/node_modules/.
π Credits
Originally created and maintained for years by @Makar8000. This release continues that work as a maintained fork β thank you for building it. π
Full Changelog: v1.0.3.0...v2.0.0