You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.