mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Base patches for next wave of parts
This commit is contained in:
@ -2,6 +2,31 @@
|
||||
// Contents:
|
||||
// - LV-N "Nerv" Atomic Rocket Motor (nuclearEngine)
|
||||
// - S3 KS-25 "Vector" Liquid Fuel Engine (SSME)
|
||||
// LV-N
|
||||
@PART[nuclearEngine]
|
||||
{
|
||||
@author = Chris Adderley
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL = {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Engine/restock-engine-vector-1
|
||||
}
|
||||
@MODULE[FXModuleAnimateThrottle]
|
||||
{
|
||||
@animationName = restock-vector-heat-1
|
||||
%layer = 1
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = FXModuleAnimateThrottle
|
||||
animationName = restock-vector-throttle-1
|
||||
layer = 2
|
||||
responseSpeed = 1.0
|
||||
dependOnEngineState = True
|
||||
dependOnThrottle = True
|
||||
}
|
||||
}
|
||||
|
||||
// Vector
|
||||
@PART[SSME]
|
||||
@ -127,7 +152,7 @@
|
||||
jettisonDirection = 0 0 1
|
||||
useMultipleDragCubes= false
|
||||
}
|
||||
|
||||
|
||||
@MODULE[ModuleGimbal]
|
||||
{
|
||||
@gimbalTransformName = B_Gimbal
|
||||
@ -192,5 +217,5 @@
|
||||
dependOnEngineState = True
|
||||
dependOnThrottle = True
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user