mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Functional engines
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user