Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 52 additions & 1 deletion Engine Configurations/Bobcat.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@

TEMPLATE
{
name = plume
templateName = stock-aerozine50-lower-1
overrideParentTransform = thrustTransform
position = 0,0,-0.0375
Expand All @@ -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
}
}
}
}
}
}

Expand Down