-
Notifications
You must be signed in to change notification settings - Fork 0
ModuleAutoCutDrogue
Sofie edited this page Nov 16, 2024
·
1 revision
Added in: v0.2.0
Last Updated in: v0.2.0
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.
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
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.