A UnityModManager mod for A Dance of Fire and Ice (ADOFAI) that blocks keyboard chatter by debouncing key-down events with a configurable interval.
- Configurable debounce interval — adjust the minimum time between key events (0–2000)
- Async & sync input support — works with both SkyHook (async) and Unity Input (sync) paths
- In-game settings UI — integrated into the pause menu's Advanced tab
- Multi-language — supports all 14 game languages
- Toggle on/off — via UMM mod list toggle
- Place
ChatterBlocker.dllandInfo.jsonintoMods/ChatterBlocker/ - Enable the mod in UnityModManager
- Adjust the interval in Pause Menu → Settings → Advanced → Chatter Blocker
dotnet build ChatterBlocker.slnxRequires .NET Framework 4.8.1 targeting pack and the game assemblies in ../adofai-libs/.
MIT