Skip to content
DooDesch edited this page Jun 26, 2026 · 2 revisions

Hotline

One overlay and one key for every mod's HUD - and it auto-catches mods that grab function keys. A framework other mods plug into, and a compatibility layer that works even for mods that never heard of it.

🛟 Need help or found a bug? Get support at support.doodesch.de.

Mod repo · Modder example · Support

Pages

  • Installation - install Hotline and its one dependency.
  • Modder API - give your mod a panel in the overlay (zero-overhead no-op when Hotline is absent).
  • Auto-Intercepted Hotkeys - how Hotline catches other mods' function keys, and the optional full takeover.
  • Console Commands - drive the overlay, panels and hotkeys from the in-game console.

In one minute

Install Hotline, load a save, and press F6. The overlay opens with one window per mod that registers - drag them by the title bar, resize from the bottom-right corner, toggle each from the Overview. If a mod uses its own raw function key, Hotline detects it and adds a button for it to that mod's panel. Everything is near-zero cost while hidden.

Clone this wiki locally