Install Anomaly.Server
Intended scope
Section titled “Intended scope”- Prerequisite: LabAPI server, up to date. Brief pointer to LabAPI install docs (external).
- Copy
Anomaly.Server.dllandAnomaly.Shared.dllinto the LabAPI plugins directory. Anomaly.Shared.dllmust ship alongsideAnomaly.Server.dll— the server plugin depends on the shared protocol/auth layer.- First-run expectations — server logs show plugin init,
AnomalyMessageRegistryhash list, andFileTransferSessionready. - Optional: note on EXILED compatibility (works; may need to unwrap LabAPI types — see README).
Sources
Section titled “Sources”Anomaly.Server\Plugin.cs—Plugin<Config>entry, LabAPI Harmony init, AnomalyMessageRegistry init, ServerAssetManager init, FileTransferSession init.E:\Projects\AnomalyLabs\Anomaly\README.md— server install guidance.