Skip to content

ModuleCoPFollowTransform ‐ DEPRECATED

Sofie edited this page Nov 18, 2024 · 3 revisions

ModuleCoPFollowTransform - DEPRECATED

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

Description

ModuleCoPFollowTransform is a part module orginally written by SofieBrink for KSPCPM.
This module makes a part's CoP (Center of Pressure) Offset automatically follow a transform as defined in the config file. WARNING This module is deprecated and will be removed, please use ModuleCenterFollowTransform instead!

Usage

Config entries

Name: transformName
Description: The name of the transform that should be followed.
Default Value: none

Example

MODULE
{
    name = ModuleCoPFollowTransform
    transformName = canopy
}

Changelog v0.2.0:
- Updated ModuleCoPFollowTransform to make better use of part prefabs while still supporting B9PS OnLoad calls.
v0.1.0:
- Added ModuleCoPFollowTransform.
Clone this wiki locally