Add Cherenkov engine

This commit is contained in:
Chris Adderley
2019-06-27 14:05:02 -07:00
parent fa7e6f0077
commit d84a1907cb
22 changed files with 600 additions and 16 deletions

View File

@ -201,7 +201,7 @@ PART
VARIANT
{
name = Size1p5
displayName =
displayName = #LOC_Restock_variant-engine_size1p5
primaryColor =
secondaryColor =
GAMEOBJECTS
@ -223,7 +223,7 @@ PART
VARIANT
{
name = Size1
displayName =
displayName = #LOC_Restock_variant-engine_size1
primaryColor =
secondaryColor =
GAMEOBJECTS
@ -245,7 +245,7 @@ PART
VARIANT
{
name = Bare
displayName =
displayName = #LOC_Restock_variant-engine_compact
themeName = Bare
primaryColor =
secondaryColor =
@ -545,4 +545,28 @@ PART
dependOnEngineState = True
dependOnThrottle = True
}
MODULE
{
name = FXModuleLookAtConstraint
CONSTRAINLOOKFX
{
targetName = B_SkiffCylUpper001
rotatorsName = B_Wolfhound_GimbalLower01
}
CONSTRAINLOOKFX
{
targetName = B_SkiffCylUpper002
rotatorsName = B_SkiffCylLower002
}
CONSTRAINLOOKFX
{
targetName = B_SkiffCylLower001
rotatorsName = B_SkiffCylUpper001
}
CONSTRAINLOOKFX
{
targetName = B_SkiffCylLower002
rotatorsName = B_SkiffCylUpper002
}
}
}