You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ReStocked/Distribution/Restock/GameData/ReStock/Compatibility/ModularLaunchPads.cfg

46 lines
996 B
INI

// Modular Launch Pads patch for the 1.875m Engine Plate Boattail variants to move the lower node to fit the Titan launch stand.
// EP-18 Engine Plate (Making History)
@PART[EnginePlate1p5]:HAS[~RestockIgnore[*]]:NEEDS[ModularLaunchPads]:AFTER[ReStock]
{
@MODULE[ModulePartVariants]
{
@VARIANT[Boattail-White]
{
@NODES
{
@node_stack_bottom = 0.0, -2.2175, 0.0, 0.0, -1.0, 0.0, 2
}
}
@VARIANT[Boattail-Orange]
{
@NODES
{
@node_stack_bottom = 0.0, -2.2175, 0.0, 0.0, -1.0, 0.0, 2
}
}
}
}
// EP-18 Engine Plate (ReStock+)
@PART[restock-engineplate-1875-1]:NEEDS[ModularLaunchPads]:AFTER[ReStockPlus]
{
@MODULE[ModulePartVariants]
{
@VARIANT[Boattail-White]
{
@NODES
{
@node_stack_bottom = 0.0, -2.2675, 0.0, 0.0, -1.0, 0.0, 2
}
}
@VARIANT[Boattail-Orange]
{
@NODES
{
@node_stack_bottom = 0.0, -2.2675, 0.0, 0.0, -1.0, 0.0, 2
}
}
}
}