-
Notifications
You must be signed in to change notification settings - Fork 0
ModuleCoPFollowTransform ‐ DEPRECATED
Sofie edited this page Nov 18, 2024
·
3 revisions
Added in: v0.1.0
Last Updated in: v0.2.0
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!
Name: transformName
Description: The name of the transform that should be followed.
Default Value: none
MODULE
{
name = ModuleCoPFollowTransform
transformName = canopy
}
Changelog
v0.3.0:- Deprecated ModuleCoPFollowTransform in favour of ModuleCenterFollowTransform.
v0.2.0:
- Updated ModuleCoPFollowTransform to make better use of part prefabs while still supporting B9PS OnLoad calls.
v0.1.0:
- Added ModuleCoPFollowTransform.