mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix MM pass specificity for initial RS parts pass and also subsequent RS+ patches
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
// Enables gimbal on the vernier thrusters for the Cheetah
|
||||
|
||||
@PART[LiquidEngineLV-T91]
|
||||
@PART[LiquidEngineLV-T91]:AFTER[000_ReStock]
|
||||
{
|
||||
!MODEL,* {}
|
||||
MODEL
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Adds a built in decoupler to the launch escape system
|
||||
|
||||
@PART[LaunchEscapeSystem]
|
||||
@PART[LaunchEscapeSystem]:AFTER[000_ReStock]
|
||||
{
|
||||
fx_gasBurst_white = 0.0, -1.372544, 0.0, 0.0, -1.0, 0.0, decouple
|
||||
sound_decoupler_fire = decouple
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Adds a bottom node to the mammoth
|
||||
|
||||
@PART[Size3EngineCluster]
|
||||
@PART[Size3EngineCluster]:AFTER[000_ReStock]
|
||||
{
|
||||
node_stack_bottom = 0.0, -1.204, 0.0, 0.0, -1.0, 0.0, 1
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Adds gimballing to SRBs
|
||||
|
||||
// Kickback
|
||||
@PART[MassiveBooster]:NEEDS[!BetterSRBs]
|
||||
@PART[MassiveBooster]:AFTER[000_ReStock]:NEEDS[!BetterSRBs]
|
||||
{
|
||||
MODULE
|
||||
{
|
||||
@ -14,7 +14,7 @@
|
||||
}
|
||||
|
||||
// Pollux
|
||||
@PART[Pollux]:NEEDS[!BetterSRBs]
|
||||
@PART[Pollux]:AFTER[000_ReStock]:NEEDS[!BetterSRBs]
|
||||
{
|
||||
MODULE
|
||||
{
|
||||
@ -51,7 +51,7 @@
|
||||
}
|
||||
|
||||
// Thumper
|
||||
@PART[solidBooster1-1]:NEEDS[!BetterSRBs]
|
||||
@PART[solidBooster1-1]:AFTER[000_ReStock]:NEEDS[!BetterSRBs]
|
||||
{
|
||||
MODULE
|
||||
{
|
||||
@ -64,7 +64,7 @@
|
||||
}
|
||||
|
||||
// Hammer
|
||||
@PART[solidBooster_v2]:NEEDS[!BetterSRBs]
|
||||
@PART[solidBooster_v2]:AFTER[000_ReStock]:NEEDS[!BetterSRBs]
|
||||
{
|
||||
MODULE
|
||||
{
|
||||
@ -77,7 +77,7 @@
|
||||
}
|
||||
|
||||
// Flea
|
||||
@PART[solidBooster_sm_v2]:NEEDS[!BetterSRBs]
|
||||
@PART[solidBooster_sm_v2]:AFTER[000_ReStock]:NEEDS[!BetterSRBs]
|
||||
{
|
||||
MODULE
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Allows extending and retracting of launch clamps
|
||||
|
||||
// TT18-A Launch Stability Enhancer
|
||||
@PART[launchClamp1]
|
||||
@PART[launchClamp1]:AFTER[000_ReStock]
|
||||
{
|
||||
MODULE
|
||||
{
|
||||
|
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user