Companion mod for Extensible Map Overlay Framework. Runnable reference buttons for mod authors, plus a chart overlay demo you can turn on from Chart Controls.
Requires Extensible Map Overlay Framework >= 0.1.0.
Quick start
- Enable Extensible Map Overlay Framework and EMOF Examples.
- Open the map in chart view and open Chart Controls.
- Try the overlay toggle and action buttons; watch the chart and chat.
What it demonstrates
- EMOF overlay toggle and action button registration in the data stage
- Subscribing to
emof-on-map-overlay-toggledandemof-on-map-action-clicked - Syncing overlay state with
get_player_toggleon join and config change - Per-player chart rendering with
rendering(render_mode = "chart") - Stateful overlay runtime: storage, cleanup, tick-driven updates
- Action buttons gated on whether an overlay is currently enabled
- Runtime per-user mod setting plus storage-backed count while playing
The overlay is cosmetic chart rendering only. Toggle it off to clean up.
For mod authors
Source and code walkthrough: GitHub repository. Integration guide: EMOF documentation.md.