-
Notifications
You must be signed in to change notification settings - Fork 0
ModuleCenterFollowTransform
Added in: v0.3.0
Last Updated in: v0.3.0
ModuleCenterFollowTransform
is a part module orginally written by SofieBrink & JonnyOThan for KSPCPM.
This module makes a part's CoP (Center of Pressure), CoM (Center of Mass) or CoL (Center of Lift) Offset automatically follow a transform as defined in the config file.
Name: transformName
Description: The name of the transform that should be followed.
Default Value: none
Name: enableCoP
Description: If the CoPOffset should follow the transform
Default Value: false
Name: enableCoM
Description: If the CoMOffset should follow the transform
Default Value: false
Name: enableCoL
Description: If the CoLOffset should follow the transform
Default Value: false
BoringCrewServices Main Parachutes
MODULE
{
name = ModuleCenterFollowTransform
enableCoP = true
transformName = canopy
}
StarshipExpansionProject Flaps
MODULE
{
name = ModuleCenterFollowTransform
enableCoP = true
enableCoL = true
transformName = CoL
}
Changelog
v0.3.0:- Added ModuleCoPFollowTransform.