• ⚠️ Mod Release Rules now apply to this board.

    All mods must include a license, source code (for executable mods), and proper attribution.

    Read the full rules here before posting.

Gameplay AutoRemoveFinishedBurns

Maxi

Member
Oct 17, 2025
128
74
Auto-removes finished auto-burns from the burn plan.
In stock KSA, when an auto-burn completes the flight computer flips the burn mode to Manual but leaves the burn entry in the plan, so you have to click Delete manually before the next maneuver can take focus. This mod cleans completed auto-burns up automatically.

Features
  • Auto-removes finished auto-burns from the burn plan as soon as the flight computer flips out of Auto mode on completion.
  • Out-of-fuel safe: completion is confirmed via the same delta-V vector reversal the stock flight computer uses internally, so a burn that flamed out before reaching its target stays in the plan and can be resumed after staging.
  • Auto-only: manual burns are never touched.
  • In-game toggle in the Mods settings tab. Default on, persisted to a TOML file in the mod's user directory.

License: MIT
Source: https://github.com/Maximilian-Nesslauer/KSA-AutoRemoveFinishedBurns | https://spacedock.info/mod/4255/AutoRemoveFinishedBurns
Downloads: https://github.com/Maximilian-Nesslauer/KSA-AutoRemoveFinishedBurns/releases
Requires: StarMap
 
Last edited:
  • Like
Reactions: Kiwi Shark
Another morsel on Maxi's staging mod platter.
 
  • Like
Reactions: Maxi
To run AutoRemoveFinishedBurns on KSA 2026.5.7.4397 or newer you need at least AutoRemoveFinishedBurns v0.1.4.

KSA 2026.5.7.4397 changed the signature of the method this mod hooks into. Earlier builds still load but the Harmony patch never attaches, so burns silently stop getting removed.

Download v0.1.4: GitHub | SpaceDock
 
AutoRemoveFinishedBurns v0.1.8

Required for KSA 2026.6.2.4531

KSA 2026.6.2.4531 split KinematicStates into separate physics-state structs and added a ref readonly BubbleOrigin parameter to Vehicle.UpdateFromTaskResults.

Update is mandatory for this mod to work if you are on KSA 2026.6.2.4531 and above; older builds no longer match the patched method signature, so the Harmony patch never applies and finished auto-burns stop being removed.

Changes
  • Update the patched Vehicle.UpdateFromTaskResults signature to match KSA's new BubbleOrigin parameter.

Compatibility
Tested against KSA build version 2026.6.2.4531.

Installation
Extract into Documents\My Games\Kitten Space Agency\mods\AutoRemoveFinishedBurns\.
Requires StarMap.

Download
 
AutoRemoveFinishedBurns v0.1.9

Required for KSA 2026.6.3.4568

KSA 2026.6.3.4568 added two parameters to the Vehicle.UpdateFromTaskResults method this mod hooks. Update is mandatory on this game version and above; without it the mod silently disables and finished burns are no longer removed.

Changes
  • Update the pinned Vehicle.UpdateFromTaskResults signature to the new 6-parameter form so the detection patch re-attaches.

Compatibility
Tested against KSA build version 2026.6.3.4568.

Download