You are viewing a potentially older version of this package. View all versions.
DooDesch-Hotline-1.0.0 icon

Hotline

One overlay and one key for every mod's HUD - and it auto-catches mods that grab function keys.

Date uploaded a week ago
Version 1.0.0
Download link DooDesch-Hotline-1.0.0.zip
Downloads 154
Dependency string DooDesch-Hotline-1.0.0

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.3 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.3

README

Hotline - One Hotkey for Every Mod's HUD

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

One overlay and one key for every mod's HUD. Press F6 to open a single in-game overlay where every mod gets a clean, draggable panel - buttons, toggles, readouts, logs. Hotline even auto-catches mods that grab function keys (F1-F12) and turns them into clickable buttons, so two mods stop fighting over the same key.

Version Game MelonLoader Type

Features

  • One overlay, one key. Press F6 for a single in-game overlay; every mod that registers gets its own toggleable, movable, resizable window. No more a different hotkey per mod.
  • Ready-made panels. A registering mod gets text readouts, action buttons, on/off toggles and a log channel for free - Hotline draws them.
  • Auto-catch raw hotkeys. Hotline detects mods that poll function keys (F1-F12) and adds each as a button in that mod's panel, attributed to the right mod automatically.
  • Optional full takeover. Turn it on and a physical function-key press opens Hotline on that mod's panel instead of reaching the mod, so two mods can never collide on a key.
  • A real framework. A zero-overhead no-op-when-absent modder API, so mods can adopt it with no hard dependency.

Requirements

  • Schedule I (IL2CPP) with MelonLoader 0.7.3+.
  • Optional: Mod Manager & Phone App for the in-game settings UI.

Hotline has no other hard dependency - it does not use S1API.

Usage

Enter a save and press F6 to open or close the overlay. The Overview lists every mod's panel - click one to open its window; drag by the title bar, resize from the corner. hotline help lists the full console.

Settings

Enabled, MasterHotkey (F6), InterceptFunctionKeys (on), SuppressRawFunctionKeys (off, full takeover), HudFontSize (12). Editable in the Mod Manager & Phone App UI or UserData/MelonPreferences.cfg under Hotline_01_Main.

License

MIT. See the included LICENSE.md.

CHANGELOG

Changelog

All notable changes to Hotline are documented here. This project adheres to Semantic Versioning.

[1.0.0] - 2026-06-26

Initial release.

Added

  • One in-game overlay for every mod's HUD, opened by a single master key (default F6). Each registering mod gets its own toggleable, movable, resizable window.
  • Modder API (Hotline.Api) - a zero-overhead no-op when Hotline is absent: register a panel with text readouts, action buttons, on/off toggles, a log channel and an optional central hotkey.
  • Auto-interception of other mods' function keys (F1-F12): each polled key is attributed to its mod and surfaced as a clickable button in that mod's panel.
  • Optional full takeover (SuppressRawFunctionKeys, default off): a physical function-key press opens the overlay on the owning mod's panel instead of reaching the mod, so two mods can no longer collide on a key.
  • IMGUI windowing with polled input (the path that works for in-game mouse interaction on this IL2CPP build); draggable, resizable, scrollable windows with persisted layouts, near-zero cost while hidden.
  • hotline ... console: control the overlay, panels, the master key, the central hotkey table and the takeover behaviour from the in-game console.
  • A combined log timeline across all mods that report to Hotline.