Fix MM pass specificity for initial RS parts pass and also subsequent RS+ patches

This commit is contained in:
Poodmund
2024-06-09 14:48:43 +01:00
parent bb95e5b851
commit 5030a2d7d6
18 changed files with 41 additions and 41 deletions

View File

@ -1,7 +1,7 @@
// Allows extending and retracting of launch clamps
// TT18-A Launch Stability Enhancer
@PART[launchClamp1]
@PART[launchClamp1]:AFTER[000_ReStock]
{
MODULE
{

View File

@ -1,25 +1,25 @@
// Offsets the Center of Mass for the SP-R Triangle Panels to correctly locate the centroid.
// SP-R06 Structural Panel
@PART[Triangle0]
@PART[Triangle0]:AFTER[000_ReStock]
{
CoMOffset = 0.1042, 0, 0.1042
}
// SP-R12 Structural Panel
@PART[Triangle1]
@PART[Triangle1]:AFTER[000_ReStock]
{
CoMOffset = 0.2083, 0, 0.2083
}
// SP-R18 Structural Panel
@PART[Triangle1p5]
@PART[Triangle1p5]:AFTER[000_ReStock]
{
CoMOffset = 0.3125, 0, 0.3125
}
// SP-R25 Structural Panel
@PART[Triangle2]
@PART[Triangle2]:AFTER[000_ReStock]
{
CoMOffset = 0.4167, 0, 0.4167
}