Finish model and prototype FX configuration

This commit is contained in:
Andrew Cassidy 2019-09-05 23:10:02 -07:00
parent 3973b34fe9
commit fdd2c5c781
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
3 changed files with 92 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

View File

@ -14,13 +14,102 @@
model = ReStock/Assets/Engine/restock-engine-les-1
}
!sound_vent_medium = DELETE
!sound_rocket_hard = DELETE
!sound_vent_soft = DELETE
!sound_explosion_low = DELETE
!EFFECTS {}
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-les-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 = pitch
modelName = ReStock/FX/restock-fx-srb-separator-1
transformName = fxUpper
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 = core
modelName = ReStockPlus/FX/restock-fx-srb-tiny-core-1
transformName = fxLower
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 = fxSmoke
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[ModuleEnginesFX]
{
%runningEffectName = fx-les-running
}
MODULE
{
name = ModulePartVariants
baseVariant = Shielded
baseVariant = Long
VARIANT
{
name = Shielded
name = Long
displayName = #LOC_Restock_variant-telescope_shielded
themeName = White
primaryColor = #ffffff
@ -38,7 +127,7 @@
VARIANT
{
name = Bare
name = Short
displayName = #LOC_Restock_variant-telescope_bare
themeName = White
primaryColor = #707070