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–2000ms, step 5)
- Async & sync input support — works with both SkyHook (async) and Unity Input (sync) paths
- Two independent debounce paths — SkyHook level (Prefix) and UpdateInput event loop level (Transpiler), both fully implementing the same logic
- In-game settings UI — integrated into the pause menu's Advanced tab, next to Key Limiter
- Multi-language — supports 13 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