KSP Mod
In-Game Features
The mod does more than talk to an API; it weaves community play into the stock game experience.
What it adds to the game
Contract injection
ContractIntegration.csAccepted community missions appear in the custom Mod UI, keeping them separate from standard career mode objectives.
Craft transfer & install
VesselTransfer.cs / CraftInstaller.csCompleted contracts can deliver craft files (.craft plus gzipped vessel nodes). The mod downloads and installs them into the player's save automatically.
Editor part enforcement
EditorPartEnforcer.csThe VAB and SPH are restricted to the parts the active contract permits, keeping community challenges within their intended scope.
Vessel rendering
VesselRenderer.cs / KVVIntegration.csRenders vessel thumbnails for the mod's UI, with optional integration with the Kronal Vessel Viewer mod when present.
Telemetry collection
VesselDataCollector.csReads live situation, body, resources and crew from the active vessel to back contract verification.
In context
KSP: viewing active missions in the Mod UI
Image placeholder · 4/3
KSP: editor restricted to allowed parts
Image placeholder · 4/3