Client Mod Quickstart
Intended scope
Section titled “Intended scope”- Full hello-world mod —
MelonInfoattributes,OnInitializeMelon, an event subscription, a scheduled tick. - Where to put compiled DLLs for loading.
- How to verify it loaded — MelonLoader console messages and the Launcher mod list.
- Fast iteration loop — edit, rebuild, drop-in, relaunch modded game.
Sources
Section titled “Sources”E:\Projects\AnomalyLabs\Anomaly\Anomaly.Client.Api\MODDING.md— “Example” section (full working snippet).Anomaly.Client.Api\Events\Handlers\— event handler types referenced in the example.Anomaly.Client.Api\Scheduling\Scheduler.cs.