Functional engines

This commit is contained in:
Chris Adderley
2019-06-24 21:26:00 -07:00
parent 549594a14a
commit f08e90d6ad
38 changed files with 369 additions and 66 deletions

View File

@ -8,7 +8,7 @@ PART
MODEL
{
model = ReStock/Assets/Parts/Engine/Assets/restock-engine-panda-1
model = ReStock/Assets/Engine/restock-engine-panda-1
}
rescaleFactor = 1.0
@ -16,7 +16,68 @@ PART
/// Flag to disable this part if MH is installed
MHReplacement = True
EFFECTS
{
engage
{
AUDIO
{
channel = Ship
clip = sound_vent_medium
volume = 1.0
pitch = 2.0
loop = false
}
}
flameout
{
AUDIO
{
channel = Ship
clip = sound_explosion_low
volume = 1.0
pitch = 2.0
loop = false
}
}
fx-panda-running
{
AUDIO
{
channel = Ship
clip = sound_rocket_hard
volume = 0.0 0.0
volume = 0.01 0.2
volume = 1.0 0.6
pitch = 0.0 0.1
pitch = 0.01 0.2
pitch = 1.0 0.5
loop = true
}
MODEL_MULTI_PARTICLE
{
modelName = ReStock/FX/restock-fx-cub-core-1
transformName = fxTransformCore
emission = 0.0 0.0
emission = 0.01 0.1
emission = 0.075 0.25
emission = 1.0 1.0
speed = 0.0 0.8
speed = 1.0 1.0
}
MODEL_MULTI_PARTICLE
{
modelName = ReStock/FX/restock-fx-cub-plume-1
transformName = fxTransformPlume
emission = 0.0 0.0
emission = 0.01 0.1
emission = 0.075 0.25
emission = 1.0 1.0
speed = 0.0 0.8
speed = 1.0 1.0
}
}
}
TechRequired = precisionPropulsion
entryCost = 3200
cost = 800
@ -82,7 +143,9 @@ PART
secondaryColor = #000000
GAMEOBJECTS
{
CubBasic = true
CubBare = false
CubWide = false
}
}
VARIANT
@ -93,7 +156,9 @@ PART
secondaryColor = #000000
GAMEOBJECTS
{
CubBasic = false
CubBare = false
CubWide = true
}
}
@ -105,7 +170,9 @@ PART
secondaryColor = #000000
GAMEOBJECTS
{
CubBasic = false
CubBare = true
CubWide = false
}
}
}