From f32d0c28983a34d7fc31624a624a03cf1fb5ccb4 Mon Sep 17 00:00:00 2001 From: Chris Adderley Date: Thu, 14 Mar 2019 18:27:41 -0700 Subject: [PATCH] Remove flameout effects, add pod RCS --- .../Patches/Command/restock-command-pods.cfg | 45 +++++++++++++++++++ .../Engine/restock-engines-liquid-0625.cfg | 35 +++------------ .../Engine/restock-engines-liquid-125.cfg | 35 ++------------- .../Engine/0625/restock-engine-torch.cfg | 6 --- .../Engine/125/restock-engine-valiant.cfg | 6 --- .../Parts/Engine/25/restock-engine-boar.cfg | 6 --- 6 files changed, 53 insertions(+), 80 deletions(-) diff --git a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg index b8467756..9de1560d 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg @@ -109,6 +109,51 @@ scale = 1,1,1 rotation = 0, 0, 0 } + + !EFFECTS {} + EFFECTS + { + running + { + AUDIO_MULTI_POOL + { + channel = Ship + transformName = RCSjet + clip = sound_rocket_mini + volume = 0.0 0.0 + volume = 0.1 0.0 + volume = 0.5 0.025 + volume = 1.0 0.1 + pitch = 1.0 + loop = true + } + MODEL_MULTI_PARTICLE + { + name = fx1 + modelName = ReStock/FX/restock-fx-rcs-1 + transformName = RCSjet + emission = 0.0 0.0 + emission = 0.1 0.0 + emission = 1.0 1.0 + speed = 0.0 0.8 + speed = 1.0 1.0 + //localRotation = -90, 0, 0 + } + MODEL_MULTI_PARTICLE + { + name = fx2 + modelName = ReStock/FX/restock-fx-rcs-1 + transformName = RCSjet + emission = 0.0 0.0 + emission = 0.1 0.0 + emission = 1.0 1.0 + speed = 0.0 0.8 + speed = 1.0 1.0 + //localRotation = -90, 0, 0 + localPosition = 0, -0.015, 0 + } + } + } } // Mk1 Lander Can 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 88afddf7..7161b215 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 @@ -32,12 +32,7 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = thrustTransform - oneShot = true - } + AUDIO { channel = Ship @@ -195,12 +190,8 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = thrustTransform - oneShot = true - } + + AUDIO { channel = Ship @@ -393,12 +384,7 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = thrustTransform - oneShot = true - } + AUDIO { channel = Ship @@ -739,12 +725,7 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = thrustTransform - oneShot = true - } + AUDIO { channel = Ship @@ -958,12 +939,6 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = thrustTransform - oneShot = true - } AUDIO { channel = Ship diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg index eb6537ef..72804cf6 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg @@ -234,12 +234,6 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = thrustTransform - oneShot = true - } AUDIO { channel = Ship @@ -833,12 +827,7 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout - transformName = thrustTransform - oneShot = true - } + AUDIO { channel = Ship @@ -1100,12 +1089,7 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout - transformName = thrustTransform - oneShot = true - } + AUDIO { channel = Ship @@ -1399,13 +1383,7 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout - transformName = thrustTransform - oneShot = true - localRotation = -90, 0, 0 - } + AUDIO { channel = Ship @@ -1488,13 +1466,6 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout - transformName = thrustTransform - oneShot = true - localRotation = -90, 0, 0 - } AUDIO { channel = Ship diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg index 9c19654a..b9060493 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg @@ -34,12 +34,6 @@ PART } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = smokePoint - oneShot = true - } AUDIO { channel = Ship diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/125/restock-engine-valiant.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/125/restock-engine-valiant.cfg index e661edac..320f62e2 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/125/restock-engine-valiant.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/125/restock-engine-valiant.cfg @@ -36,12 +36,6 @@ PART } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout - transformName = thrustTransform - oneShot = true - } AUDIO { channel = Ship diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-boar.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-boar.cfg index 9a66ed71..08992af3 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-boar.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-boar.cfg @@ -41,12 +41,6 @@ PART } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = smokePoint - oneShot = true - } AUDIO { channel = Ship