From 3f6b9b9471e061db75988966145325939e4da3af Mon Sep 17 00:00:00 2001 From: ArgentGamer <135716728+ArgentGamer@users.noreply.github.com> Date: Sat, 18 Apr 2026 20:43:17 +0500 Subject: [PATCH] Added engine config for Near Future Spacecraft Previously it only contained a config for the RCS, now there is a config for the engines as well. --- .../Mods/NearFutureSpacecraft-Engines.cfg | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 GameData/RocketSoundEnhancementDefault/Configs/Mods/NearFutureSpacecraft-Engines.cfg diff --git a/GameData/RocketSoundEnhancementDefault/Configs/Mods/NearFutureSpacecraft-Engines.cfg b/GameData/RocketSoundEnhancementDefault/Configs/Mods/NearFutureSpacecraft-Engines.cfg new file mode 100644 index 0000000..53e6634 --- /dev/null +++ b/GameData/RocketSoundEnhancementDefault/Configs/Mods/NearFutureSpacecraft-Engines.cfg @@ -0,0 +1,51 @@ +// LV-95 Orbital Maneuvering Engine +@PART[orbital-engine-0625]:HAS[!RSE_PRESET]:NEEDS[NearFutureSpacecraft]:FOR[RocketSoundEnhancementDefault] +{ + RSE_PRESET + { + name = Liquid_Light-Vacuum_1 + volume = 0.82 + pitch = 2.60 + } +} +// LV-601 Orbital Maneuvering Engine +@PART[orbital-engine-125]:HAS[!RSE_PRESET]:NEEDS[NearFutureSpacecraft]:FOR[RocketSoundEnhancementDefault] +{ + RSE_PRESET + { + name = Liquid_Light-Vacuum_1 + volume = 1.03 + pitch = 1.87 + } +} +// LV-95-6 Orbital Maneuvering Engine Cluster +@PART[orbital-engine-25]:HAS[!RSE_PRESET]:NEEDS[NearFutureSpacecraft]:FOR[RocketSoundEnhancementDefault] +{ + RSE_PRESET + { + name = Liquid_Light-Vacuum_1 + volume = 1.21 + pitch = 2.60 + } +} +// LV-601-4 Orbital Maneuvering Engine Cluster +@PART[orbital-engine-375]:HAS[!RSE_PRESET]:NEEDS[NearFutureSpacecraft]:FOR[RocketSoundEnhancementDefault] +{ + RSE_PRESET + { + name = Liquid_Light-Vacuum_1 + volume = 1.43 + pitch = 1.87 + } +} +// 96-8S 'Hummingbird' Landing Engine +@PART[engine-rocket-pack-2]:HAS[!RSE_PRESET]:NEEDS[NearFutureSpacecraft]:FOR[RocketSoundEnhancementDefault] +{ + RSE_PRESET + { + name = Liquid_Light-Vacuum_1 + volume = 0.77 + pitch = 2.75 + } +} +