Skip to content

ModuleAutoCutDrogue

Sofie edited this page Nov 16, 2024 · 1 revision

ModuleAutoCutDrogue

Added in: v0.2.0
Last Updated in: v0.2.0

Description

ModuleAutoCutDrogue is a part module orginally written by Jsolson for Bluedog Design Bureau.
This module automatically cuts other chutes on the vessel with this module that are marked as drogue chutes, as soon as one or more main parachutes deploy.

Usage

Config entries

Name: isDrogueChute
Description: If the part this module is attached to is a drogue chute.
Default Value: false

Name: autoCutDrogue
Description: If this main chute deploying should trigger drogue chutes to be cut (Also settable in PAW)
Default Value: true

Examples

Drogue Chute:

MODULE
{
    name = ModuleAutoCutDrogue
    isDrogueChute = true
}

Main Chute:

MODULE
{
    name = ModuleAutoCutDrogue
}

Changelog v0.2.0:
- Added ModuleAutoCutDrogue, Adapted with permission from Bluedog Design Bureau.
- UI Localisation.
- Improved performance of ModuleAutoCutDrogue by harmony patching events to fire when the chutes deploy instead of polling every frame.
Clone this wiki locally