diff --git a/Engine Configurations/Bobcat.cfg b/Engine Configurations/Bobcat.cfg index accdbee..8e7b1f4 100644 --- a/Engine Configurations/Bobcat.cfg +++ b/Engine Configurations/Bobcat.cfg @@ -88,6 +88,7 @@ TEMPLATE { + name = plume templateName = stock-aerozine50-lower-1 overrideParentTransform = thrustTransform position = 0,0,-0.0375 @@ -97,13 +98,63 @@ TEMPLATE { + name = core templateName = stock-hypergolic-core overrideParentTransform = thrustTransform position = 0,0,-0.0375 rotation = 0, 0, 0 scale = 0.583, 0.583, 0.583 } - + MODULE + { + name = ModuleB9PartSwitch + moduleID = plumeSwitch + switcherDescription = Plume + switcherDescriptionPlural = Plumes + affectDragCubes = false + affectFARVoxels = false + switchInFlight = false + SUBTYPE + { + name = default + title = Hypergolic + primaryColor = ResourceColorMonoPropellant + secondaryColor = Blush + descriptionSummary = Aerozine 50-Amyl Fuel Exhaust + descriptionDetail = TBD. + } + SUBTYPE + { + name = hydrolox + title = Hydrolox + primaryColor = OrangeRed + secondaryColor = SkyBlue + descriptionSummary = Hydrogen-Oxygen Fuel Exhaust + descriptionDetail = TBD. + MODULE + { + IDENTIFIER { name = ModuleWaterfallFX } + DATA + { + TEMPLATE + { + name = plume + templateName = stock-hydrolox-upper-3 + scale = 0.583,0.583,0.583 + rotation = 0,0,0 + position = 0,0.0,-0.0375 + } + TEMPLATE + { + name = core + templateName = stock-hydrolox-core-2 + scale = 0.583,0.583,0.583 + rotation = 0,0,0 + position = 0,0.0,-0.0375 + } + } + } + } } }