From 2866a3b64971cb436cb225b70fc732cd58f18640 Mon Sep 17 00:00:00 2001 From: Jonathan Bayer Date: Sat, 9 Mar 2019 23:46:34 -0500 Subject: [PATCH] Fixed the monoprop engines: O-10 O-40 RCSBoon RCSRack Vernier --- Changelog.txt | 10 +++++- .../SXT/Parts/Rocketry/Control/OMS/O-40-a.cfg | 21 +++++------ .../SXT/Parts/Rocketry/Control/OMS/part.cfg | 36 ++++++++++++------- .../Parts/Rocketry/Control/RCSBoon/part.cfg | 4 +-- .../Parts/Rocketry/Control/RCSRack/part.cfg | 4 +-- .../Parts/Rocketry/Control/Vernier/part.cfg | 1 + GameData/SXT/SXTContinued.version | 4 +-- ModuleBounce/AssemblyVersion.cs | 2 +- SXTContinued.version | 4 +-- aa.sh | 3 -- 10 files changed, 53 insertions(+), 36 deletions(-) delete mode 100644 aa.sh diff --git a/Changelog.txt b/Changelog.txt index f093f3c3..e11e2a5a 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -207,4 +207,12 @@ ChangeLog Added a few more missing bulkheadProfiles lines 0.3.25.2 - Added ReStockwhitelist file \ No newline at end of file + Added ReStockwhitelist file + +0.3.26 + Fixed the monoprop engines: + O-10 + O-40 + RCSBoon + RCSRack + Vernier \ No newline at end of file diff --git a/GameData/SXT/Parts/Rocketry/Control/OMS/O-40-a.cfg b/GameData/SXT/Parts/Rocketry/Control/OMS/O-40-a.cfg index 3b8ffb49..fb957901 100644 --- a/GameData/SXT/Parts/Rocketry/Control/OMS/O-40-a.cfg +++ b/GameData/SXT/Parts/Rocketry/Control/OMS/O-40-a.cfg @@ -68,7 +68,7 @@ PART AUDIO_MULTI_POOL { channel = Ship - transformName = RCSjet + transformName = RCSthruster clip = sound_rocket_mini volume = 0.0 0.0 volume = 0.1 0.0 @@ -81,7 +81,7 @@ PART MODEL_MULTI_PARTICLE { modelName = Squad/FX/Monoprop_small - transformName = RCSjet + transformName = RCSthruster emission = 0.0 0.0 emission = 0.1 0.0 emission = 1.0 1.0 @@ -92,18 +92,19 @@ PART } } - MODULE // added + MODULE { - name = ModuleEngines + name = ModuleEnginesFX thrustVectorTransformName = thrustTransform exhaustDamage = False ignitionThreshold = 0.1 minThrust = 0 - maxThrust = 65 // 20 - heatProduction = 50 // 30 - fxOffset = 0, 0, 0.02 + maxThrust = 65 + heatProduction = 50 + fxOffset = 0, 0, 1.02 EngineType = MonoProp exhaustDamageDistanceOffset = 0.25 + runningEffectName = running PROPELLANT { name = MonoPropellant @@ -112,9 +113,9 @@ PART } atmosphereCurve { - key = 0 290 - key = 1 80 - key = 2 0.001 + key = 0 250 + key = 1 120 + key = 4 0.001 } } diff --git a/GameData/SXT/Parts/Rocketry/Control/OMS/part.cfg b/GameData/SXT/Parts/Rocketry/Control/OMS/part.cfg index af4898cd..ef958ead 100644 --- a/GameData/SXT/Parts/Rocketry/Control/OMS/part.cfg +++ b/GameData/SXT/Parts/Rocketry/Control/OMS/part.cfg @@ -65,7 +65,7 @@ PART AUDIO_MULTI_POOL { channel = Ship - transformName = RCSjet + transformName = RCSthruster clip = sound_rocket_mini volume = 0.0 0.0 volume = 0.1 0.0 @@ -78,7 +78,7 @@ PART MODEL_MULTI_PARTICLE { modelName = Squad/FX/Monoprop_small - transformName = RCSjet + transformName = RCSthruster emission = 0.0 0.0 emission = 0.1 0.0 emission = 1.0 1.0 @@ -91,20 +91,30 @@ PART MODULE { - name = ModuleRCSFX - thrusterTransformName = RCSthruster - thrusterPower = 40 - resourceName = MonoPropellant - resourceFlowMode = STAGE_PRIORITY_FLOW + name = ModuleEnginesFX + thrustVectorTransformName = thrustTransform + exhaustDamage = False + ignitionThreshold = 0.1 + minThrust = 0 + maxThrust = 40 + heatProduction = 45 + fxOffset = 0, 0, 1.02 + EngineType = MonoProp + exhaustDamageDistanceOffset = 0.25 runningEffectName = running + PROPELLANT + { + name = MonoPropellant + ratio = 0.9 + DrawGauge = True + } atmosphereCurve - { - key = 0 290 - key = 1 80 - key = 2 0.001 - } + { + key = 0 250 + key = 1 120 + key = 4 0.001 + } } - // MODULE // { // name = ModuleGimbal diff --git a/GameData/SXT/Parts/Rocketry/Control/RCSBoon/part.cfg b/GameData/SXT/Parts/Rocketry/Control/RCSBoon/part.cfg index 34553b1a..befd6626 100644 --- a/GameData/SXT/Parts/Rocketry/Control/RCSBoon/part.cfg +++ b/GameData/SXT/Parts/Rocketry/Control/RCSBoon/part.cfg @@ -57,7 +57,7 @@ AUDIO_MULTI_POOL { channel = Ship - transformName = RCSjet + transformName = RCSthruster clip = sound_rocket_mini volume = 0.0 0.0 volume = 0.1 0.0 @@ -70,7 +70,7 @@ MODEL_MULTI_PARTICLE { modelName = Squad/FX/Monoprop_small - transformName = RCSjet + transformName = RCSthruster emission = 0.0 0.0 emission = 0.1 0.0 emission = 1.0 1.0 diff --git a/GameData/SXT/Parts/Rocketry/Control/RCSRack/part.cfg b/GameData/SXT/Parts/Rocketry/Control/RCSRack/part.cfg index ea8e03ac..48855e33 100644 --- a/GameData/SXT/Parts/Rocketry/Control/RCSRack/part.cfg +++ b/GameData/SXT/Parts/Rocketry/Control/RCSRack/part.cfg @@ -61,7 +61,7 @@ PART AUDIO_MULTI_POOL { channel = Ship - transformName = RCSjet + transformName = RCSthruster clip = sound_rocket_mini volume = 0.0 0.0 volume = 0.1 0.0 @@ -74,7 +74,7 @@ PART MODEL_MULTI_PARTICLE { modelName = Squad/FX/Monoprop_small - transformName = RCSjet + transformName = RCSthruster emission = 0.0 0.0 emission = 0.1 0.0 emission = 1.0 1.0 diff --git a/GameData/SXT/Parts/Rocketry/Control/Vernier/part.cfg b/GameData/SXT/Parts/Rocketry/Control/Vernier/part.cfg index 0aada753..d739827b 100644 --- a/GameData/SXT/Parts/Rocketry/Control/Vernier/part.cfg +++ b/GameData/SXT/Parts/Rocketry/Control/Vernier/part.cfg @@ -77,6 +77,7 @@ PART AUDIO { channel = Ship + transformName = thrustTransform clip = sound_rocket_mini volume = 0.0 0.0 volume = 1.0 1.0 diff --git a/GameData/SXT/SXTContinued.version b/GameData/SXT/SXTContinued.version index d03cf660..50baa8dc 100644 --- a/GameData/SXT/SXTContinued.version +++ b/GameData/SXT/SXTContinued.version @@ -9,8 +9,8 @@ "VERSION": { "MAJOR": 0, "MINOR": 3, - "PATCH": 25, - "BUILD": 2 + "PATCH": 26, + "BUILD": 0 }, "KSP_VERSION": { "MAJOR": 1, diff --git a/ModuleBounce/AssemblyVersion.cs b/ModuleBounce/AssemblyVersion.cs index 3eb804af..b91218e4 100644 --- a/ModuleBounce/AssemblyVersion.cs +++ b/ModuleBounce/AssemblyVersion.cs @@ -5,4 +5,4 @@ using System.Reflection; - [assembly: AssemblyVersion("0.3.25.2")] + [assembly: AssemblyVersion("0.3.26.0")] diff --git a/SXTContinued.version b/SXTContinued.version index d03cf660..50baa8dc 100644 --- a/SXTContinued.version +++ b/SXTContinued.version @@ -9,8 +9,8 @@ "VERSION": { "MAJOR": 0, "MINOR": 3, - "PATCH": 25, - "BUILD": 2 + "PATCH": 26, + "BUILD": 0 }, "KSP_VERSION": { "MAJOR": 1, diff --git a/aa.sh b/aa.sh deleted file mode 100644 index d5f6a378..00000000 --- a/aa.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -grep -r 'Squad/Parts' * -r --include=\*.cfg | grep -v PartDatabase | cut -f2 -d'=' | cut -f2 -d','