Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 02:48

✨ What's new in 2.1.0

  • πŸ–₯️ Two output modes. A new Main tab lets you choose where trigger audio goes: stream it to a Discord voice channel (the original behaviour), or play it locally on this PC's speakers with no Discord bot, token, or login required. Local output starts the instant you select it, and the Discord-only General tab hides itself in local mode.
  • πŸŽ›οΈ Master limiter. A look-ahead brickwall limiter rides overlapping triggers down to a true-peak-safe ceiling, so simultaneous callouts and sounds no longer clip. On by default with a selectable ceiling (βˆ’0.5 / βˆ’1 / βˆ’2 / βˆ’3 dB).
  • πŸ“ˆ LUFS auto-leveling. Auto-level now matches perceptual loudness using the ITU-R BS.1770 LUFS standard, so spectrally different clips land at an even level. The target slider is in LUFS (default βˆ’17 LUFS).
  • πŸ“‘ Selectable audio quality. Pick the Discord voice bitrate β€” Low (48 kbps) / Medium (96 kbps) / High (128 kbps) β€” to trade bandwidth for clarity.
  • 🎚️ Audio pipeline quality pass. Higher-quality resampling and a fully float32 internal signal path feeding the new mix-bus limiter.

πŸ“– Full settings reference: Settings & Configuration


Installation

  1. Download ACT_DiscordTriggers-v2.1.0.zip from the Assets below.
  2. Right-click the downloaded zip β†’ Properties β†’ tick Unblock β†’ OK.
    (Windows flags node.exe/DLLs from the internet; skipping this can trip SmartScreen/antivirus.)
  3. Extract it into your ACT plugins folder:
    %AppData%\Advanced Combat Tracker\Plugins
    You should end up with a Plugins\ACT_DiscordTriggers\ folder containing
    ACT_DiscordTriggers.dll, node.exe, bundle.js, and node_modules\.
    Keep all of these files together in that folder.
  4. In ACT: Plugins tab β†’ Browse… β†’ select
    ACT_DiscordTriggers.dll inside that folder β†’ Add/Enable Plugin.

Then follow the
First-Time Setup Guide
to connect your Discord bot.

Updating: replace the whole ACT_DiscordTriggers folder, not just the .dll.


Full Changelog: v2.0.4...v2.1.0