A toolkit mod that customizes the KSP Administration Building and surfaces character-authored program information across KSC. Renders UI for data owned by KerbalCampaignKit and KerbalDialogueKit; does not own game state itself.
v0.1.0 — under development.
- Optional admin-building replacement with three-panel IMGUI UI (Characters / Dashboard / Desk).
- Per-building character overlays in Mission Control and Tracking Station.
- KSC notification markers pulled from
KerbalCampaignKit.Notifications. - Condition-driven memo pipeline with optional mirroring to the stock mail system.
DISPOSITION_DECAYcfg drives in-process flag transitions on KDK's flag store.- PR Campaign gameplay action.
Install KAK with no content cfg and nothing changes. Stock admin, stock mail, stock KSC view all work normally.
Set KERBAL_ADMIN_KIT { replaceAdminBuilding = true } in a content cfg to take over the admin building.
- KSP 1.12.x
- ModuleManager
- HarmonyKSP
- ClickThroughBlocker
- KerbalDialogueKit >= 0.1.0
- KerbalCampaignKit >= 0.1.0
MIT — see LICENSE.