2019-09-26 21:49:58 +00:00
|
|
|
// Patches applying art changes to MH SRB engines
|
|
|
|
// Contents:
|
2019-10-20 03:31:54 +00:00
|
|
|
// - THK 'Pollux' SRB (Pollux)
|
2019-09-26 21:49:58 +00:00
|
|
|
|
|
|
|
// THK 'Pollux' SRB
|
2020-05-29 04:13:30 +00:00
|
|
|
@PART[Pollux]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
2019-09-26 21:49:58 +00:00
|
|
|
{
|
|
|
|
@author = Chris Adderley (Nertea)
|
|
|
|
!mesh = DELETE
|
|
|
|
!MODEL {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Engine/restock-engine-srb-pollux-1
|
|
|
|
}
|
|
|
|
%rescaleFactor = 1
|
|
|
|
!EFFECTS {}
|
|
|
|
EFFECTS
|
|
|
|
{
|
|
|
|
engage
|
|
|
|
{
|
|
|
|
AUDIO
|
|
|
|
{
|
|
|
|
channel = Ship
|
|
|
|
clip = sound_vent_medium
|
|
|
|
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-pollux-running
|
|
|
|
{
|
|
|
|
AUDIO
|
|
|
|
{
|
|
|
|
channel = Ship
|
|
|
|
clip = sound_rocket_hard
|
|
|
|
volume = 0.0 0.0
|
|
|
|
volume = 0.01 0.4
|
|
|
|
volume = 1.0 1.0
|
|
|
|
pitch = 0.0 0.2
|
|
|
|
pitch = 0.01 0.6
|
|
|
|
pitch = 1.0 1.8
|
|
|
|
loop = true
|
|
|
|
}
|
|
|
|
MODEL_MULTI_PARTICLE
|
|
|
|
{
|
|
|
|
name = core
|
2020-02-23 19:45:09 +00:00
|
|
|
modelName = ReStock/FX/restock-fx-srb-anvil
|
2019-09-26 21:49:58 +00:00
|
|
|
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
|
|
|
|
}
|
2019-10-19 04:15:49 +00:00
|
|
|
PREFAB_PARTICLE
|
2019-09-26 21:49:58 +00:00
|
|
|
{
|
2019-10-19 04:15:49 +00:00
|
|
|
prefabName = fx_smokeTrail_veryLarge
|
|
|
|
transformName = smokePoint
|
2019-09-26 21:49:58 +00:00
|
|
|
emission = 0.0 0.0
|
2019-10-19 04:15:49 +00:00
|
|
|
emission = 0.05 0.0
|
2019-09-26 21:49:58 +00:00
|
|
|
emission = 0.075 0.25
|
2019-10-19 04:15:49 +00:00
|
|
|
emission = 1.0 1.25
|
|
|
|
speed = 0.0 0.25
|
2019-09-26 21:49:58 +00:00
|
|
|
speed = 1.0 1.0
|
2019-10-19 04:15:49 +00:00
|
|
|
localOffset = 0, 0, 1
|
2019-09-26 21:49:58 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-10-28 19:05:26 +00:00
|
|
|
@MODULE[ModuleEngines]
|
2019-09-26 21:49:58 +00:00
|
|
|
{
|
2019-10-28 19:05:26 +00:00
|
|
|
@name = ModuleEnginesFX
|
2019-09-26 21:49:58 +00:00
|
|
|
%runningEffectName = fx-pollux-running
|
|
|
|
}
|
2021-06-17 04:00:25 +00:00
|
|
|
|
2019-09-26 21:49:58 +00:00
|
|
|
MODULE
|
|
|
|
{
|
|
|
|
name = FXModuleThrottleEffects
|
|
|
|
fxModuleNames = heatColor
|
|
|
|
responseSpeed = 1.0
|
|
|
|
dependOnEngineState = True
|
|
|
|
dependOnThrottle = True
|
|
|
|
}
|
|
|
|
MODULE
|
|
|
|
{
|
|
|
|
name = FXModuleThrottleEffects
|
|
|
|
fxModuleNames = throttleColor
|
|
|
|
responseSpeed = 1.0
|
|
|
|
dependOnEngineState = True
|
|
|
|
dependOnThrottle = True
|
|
|
|
}
|
|
|
|
MODULE
|
|
|
|
{
|
|
|
|
name = ModuleColorChanger
|
|
|
|
moduleID = heatColor
|
|
|
|
animRate = 0.025
|
|
|
|
shaderProperty = _EmissiveColor
|
|
|
|
excludedRenderers = EngineCore
|
|
|
|
toggleInEditor = false
|
|
|
|
toggleInFlight = false
|
|
|
|
redCurve
|
|
|
|
{
|
|
|
|
key = 0 0 1 1
|
|
|
|
key = 1 1 1 1
|
|
|
|
}
|
|
|
|
greenCurve
|
|
|
|
{
|
|
|
|
key = 0 0 1 1
|
|
|
|
key = 1 1 1 1
|
|
|
|
}
|
|
|
|
blueCurve
|
|
|
|
{
|
|
|
|
key = 0 0 1 1
|
|
|
|
key = 1 1 1 1
|
|
|
|
}
|
|
|
|
alphaCurve
|
|
|
|
{
|
|
|
|
key = 0 0 1 1
|
|
|
|
key = 1 1 1 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
MODULE
|
|
|
|
{
|
|
|
|
name = ModuleColorChanger
|
|
|
|
moduleID = throttleColor
|
|
|
|
animRate = 1
|
|
|
|
shaderProperty = _EmissiveColor
|
|
|
|
includedRenderers = EngineCore
|
|
|
|
toggleInEditor = false
|
|
|
|
toggleInFlight = false
|
|
|
|
redCurve
|
|
|
|
{
|
|
|
|
key = 0 0
|
|
|
|
key = 1 1
|
|
|
|
}
|
|
|
|
greenCurve
|
|
|
|
{
|
|
|
|
key = 0 0
|
|
|
|
key = 1 1
|
|
|
|
}
|
|
|
|
blueCurve
|
|
|
|
{
|
|
|
|
key = 0 0
|
|
|
|
key = 1 1
|
|
|
|
}
|
|
|
|
alphaCurve
|
|
|
|
{
|
|
|
|
key = 0 0
|
|
|
|
key = 1 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|