From 41df3c429075e3d717e4f9c4bc12b29d770a2ef3 Mon Sep 17 00:00:00 2001 From: AtomikkuSan <99893185+AtomikkuSan@users.noreply.github.com> Date: Tue, 17 May 2022 08:59:11 -0500 Subject: [PATCH 1/2] Update Bobcat.cfg Added Hydrolox plume that uses the Vector's Core and the Skiff's Plume. (Also removed the switch in flight feature.) --- Engine Configurations/Bobcat.cfg | 51 +++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/Engine Configurations/Bobcat.cfg b/Engine Configurations/Bobcat.cfg index accdbee..4b8b7dd 100644 --- a/Engine Configurations/Bobcat.cfg +++ b/Engine Configurations/Bobcat.cfg @@ -103,7 +103,56 @@ 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 + } + } + } + } } } From b4edc274eca94abede5887e4513bc692e8e80bbe Mon Sep 17 00:00:00 2001 From: AtomikkuSan <99893185+AtomikkuSan@users.noreply.github.com> Date: Tue, 17 May 2022 09:04:36 -0500 Subject: [PATCH 2/2] Update Bobcat.cfg Bugfix. --- Engine Configurations/Bobcat.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Engine Configurations/Bobcat.cfg b/Engine Configurations/Bobcat.cfg index 4b8b7dd..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,6 +98,7 @@ TEMPLATE { + name = core templateName = stock-hypergolic-core overrideParentTransform = thrustTransform position = 0,0,-0.0375