-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
RimObs is a shared dependency installed by other mods. If you subscribed to a mod that lists it as a requirement, this is what you got.
Subscribe to the RimObs Workshop item. Mods that depend on RimObs declare it in their own About.xml, so the Workshop usually pulls it in automatically when you subscribe to a dependent mod. You would only subscribe manually if a setup guide tells you to.
After subscribing, restart RimWorld and enable RimObs in the mod list before any mod that depends on it.
- Download the latest release zip from
https://github.com/cryptiklemur/rimworld-observability-collector/releases. - Extract it into RimWorld's
Mods/folder so you end up withMods/RimObsCollector/(or whatever folder the zip contains). - Launch RimWorld, open the mod list, and enable RimObs before any mod that depends on it.
Two pieces ship together:
-
Assemblies/RimObs.dll-- the mod-side library. RimWorld's Mono runtime loads this at startup alongside your other mod assemblies. -
Collector/<rid>/RimObs.Collector-- a per-platform native binary that runs alongside the game. The four supported runtime IDs arewin-x64,linux-x64,osx-arm64, andosx-x64.
The collector cannot live under Assemblies/ because RimWorld's ModAssemblyHandler loads every .dll in that subtree into Mono, which crashes on the net10 assemblies. See Architecture for details.
Steam Workshop handles updates automatically. For manual installs, download the new release zip, delete the old folder from Mods/, and extract the new one in its place.
- Workshop: unsubscribe from the item and disable it in the mod list.
-
Manual: delete the mod folder from
Mods/.
Either way, local session data and diagnostic bundles stored in your platform's appdata directory are not removed. Delete those manually if you no longer want them.
Players
Mod authors
- Quickstart
- Profile API
- Metrics API
- profiling.xml
- [ObservedSection] attribute
- Hot-path discipline
- Troubleshooting
Tool authors
Collector
Dashboard
Reference