Skip to content

Install Anomaly.Server

  • Prerequisite: LabAPI server, up to date. Brief pointer to LabAPI install docs (external).
  • Copy Anomaly.Server.dll and Anomaly.Shared.dll into the LabAPI plugins directory.
  • Anomaly.Shared.dll must ship alongside Anomaly.Server.dll — the server plugin depends on the shared protocol/auth layer.
  • First-run expectations — server logs show plugin init, AnomalyMessageRegistry hash list, and FileTransferSession ready.
  • Optional: note on EXILED compatibility (works; may need to unwrap LabAPI types — see README).
  • Anomaly.Server\Plugin.csPlugin<Config> entry, LabAPI Harmony init, AnomalyMessageRegistry init, ServerAssetManager init, FileTransferSession init.
  • E:\Projects\AnomalyLabs\Anomaly\README.md — server install guidance.