Skip to content

ModuleCenterFollowTransform

Sofie edited this page Nov 18, 2024 · 1 revision

ModuleCenterFollowTransform

Added in: v0.3.0
Last Updated in: v0.3.0

Description

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.

Usage

Config entries

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

Example

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.
Clone this wiki locally