Address engine heat response speeds

This commit is contained in:
ChrisAdderley
2019-02-04 10:46:08 -08:00
parent 5d5b9150db
commit a11717143f
5 changed files with 196 additions and 195 deletions

View File

@ -161,84 +161,84 @@
!EFFECTS {}
EFFECTS
{
engage
{
AUDIO
{
channel = Ship
clip = sound_vent_soft
volume = 1.0
pitch = 2.0
loop = false
}
}
flameout
{
PREFAB_PARTICLE
{
prefabName = fx_exhaustSparks_flameout_2
transformName = thrustTransform
oneShot = true
}
AUDIO
{
channel = Ship
clip = sound_explosion_low
volume = 1.0
pitch = 2.0
loop = false
}
}
fx-vector-running
{
AUDIO
{
channel = Ship
clip = sound_rocket_hard
volume = 0.0 0.0
volume = 1.0 1.0
pitch = 0.0 0.2
pitch = 1.0 1.0
loop = true
}
engage
{
AUDIO
{
channel = Ship
clip = sound_vent_soft
volume = 1.0
pitch = 2.0
loop = false
}
}
flameout
{
PREFAB_PARTICLE
{
prefabName = fx_exhaustSparks_flameout_2
transformName = thrustTransform
oneShot = true
}
AUDIO
{
channel = Ship
clip = sound_explosion_low
volume = 1.0
pitch = 2.0
loop = false
}
}
fx-vector-running
{
AUDIO
{
channel = Ship
clip = sound_rocket_hard
volume = 0.0 0.0
volume = 1.0 1.0
pitch = 0.0 0.2
pitch = 1.0 1.0
loop = true
}
MODEL_MULTI_PARTICLE
{
name = core
modelName = ReStock/FX/restock-fx-vector-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.35
speed = 1.0 1.0
}
MODEL_MULTI_PARTICLE
{
name = plume
modelName = ReStock/FX/restock-fx-vector-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.35
speed = 1.0 1.0
}
PREFAB_PARTICLE
{
prefabName = fx_smokeTrail_light
transformName = smokePoint
emission = 0.0 0.0
emission = 0.05 0.0
emission = 0.075 0.25
emission = 1.0 1.25
speed = 0.0 0.25
speed = 1.0 1.0
localOffset = 0, 0, 0
}
}
MODEL_MULTI_PARTICLE
{
name = core
modelName = ReStock/FX/restock-fx-vector-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.35
speed = 1.0 1.0
}
MODEL_MULTI_PARTICLE
{
name = plume
modelName = ReStock/FX/restock-fx-vector-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.35
speed = 1.0 1.0
}
PREFAB_PARTICLE
{
prefabName = fx_smokeTrail_light
transformName = smokePoint
emission = 0.0 0.0
emission = 0.05 0.0
emission = 0.075 0.25
emission = 1.0 1.25
speed = 0.0 0.25
speed = 1.0 1.0
localOffset = 0, 0, 0
}
}
}
MODULE
@ -858,7 +858,7 @@
{
name = FXModuleThrottleEffects
fxModuleNames = heatColor
responseSpeed = 0.005
responseSpeed = 1.0
dependOnEngineState = True
dependOnThrottle = True
}
@ -875,30 +875,30 @@
{
name = ModuleColorChanger
moduleID = heatColor
animRate = 0.005
animRate = 0.025
shaderProperty = _EmissiveColor
excludedRenderer = EngineCoreT30
toggleInEditor = false
toggleInFlight = false
redCurve
{
key = 0 0
key = 1 1
key = 0 0 1 1
key = 1 1 1 1
}
greenCurve
{
key = 0 0
key = 1 1
key = 0 0 1 1
key = 1 1 1 1
}
blueCurve
{
key = 0 0
key = 1 1
key = 0 0 1 1
key = 1 1 1 1
}
alphaCurve
{
key = 0 0
key = 1 1
key = 0 0 1 1
key = 1 1 1 1
}
}
MODULE
@ -1176,7 +1176,7 @@
{
name = FXModuleThrottleEffects
fxModuleNames = heatColor
responseSpeed = 0.005
responseSpeed = 1.0
dependOnEngineState = True
dependOnThrottle = True
}
@ -1193,30 +1193,30 @@
{
name = ModuleColorChanger
moduleID = heatColor
animRate = 0.0005
animRate = 0.025
shaderProperty = _EmissiveColor
excludedRenderer = EngineCoreT45
toggleInEditor = false
toggleInFlight = false
redCurve
{
key = 0 1
key = 1 1
key = 0 0 1 1
key = 1 1 1 1
}
greenCurve
{
key = 0 1
key = 1 1
key = 0 0 1 1
key = 1 1 1 1
}
blueCurve
{
key = 0 1
key = 1 1
key = 0 0 1 1
key = 1 1 1 1
}
alphaCurve
{
key = 0 0
key = 1 1
key = 0 0 1 1
key = 1 1 1 1
}
}
MODULE