diff --git a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-ant-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-ant-1.mu index 9e49d1d8..b54f8bca 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-ant-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-ant-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-puff-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-puff-1.mu index 232925c2..afea3a9e 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-puff-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-puff-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-puff-ant-1-e.tga b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-puff-ant-1-e.tga index bdf631fb..bf88ff98 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-puff-ant-1-e.tga and b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-puff-ant-1-e.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-spark-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-spark-1.mu index 41893aa2..2b98532c 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-spark-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-spark-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-spider-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-spider-1.mu index 95dd15a1..9164ef2d 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-spider-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-spider-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-twitch-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-twitch-1.mu index 336be837..fe19f24b 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-twitch-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-twitch-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/FX/restock-fx-ant-1.mu b/Distribution/Restock/GameData/ReStock/FX/restock-fx-ant-1.mu new file mode 100644 index 00000000..c0ec79be Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/FX/restock-fx-ant-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/FX/restock-fx-puff-1.mu b/Distribution/Restock/GameData/ReStock/FX/restock-fx-puff-1.mu new file mode 100644 index 00000000..752e347e Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/FX/restock-fx-puff-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/FX/restock-fx-spark-core-1.mu b/Distribution/Restock/GameData/ReStock/FX/restock-fx-spark-core-1.mu new file mode 100644 index 00000000..36ef983b Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/FX/restock-fx-spark-core-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/FX/restock-fx-spark-plume-1.mu b/Distribution/Restock/GameData/ReStock/FX/restock-fx-spark-plume-1.mu new file mode 100644 index 00000000..afe2069f Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/FX/restock-fx-spark-plume-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/FX/restock-fx-spark-turbo-1.mu b/Distribution/Restock/GameData/ReStock/FX/restock-fx-spark-turbo-1.mu new file mode 100644 index 00000000..7dbcd956 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/FX/restock-fx-spark-turbo-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-drone-cores.cfg b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-drone-cores.cfg new file mode 100644 index 00000000..59048a57 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-drone-cores.cfg @@ -0,0 +1,3 @@ +// Patches applying art changes to drone parts +// Contents: +// - diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-0625.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-0625.cfg index 8f6131f3..f4d9c87c 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-0625.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-0625.cfg @@ -19,10 +19,65 @@ !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 = fxTransform + oneShot = true + } + AUDIO + { + channel = Ship + clip = sound_explosion_low + volume = 1.0 + pitch = 2.0 + loop = false + } + } + fx-ant-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 = plume + modelName = ReStock/FX/restock-fx-ant-1 + transformName = fxTransform + 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 + } + } } @MODULE[ModuleEnginesFX] { @runningEffectName = fx-ant-running + @fxOffset = 0, 0, 0 } !MODULE[FXModuleAnimateThrottle] {} MODULE @@ -127,6 +182,60 @@ !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 = fxTransformCore + oneShot = true + } + AUDIO + { + channel = Ship + clip = sound_explosion_low + volume = 1.0 + pitch = 2.0 + loop = false + } + } + fx-spider-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-ant-1 + transformName = fxTransform + 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 + } + } } @MODULE[ModuleEnginesFX] { @@ -253,6 +362,84 @@ !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 = fxTransformCore + oneShot = true + } + AUDIO + { + channel = Ship + clip = sound_explosion_low + volume = 1.0 + pitch = 2.0 + loop = false + } + } + fx-spark-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-spark-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-spark-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 + } + MODEL_MULTI_PARTICLE + { + name = turbo + modelName = ReStock/FX/restock-fx-spark-turbo-1 + transformName = fxTransformTurbo + 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 + } + } } MODULE { @@ -392,7 +579,7 @@ } @MODULE[ModuleEnginesFX] { - @runningEffectName = fx-spark-running + %runningEffectName = fx-spark-running } !MODULE[FXModuleAnimateThrottle] {} MODULE @@ -491,6 +678,83 @@ !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 = fxTransformCore + oneShot = true + } + AUDIO + { + channel = Ship + clip = sound_explosion_low + volume = 1.0 + pitch = 2.0 + loop = false + } + } + fx-twitch-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 = turbo + modelName = ReStock/FX/restock-fx-spark-turbo-1 + transformName = fxTransformTurbo + 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 = ReStock/FX/restock-fx-spark-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-spark-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 + } + } } MODULE { @@ -520,7 +784,7 @@ } @MODULE[ModuleEnginesFX] { - @runningEffectName = fx-twitch-running + runningEffectName = fx-twitch-running } @MODULE[ModuleGimbal] { @@ -620,6 +884,60 @@ !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 = fxTransform + oneShot = true + } + AUDIO + { + channel = Ship + clip = sound_explosion_low + volume = 1.0 + pitch = 2.0 + loop = false + } + } + fx-puff-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 = plume + modelName = ReStock/FX/restock-fx-puff-1 + transformName = fxTransform + 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 + } + } } MODULE