From ff39787e3f2dd71dc0e143d29ec9e52f88c6efe3 Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Sun, 20 May 2018 19:50:02 +0200 Subject: [PATCH 01/16] Add files via upload --- .../reDIRECT/Patches/RealPlumes/D_K2X.cfg | 21 ++++++++++++++++++ .../reDIRECT/Patches/RealPlumes/D_KL10_B.cfg | 21 ++++++++++++++++++ .../reDIRECT/Patches/RealPlumes/D_SRB_2.cfg | 21 ++++++++++++++++++ .../reDIRECT/Patches/RealPlumes/D_SRB_4.cfg | 21 ++++++++++++++++++ .../reDIRECT/Patches/RealPlumes/D_SRB_5.cfg | 21 ++++++++++++++++++ .../Patches/RealPlumes/D_SRB_cone.cfg | 21 ++++++++++++++++++ .../reDIRECT/Patches/RealPlumes/SSME_B.cfg | 22 +++++++++++++++++++ 7 files changed, 148 insertions(+) create mode 100644 reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_K2X.cfg create mode 100644 reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_KL10_B.cfg create mode 100644 reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_2.cfg create mode 100644 reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_4.cfg create mode 100644 reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_5.cfg create mode 100644 reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_cone.cfg create mode 100644 reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/SSME_B.cfg diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_K2X.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_K2X.cfg new file mode 100644 index 0000000..0faf17e --- /dev/null +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_K2X.cfg @@ -0,0 +1,21 @@ +@PART[DIRECT_K2X]:NEEDS[RealPlume,SmokeScreen] +{ + @MODULE[ModuleEngines*] + { + @name = ModuleEnginesFX + %powerEffectName = Hydrolox-Upper + } + PLUME + { + name = Hydrolox-Upper + transformName = thrustTransform + localRotation = 0,0,0 + localPosition = 0,0,0 + flarePosition = 0,0,0.75 + plumePosition = 0,0,1.2 + fixedScale = 2 + energy = 1 + speed = 1 + } +} + diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_KL10_B.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_KL10_B.cfg new file mode 100644 index 0000000..fd3a3e7 --- /dev/null +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_KL10_B.cfg @@ -0,0 +1,21 @@ +@PART[DIRECT_KL10_B]:NEEDS[RealPlume,SmokeScreen] +{ + @MODULE[ModuleEngines*] + { + @name = ModuleEnginesFX + %powerEffectName = Hydrolox-Upper + } + PLUME + { + name = Hydrolox-Upper + transformName = thrustTransform + localRotation = 0,0,0 + localPosition = 0,0,0 + flarePosition = 0,0,0.6 + plumePosition = 0,0,1.2 + fixedScale = 1.5 + energy = 1 + speed = 1 + } +} + diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_2.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_2.cfg new file mode 100644 index 0000000..7e890ff --- /dev/null +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_2.cfg @@ -0,0 +1,21 @@ +@PART[DIRECT_SRB_2]:NEEDS[RealPlume,SmokeScreen] +{ + @MODULE[ModuleEngines*] + { + @name = ModuleEnginesFX + %powerEffectName = Solid-Lower + } + PLUME + { + name = Solid-Lower + transformName = thrustTransform + localRotation = 0,0,0 + localPosition = 0,0,0 + flarePosition = 0,0,0.1 + plumePosition = 0,0,0.15 + fixedScale = 2 + energy = 1 + speed = 1 + } +} + diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_4.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_4.cfg new file mode 100644 index 0000000..b562c32 --- /dev/null +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_4.cfg @@ -0,0 +1,21 @@ +@PART[DIRECT_SRB_4]:NEEDS[RealPlume,SmokeScreen] +{ + @MODULE[ModuleEngines*] + { + @name = ModuleEnginesFX + %powerEffectName = Solid-Lower + } + PLUME + { + name = Solid-Lower + transformName = thrustTransform + localRotation = 0,0,0 + localPosition = 0,0,0 + flarePosition = 0,0,0.1 + plumePosition = 0,0,0.15 + fixedScale = 2 + energy = 1 + speed = 1 + } +} + diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_5.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_5.cfg new file mode 100644 index 0000000..1a98f0d --- /dev/null +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_5.cfg @@ -0,0 +1,21 @@ +@PART[DIRECT_SRB_5]:NEEDS[RealPlume,SmokeScreen] +{ + @MODULE[ModuleEngines*] + { + @name = ModuleEnginesFX + %powerEffectName = Solid-Lower + } + PLUME + { + name = Solid-Lower + transformName = thrustTransform + localRotation = 0,0,0 + localPosition = 0,0,0 + flarePosition = 0,0,0.1 + plumePosition = 0,0,0.15 + fixedScale = 2 + energy = 1 + speed = 1 + } +} + diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_cone.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_cone.cfg new file mode 100644 index 0000000..0d59694 --- /dev/null +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/D_SRB_cone.cfg @@ -0,0 +1,21 @@ +@PART[DIRECT_SRB_cone]:NEEDS[RealPlume,SmokeScreen] +{ + @MODULE[ModuleEngines*] + { + @name = ModuleEnginesFX + %powerEffectName = Solid-Sepmotor + } + PLUME + { + name = Solid-Sepmotor + transformName = thrustTransform + localRotation = 0,0,0 + localPosition = 0,0,0 + flarePosition = 0,0,0 + plumePosition = 0,0,0 + fixedScale = 2 + energy = 1 + speed = 1 + } +} + diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/SSME_B.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/SSME_B.cfg new file mode 100644 index 0000000..0fe7348 --- /dev/null +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/RealPlumes/SSME_B.cfg @@ -0,0 +1,22 @@ +@PART[DIRECT_SSME_B]:FOR[RealPlume]:NEEDS[SmokeScreen] +{ + PLUME + { + name = Hydrolox-Lower + transformName = thrustTransform + localRotation = 0,0,0 + plumePosition = 0,0,1.2 + flarePosition = 0,0,0.5 + plumeScale = 1.5 + flareScale = 1.3 + energy = 1 + speed = 0.8 + emissionMult = 1 + } + @MODULE[ModuleEngines*] + { + %powerEffectName = Hydrolox-Lower + } +} + + From 211e887bc8d3d5c9022e056617c15d9a8df209ef Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Sun, 20 May 2018 21:23:07 +0200 Subject: [PATCH 02/16] Update DIRECT_SRB_2.cfg --- .../GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_2.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_2.cfg index 703510d..d7beef3 100755 --- a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_2.cfg +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_2.cfg @@ -142,7 +142,7 @@ PART exhaustDamage = True ignitionThreshold = 0.1 minThrust = 0 - maxThrust = 3100 + maxThrust = 1700 heatProduction = 415 useEngineResponseTime = True engineAccelerationSpeed = 8.0 From 7991f591e3edf5f86e76b9ea1b6226b6aec2465c Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Sun, 20 May 2018 21:24:25 +0200 Subject: [PATCH 03/16] Update DIRECT_SRB_4.cfg --- .../Phase1/Parts/Boosters/DIRECT_SRB_4.cfg | 462 +++++++++--------- 1 file changed, 231 insertions(+), 231 deletions(-) diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4.cfg index c31c617..3e9ed8a 100755 --- a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4.cfg +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4.cfg @@ -1,210 +1,210 @@ -PART -{ - name = DIRECT_SRB_4 - module = Part - author = Benjee10 - - TechRequired = heavyRocketry - entryCost = 8000 - cost = 2700 - category = Propulsion - subcategory = 0 - - title = S2 SRB-KD50k “Typhoon” Solid Rocket Booster - manufacturer = Olympus Spaceflight Emporium - description = A giant booster designed for heavy-lift rockets, especially assisting cryogenic rocket engine stages. - - attachRules = 1,1,1,1,0 - mass = 12 - // heatConductivity = 0.04 // 1/3 default - skinInternalConductionMult = 4.0 - emissiveConstant = 0.5 - - dragModelType = default - maximum_drag = 0.3 - minimum_drag = 0.2 - angularDrag = 2 - breakingForce = 200 - breakingTorque = 200 - crashTolerance = 7 - maxTemp = 2000 - - stagingIcon = SOLID_BOOSTER - bulkheadProfiles = size2, srf - - tags = direct, jupiter, SRB, STS, shuttle, SLS, jupiter, racing stripes - - MODEL - { - model = reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4 - } - scale = 1 - rescaleFactor = 1 - - NODE - { - name = node_stack_top - transform = topNode - } - NODE - { - name = node_stack_bottom - transform = bottomNode - } - node_attach = 0.0, 0.0, -1.1, 0.0, 0.0, 1.0 - - EFFECTS - { - running_closed - { - 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 - } - PREFAB_PARTICLE - { - prefabName = fx_smokeTrail_veryLarge - transformName = smokePoint - 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, 1 - } - MODEL_MULTI_PARTICLE - { - modelName = Squad/FX/SRB_Large - transformName = thrustTransform - emission = 0.0 0.0 - emission = 0.05 0.0 - emission = 0.075 0.25 - emission = 1.0 1.25 - speed = 0.0 0.5 - speed = 1.0 1.2 - } - MODEL_PARTICLE - { - modelName = Squad/FX/SRB_LargeSparks - transformName = fxPoint - emission = 0.0 0.0 - emission = 0.05 0.0 - emission = 0.075 0.25 - emission = 1.0 1.25 - speed = 0.0 0.5 - speed = 1.0 1.2 - } - } - 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 = thrustTransform - oneShot = true - } - AUDIO - { - channel = Ship - clip = sound_explosion_low - volume = 1.0 - pitch = 2.0 - loop = false - } - } - } - - MODULE - { - name = ModuleEnginesFX - thrustVectorTransformName = thrustTransform - engineID = S2SRB - powerEffectName = running_closed - throttleLocked = True - exhaustDamage = True - ignitionThreshold = 0.1 - minThrust = 0 - maxThrust = 4500 - heatProduction = 415 - useEngineResponseTime = True - engineAccelerationSpeed = 8.0 - allowShutdown = False - fxOffset = 0, 0, 0.35 - EngineType = SolidBooster - PROPELLANT - { - name = SolidFuel - ratio = 1.0 - DrawGauge = True - } - useThrustCurve = true - thrustCurve - { - key = 0.00 0.05 - key = 0.02 0.20 - key = 0.10 0.40 - key = 0.50 0.55 - key = 0.70 0.60 - key = 0.90 1.00 - key = 1.00 0.95 - } - atmosphereCurve - { - key = 0 269 - key = 1 237 - key = 7 0.001 - } - - } - RESOURCE - { - name = SolidFuel - amount = 10350 - maxAmount = 10350 - } - MODULE - { - name = ModuleTestSubject - environments = 15 - useStaging = True - useEvent = False - } - MODULE - { - name = ModuleGimbal - gimbalTransformName = thrustTransform - gimbalRange = 6 - gimbalResponseSpeed = 24 - useGimbalResponseSpeed = true - } - MODULE - { - name = ModuleSurfaceFX - thrustProviderModuleIndex = 0 - fxMax = 1 - maxDistance = 80 - falloff = 2 - thrustTransformName = thrustTransform - } - +PART +{ + name = DIRECT_SRB_4 + module = Part + author = Benjee10 + + TechRequired = heavyRocketry + entryCost = 8000 + cost = 2700 + category = Propulsion + subcategory = 0 + + title = S2 SRB-KD50k “Typhoon” Solid Rocket Booster + manufacturer = Olympus Spaceflight Emporium + description = A giant booster designed for heavy-lift rockets, especially assisting cryogenic rocket engine stages. + + attachRules = 1,1,1,1,0 + mass = 12 + // heatConductivity = 0.04 // 1/3 default + skinInternalConductionMult = 4.0 + emissiveConstant = 0.5 + + dragModelType = default + maximum_drag = 0.3 + minimum_drag = 0.2 + angularDrag = 2 + breakingForce = 200 + breakingTorque = 200 + crashTolerance = 7 + maxTemp = 2000 + + stagingIcon = SOLID_BOOSTER + bulkheadProfiles = size2, srf + + tags = direct, jupiter, SRB, STS, shuttle, SLS, jupiter, racing stripes + + MODEL + { + model = reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4 + } + scale = 1 + rescaleFactor = 1 + + NODE + { + name = node_stack_top + transform = topNode + } + NODE + { + name = node_stack_bottom + transform = bottomNode + } + node_attach = 0.0, 0.0, -1.1, 0.0, 0.0, 1.0 + + EFFECTS + { + running_closed + { + 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 + } + PREFAB_PARTICLE + { + prefabName = fx_smokeTrail_veryLarge + transformName = smokePoint + 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, 1 + } + MODEL_MULTI_PARTICLE + { + modelName = Squad/FX/SRB_Large + transformName = thrustTransform + emission = 0.0 0.0 + emission = 0.05 0.0 + emission = 0.075 0.25 + emission = 1.0 1.25 + speed = 0.0 0.5 + speed = 1.0 1.2 + } + MODEL_PARTICLE + { + modelName = Squad/FX/SRB_LargeSparks + transformName = fxPoint + emission = 0.0 0.0 + emission = 0.05 0.0 + emission = 0.075 0.25 + emission = 1.0 1.25 + speed = 0.0 0.5 + speed = 1.0 1.2 + } + } + 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 = thrustTransform + oneShot = true + } + AUDIO + { + channel = Ship + clip = sound_explosion_low + volume = 1.0 + pitch = 2.0 + loop = false + } + } + } + + MODULE + { + name = ModuleEnginesFX + thrustVectorTransformName = thrustTransform + engineID = S2SRB + powerEffectName = running_closed + throttleLocked = True + exhaustDamage = True + ignitionThreshold = 0.1 + minThrust = 0 + maxThrust = 2475 + heatProduction = 415 + useEngineResponseTime = True + engineAccelerationSpeed = 8.0 + allowShutdown = False + fxOffset = 0, 0, 0.35 + EngineType = SolidBooster + PROPELLANT + { + name = SolidFuel + ratio = 1.0 + DrawGauge = True + } + useThrustCurve = true + thrustCurve + { + key = 0.00 0.05 + key = 0.02 0.20 + key = 0.10 0.40 + key = 0.50 0.55 + key = 0.70 0.60 + key = 0.90 1.00 + key = 1.00 0.95 + } + atmosphereCurve + { + key = 0 269 + key = 1 237 + key = 7 0.001 + } + + } + RESOURCE + { + name = SolidFuel + amount = 10350 + maxAmount = 10350 + } + MODULE + { + name = ModuleTestSubject + environments = 15 + useStaging = True + useEvent = False + } + MODULE + { + name = ModuleGimbal + gimbalTransformName = thrustTransform + gimbalRange = 6 + gimbalResponseSpeed = 24 + useGimbalResponseSpeed = true + } + MODULE + { + name = ModuleSurfaceFX + thrustProviderModuleIndex = 0 + fxMax = 1 + maxDistance = 80 + falloff = 2 + thrustTransformName = thrustTransform + } + MODULE { name = ModuleB9PartSwitch @@ -213,34 +213,34 @@ PART SUBTYPE { name = Standard - title = White - TEXTURE - { - texture = reDIRECT/Phase1/Parts/Boosters/booster_main - currentTexture = booster_main - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/booster_NRM - currentTexture = booster_NRM - isNormalMap = true + title = White + TEXTURE + { + texture = reDIRECT/Phase1/Parts/Boosters/booster_main + currentTexture = booster_main + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/booster_NRM + currentTexture = booster_NRM + isNormalMap = true } } SUBTYPE { name = SLS - title = Racing Stripes - TEXTURE - { - texture = reDIRECT/Phase1/Parts/Boosters/booster_main_SLS - currentTexture = booster_main - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/booster_NRM - currentTexture = booster_NRM - isNormalMap = true + title = Racing Stripes + TEXTURE + { + texture = reDIRECT/Phase1/Parts/Boosters/booster_main_SLS + currentTexture = booster_main + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/booster_NRM + currentTexture = booster_NRM + isNormalMap = true } } - } -} + } +} From 466d4d91b41a4547a04b17f1066f5f3ea6669800 Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Sun, 20 May 2018 21:25:36 +0200 Subject: [PATCH 04/16] Decreased thrust --- .../Phase1/Parts/Boosters/DIRECT_SRB_5.cfg | 464 +++++++++--------- 1 file changed, 232 insertions(+), 232 deletions(-) diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_5.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_5.cfg index ae6ea6d..1b86fec 100755 --- a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_5.cfg +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_5.cfg @@ -1,210 +1,210 @@ -PART -{ - name = DIRECT_SRB_5 - module = Part - author = Benjee10 - - TechRequired = heavyRocketry - entryCost = 8000 - cost = 2700 - category = Propulsion - subcategory = 0 - - title = S2 SRB-KD75k “Monsoon” Solid Rocket Booster - manufacturer = Olympus Spaceflight Emporium - description = A giant booster designed for heavy-lift rockets, especially assisting cryogenic rocket engine stages. - - attachRules = 1,1,1,1,0 - mass = 16 - // heatConductivity = 0.04 // 1/3 default - skinInternalConductionMult = 4.0 - emissiveConstant = 0.5 - - dragModelType = default - maximum_drag = 0.3 - minimum_drag = 0.2 - angularDrag = 2 - breakingForce = 200 - breakingTorque = 200 - crashTolerance = 7 - maxTemp = 2000 - - stagingIcon = SOLID_BOOSTER - bulkheadProfiles = size2, srf - - tags = direct, jupiter, SRB, STS, shuttle, SLS, jupiter, racing stripes - - MODEL - { - model = reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_5 - } - scale = 1 - rescaleFactor = 1 - - NODE - { - name = node_stack_top - transform = topNode - } - NODE - { - name = node_stack_bottom - transform = bottomNode - } - node_attach = 0.0, 0.0, -1.1, 0.0, 0.0, 1.0 - - EFFECTS - { - running_closed - { - 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 - } - PREFAB_PARTICLE - { - prefabName = fx_smokeTrail_veryLarge - transformName = smokePoint - 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, 1 - } - MODEL_MULTI_PARTICLE - { - modelName = Squad/FX/SRB_Large - transformName = thrustTransform - emission = 0.0 0.0 - emission = 0.05 0.0 - emission = 0.075 0.25 - emission = 1.0 1.25 - speed = 0.0 0.5 - speed = 1.0 1.2 - } - MODEL_PARTICLE - { - modelName = Squad/FX/SRB_LargeSparks - transformName = fxPoint - emission = 0.0 0.0 - emission = 0.05 0.0 - emission = 0.075 0.25 - emission = 1.0 1.25 - speed = 0.0 0.5 - speed = 1.0 1.2 - } - } - 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 = thrustTransform - oneShot = true - } - AUDIO - { - channel = Ship - clip = sound_explosion_low - volume = 1.0 - pitch = 2.0 - loop = false - } - } - } - - MODULE - { - name = ModuleEnginesFX - thrustVectorTransformName = thrustTransform - engineID = S2SRB - powerEffectName = running_closed - throttleLocked = True - exhaustDamage = True - ignitionThreshold = 0.02 - minThrust = 0 - maxThrust = 5100 - heatProduction = 420 - useEngineResponseTime = True - engineAccelerationSpeed = 8.0 - allowShutdown = False - fxOffset = 0, 0, 0.35 - EngineType = SolidBooster - PROPELLANT - { - name = SolidFuel - ratio = 1.0 - DrawGauge = True - } - useThrustCurve = true - thrustCurve - { - key = 0.00 0.05 - key = 0.02 0.70 - key = 0.10 0.80 - key = 0.50 0.85 - key = 0.70 0.75 - key = 0.90 1.00 - key = 1.00 0.95 - } - atmosphereCurve - { - key = 0 269 - key = 1 237 - key = 7 0.001 - } - - } - RESOURCE - { - name = SolidFuel - amount = 12938 - maxAmount = 12938 - } - MODULE - { - name = ModuleTestSubject - environments = 15 - useStaging = True - useEvent = False - } - MODULE - { - name = ModuleGimbal - gimbalTransformName = thrustTransform - gimbalRange = 6 - gimbalResponseSpeed = 24 - useGimbalResponseSpeed = true - } - MODULE - { - name = ModuleSurfaceFX - thrustProviderModuleIndex = 0 - fxMax = 1 - maxDistance = 80 - falloff = 2 - thrustTransformName = thrustTransform - } - +PART +{ + name = DIRECT_SRB_5 + module = Part + author = Benjee10 + + TechRequired = heavyRocketry + entryCost = 8000 + cost = 2700 + category = Propulsion + subcategory = 0 + + title = S2 SRB-KD75k “Monsoon” Solid Rocket Booster + manufacturer = Olympus Spaceflight Emporium + description = A giant booster designed for heavy-lift rockets, especially assisting cryogenic rocket engine stages. + + attachRules = 1,1,1,1,0 + mass = 16 + // heatConductivity = 0.04 // 1/3 default + skinInternalConductionMult = 4.0 + emissiveConstant = 0.5 + + dragModelType = default + maximum_drag = 0.3 + minimum_drag = 0.2 + angularDrag = 2 + breakingForce = 200 + breakingTorque = 200 + crashTolerance = 7 + maxTemp = 2000 + + stagingIcon = SOLID_BOOSTER + bulkheadProfiles = size2, srf + + tags = direct, jupiter, SRB, STS, shuttle, SLS, jupiter, racing stripes + + MODEL + { + model = reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_5 + } + scale = 1 + rescaleFactor = 1 + + NODE + { + name = node_stack_top + transform = topNode + } + NODE + { + name = node_stack_bottom + transform = bottomNode + } + node_attach = 0.0, 0.0, -1.1, 0.0, 0.0, 1.0 + + EFFECTS + { + running_closed + { + 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 + } + PREFAB_PARTICLE + { + prefabName = fx_smokeTrail_veryLarge + transformName = smokePoint + 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, 1 + } + MODEL_MULTI_PARTICLE + { + modelName = Squad/FX/SRB_Large + transformName = thrustTransform + emission = 0.0 0.0 + emission = 0.05 0.0 + emission = 0.075 0.25 + emission = 1.0 1.25 + speed = 0.0 0.5 + speed = 1.0 1.2 + } + MODEL_PARTICLE + { + modelName = Squad/FX/SRB_LargeSparks + transformName = fxPoint + emission = 0.0 0.0 + emission = 0.05 0.0 + emission = 0.075 0.25 + emission = 1.0 1.25 + speed = 0.0 0.5 + speed = 1.0 1.2 + } + } + 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 = thrustTransform + oneShot = true + } + AUDIO + { + channel = Ship + clip = sound_explosion_low + volume = 1.0 + pitch = 2.0 + loop = false + } + } + } + + MODULE + { + name = ModuleEnginesFX + thrustVectorTransformName = thrustTransform + engineID = S2SRB + powerEffectName = running_closed + throttleLocked = True + exhaustDamage = True + ignitionThreshold = 0.02 + minThrust = 0 + maxThrust = 2805 + heatProduction = 420 + useEngineResponseTime = True + engineAccelerationSpeed = 8.0 + allowShutdown = False + fxOffset = 0, 0, 0.35 + EngineType = SolidBooster + PROPELLANT + { + name = SolidFuel + ratio = 1.0 + DrawGauge = True + } + useThrustCurve = true + thrustCurve + { + key = 0.00 0.05 + key = 0.02 0.70 + key = 0.10 0.80 + key = 0.50 0.85 + key = 0.70 0.75 + key = 0.90 1.00 + key = 1.00 0.95 + } + atmosphereCurve + { + key = 0 269 + key = 1 237 + key = 7 0.001 + } + + } + RESOURCE + { + name = SolidFuel + amount = 12938 + maxAmount = 12938 + } + MODULE + { + name = ModuleTestSubject + environments = 15 + useStaging = True + useEvent = False + } + MODULE + { + name = ModuleGimbal + gimbalTransformName = thrustTransform + gimbalRange = 6 + gimbalResponseSpeed = 24 + useGimbalResponseSpeed = true + } + MODULE + { + name = ModuleSurfaceFX + thrustProviderModuleIndex = 0 + fxMax = 1 + maxDistance = 80 + falloff = 2 + thrustTransformName = thrustTransform + } + MODULE { name = ModuleB9PartSwitch @@ -213,35 +213,35 @@ PART SUBTYPE { name = Standard - title = White - TEXTURE - { - texture = reDIRECT/Phase1/Parts/Boosters/booster_main - currentTexture = booster_main - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/booster_NRM - currentTexture = booster_NRM - isNormalMap = true + title = White + TEXTURE + { + texture = reDIRECT/Phase1/Parts/Boosters/booster_main + currentTexture = booster_main + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/booster_NRM + currentTexture = booster_NRM + isNormalMap = true } } SUBTYPE { name = SLS - title = Stripes - TEXTURE - { - texture = reDIRECT/Phase1/Parts/Boosters/booster_main_SLS - currentTexture = booster_main - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/booster_NRM - currentTexture = booster_NRM - isNormalMap = true + title = Stripes + TEXTURE + { + texture = reDIRECT/Phase1/Parts/Boosters/booster_main_SLS + currentTexture = booster_main + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/booster_NRM + currentTexture = booster_NRM + isNormalMap = true } } - } - -} + } + +} From 4ac3fe85f5a04f604600b679b8117457107c28b0 Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Sun, 20 May 2018 21:27:10 +0200 Subject: [PATCH 05/16] Decreased thrust --- .../GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_2.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_2.cfg index d7beef3..db8739c 100755 --- a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_2.cfg +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_2.cfg @@ -142,7 +142,7 @@ PART exhaustDamage = True ignitionThreshold = 0.1 minThrust = 0 - maxThrust = 1700 + maxThrust = 1705 heatProduction = 415 useEngineResponseTime = True engineAccelerationSpeed = 8.0 From c28d99c58eae1755cea36f48bec81feeb7526e93 Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Sun, 20 May 2018 21:27:51 +0200 Subject: [PATCH 06/16] Decreased thrust --- .../GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4.cfg index 3e9ed8a..d4f7f09 100755 --- a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4.cfg +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4.cfg @@ -142,7 +142,7 @@ PART exhaustDamage = True ignitionThreshold = 0.1 minThrust = 0 - maxThrust = 2475 + maxThrust = 2470 heatProduction = 415 useEngineResponseTime = True engineAccelerationSpeed = 8.0 From b7c92857a9c583a30443848fb23c92331cbd1895 Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Sun, 20 May 2018 21:28:05 +0200 Subject: [PATCH 07/16] Decreased thrust --- .../GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4.cfg index d4f7f09..3e9ed8a 100755 --- a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4.cfg +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/Boosters/DIRECT_SRB_4.cfg @@ -142,7 +142,7 @@ PART exhaustDamage = True ignitionThreshold = 0.1 minThrust = 0 - maxThrust = 2470 + maxThrust = 2475 heatProduction = 415 useEngineResponseTime = True engineAccelerationSpeed = 8.0 From b365e6ac7d611a9e5408b07cce474f74c9278baa Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Wed, 23 May 2018 21:00:15 +0200 Subject: [PATCH 08/16] Cryo tank rebalance --- .../Phase3/Parts/Ares_I/DIRECT_ares1_interTank.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase3/Parts/Ares_I/DIRECT_ares1_interTank.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase3/Parts/Ares_I/DIRECT_ares1_interTank.cfg index f80b76b..7721aa2 100755 --- a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase3/Parts/Ares_I/DIRECT_ares1_interTank.cfg +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase3/Parts/Ares_I/DIRECT_ares1_interTank.cfg @@ -51,13 +51,13 @@ PART RESOURCE { name = LqdHydrogen - amount = 14077.6 - maxAmount = 14077.5 - } + amount = 35334 + maxAmount = 35334 +} RESOURCE { name = Oxidizer - amount = 938.5 - maxAmount = 938.5 + amount = 2355.6 + maxAmount = 2355.6 } } From a8f2de384c44f8cea8005236e8ffb9d83b08ff0f Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Wed, 23 May 2018 21:01:41 +0200 Subject: [PATCH 09/16] Cryo tank rebalance --- .../Parts/5m_Tanks/DIRECT_STS_tank_stack.cfg | 224 +++++++++--------- 1 file changed, 112 insertions(+), 112 deletions(-) diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_tank_stack.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_tank_stack.cfg index f12f080..f94a727 100755 --- a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_tank_stack.cfg +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_tank_stack.cfg @@ -1,67 +1,67 @@ -PART -{ - name = DIRECT_STS_tank_stack - module = Part - author = Benjee10 - - - node_attach = 0.0, 0.0, 2.5, 0.0, 0.0, -1.0 - TechRequired = highPerformanceFuelSystems - entryCost = 45200 - cost = 18000 - category = Propulsion - subcategory = 0 - title = Olympus S4-2 5m Cryogenic Tank - manufacturer = Olympus Spaceflight Emporium - description = An incredibly large Liquid Hydrogen & Oxidizer tank. - attachRules = 1,1,1,1,0 - mass = 10 - dragModelType = default - maximum_drag = 0.2 - minimum_drag = 0.3 - angularDrag = 2 - crashTolerance = 6 - breakingForce = 400 - breakingTorque = 400 - maxTemp = 2000 // = 2900 - bulkheadProfiles = size4, srf - - tags = direct jupiter fueltank propellant oxidizer 5m hydrogen cryogenic - - MODEL - { - model = reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_shuttleTank_main - } - scale = 1 - rescaleFactor = 1 - - NODE - { - name = node_stack_top - transform = topNode - size = 4 - } - NODE - { - name = node_stack_bottom - transform = bottomNode - size = 4 - } - - RESOURCE - { - name = LqdHydrogen - amount = 168133.9 - maxAmount = 168133.9 - } - - RESOURCE - { - name = Oxidizer - amount = 11208.93 - maxAmount = 11208.93 - } - +PART +{ + name = DIRECT_STS_tank_stack + module = Part + author = Benjee10 + + + node_attach = 0.0, 0.0, 2.5, 0.0, 0.0, -1.0 + TechRequired = highPerformanceFuelSystems + entryCost = 45200 + cost = 18000 + category = Propulsion + subcategory = 0 + title = Olympus S4-2 5m Cryogenic Tank + manufacturer = Olympus Spaceflight Emporium + description = An incredibly large Liquid Hydrogen & Oxidizer tank. + attachRules = 1,1,1,1,0 + mass = 10 + dragModelType = default + maximum_drag = 0.2 + minimum_drag = 0.3 + angularDrag = 2 + crashTolerance = 6 + breakingForce = 400 + breakingTorque = 400 + maxTemp = 2000 // = 2900 + bulkheadProfiles = size4, srf + + tags = direct jupiter fueltank propellant oxidizer 5m hydrogen cryogenic + + MODEL + { + model = reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_shuttleTank_main + } + scale = 1 + rescaleFactor = 1 + + NODE + { + name = node_stack_top + transform = topNode + size = 4 + } + NODE + { + name = node_stack_bottom + transform = bottomNode + size = 4 + } + + RESOURCE + { + name = LqdHydrogen + amount = 422521.5 + maxAmount = 422521.5 + } + + RESOURCE + { + name = Oxidizer + amount = 28168.1 + maxAmount = 28168.1 + } + MODULE { name = ModuleB9PartSwitch @@ -70,58 +70,58 @@ PART SUBTYPE { name = Orange - title = Bare Foam - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main - currentTexture = shuttleTank_main - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_normals - currentTexture = shuttleTank_NRM - isNormalMap = true - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements - currentTexture = jupiter_elements - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM - currentTexture = jupiter_elements_NRM - isNormalMap = true + title = Bare Foam + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main + currentTexture = shuttleTank_main + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_normals + currentTexture = shuttleTank_NRM + isNormalMap = true + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements + currentTexture = jupiter_elements + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM + currentTexture = jupiter_elements_NRM + isNormalMap = true } } SUBTYPE { name = Painted - title = Painted - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main_alt - currentTexture = shuttleTank_main - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_normals - currentTexture = shuttleTank_NRM - isNormalMap = true - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements - currentTexture = jupiter_elements - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM - currentTexture = jupiter_elements_NRM - isNormalMap = true - } - addedMass = 0.35 + title = Painted + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main_alt + currentTexture = shuttleTank_main + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_normals + currentTexture = shuttleTank_NRM + isNormalMap = true + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements + currentTexture = jupiter_elements + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM + currentTexture = jupiter_elements_NRM + isNormalMap = true + } + addedMass = 0.35 addedCost = 700 } - } -} + } +} From b99ce9216ce75a8b47da3729e203a7bd78ac0ab0 Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Wed, 23 May 2018 21:02:26 +0200 Subject: [PATCH 10/16] Update DIRECT_STS_tank.cfg --- .../Phase1/Parts/5m_Tanks/DIRECT_STS_tank.cfg | 151 +++++++++--------- 1 file changed, 76 insertions(+), 75 deletions(-) diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_tank.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_tank.cfg index 8025e2e..38e6bf2 100755 --- a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_tank.cfg +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_tank.cfg @@ -1,52 +1,53 @@ -PART -{ - name = DIRECT_STS_tank - module = Part - author = Benjee10 - - node_attach = 0.0, 0.0, 2.5, 0.0, 0.0, -1.0 - TechRequired = highPerformanceFuelSystems - entryCost = 48900 - cost = 25000 - category = Propulsion - subcategory = 0 - title = Olympus S4-JUMBO 5m External Cryogenic Tank - manufacturer = Olympus Spaceflight Emporium - description = An incredibly large cryogenic fuel tank. - attachRules = 1,1,1,1,0 - mass = 13 - dragModelType = default - maximum_drag = 0.2 - minimum_drag = 0.3 - angularDrag = 2 - crashTolerance = 6 - breakingForce = 400 - breakingTorque = 400 - maxTemp = 2000 // = 2900 - bulkheadProfiles = size4, srf - - tags = DIRECT shuttle tank fuel orange external oxidizer sts hydrogen cryogenic - - MODEL - { - model = reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_tank - } - scale = 1 - rescaleFactor = 1 - - RESOURCE - { - name = LqdHydrogen - amount = 213674.8 - maxAmount = 213674.8 - } - RESOURCE - { - name = Oxidizer - amount = 14245.03 - maxAmount = 14245.03 - } - +PART +{ + name = DIRECT_STS_tank + module = Part + author = Benjee10 + + node_attach = 0.0, 0.0, 2.5, 0.0, 0.0, -1.0 + TechRequired = highPerformanceFuelSystems + entryCost = 48900 + cost = 25000 + category = Propulsion + subcategory = 0 + title = Olympus S4-JUMBO 5m External Cryogenic Tank + manufacturer = Olympus Spaceflight Emporium + description = An incredibly large cryogenic fuel tank. + attachRules = 1,1,1,1,0 + mass = 13 + dragModelType = default + maximum_drag = 0.2 + minimum_drag = 0.3 + angularDrag = 2 + crashTolerance = 6 + breakingForce = 400 + breakingTorque = 400 + maxTemp = 2000 // = 2900 + bulkheadProfiles = size4, srf + + tags = DIRECT shuttle tank fuel orange external oxidizer sts hydrogen cryogenic + + MODEL + { + model = reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_tank + } + scale = 1 + rescaleFactor = 1 + + RESOURCE + { + name = LqdHydrogen + amount = 562608 + maxAmount = 562608 + } + + RESOURCE + { + name = Oxidizer + amount = 37507.2 + maxAmount = 37507.2 + } + MODULE { name = ModuleB9PartSwitch @@ -55,36 +56,36 @@ PART SUBTYPE { name = Orange - title = Bare Foam - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main - currentTexture = shuttleTank_main - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_NRM - currentTexture = shuttleTank_NRM - isNormalMap = true + title = Bare Foam + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main + currentTexture = shuttleTank_main + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_NRM + currentTexture = shuttleTank_NRM + isNormalMap = true } } SUBTYPE { name = Painted - title = Painted - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main_alt - currentTexture = shuttleTank_main - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_NRM - currentTexture = shuttleTank_NRM - isNormalMap = true - } - addedMass = 0.4 + title = Painted + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main_alt + currentTexture = shuttleTank_main + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_NRM + currentTexture = shuttleTank_NRM + isNormalMap = true + } + addedMass = 0.4 addedCost = 800 } - } -} \ No newline at end of file + } +} From 2b9a5bbe00859cc6f4c435ed78160dbd398b4482 Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Wed, 23 May 2018 21:02:51 +0200 Subject: [PATCH 11/16] Update DIRECT_STS_nose.cfg --- .../Phase1/Parts/5m_Tanks/DIRECT_STS_nose.cfg | 208 +++++++++--------- 1 file changed, 104 insertions(+), 104 deletions(-) diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_nose.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_nose.cfg index 45128b1..ed362ca 100755 --- a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_nose.cfg +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_nose.cfg @@ -1,59 +1,59 @@ -PART -{ - name = DIRECT_STS_nose - module = Part - author = Benjee10 - - TechRequired = highPerformanceFuelSystems - entryCost = 46600 - cost = 13000 - category = Propulsion - subcategory = 0 - title = Olympus S4-A1 5m Cryogenic Tank Nose - manufacturer = Olympus Spaceflight Emporium - description = An aerodynamic nose cone filled with cryogenic fuel. -CAUTION: Point sharp end away from face. - attachRules = 1,0,1,1,0 - mass = 2.2 - dragModelType = default - maximum_drag = 0.1 - minimum_drag = 0.1 - angularDrag = 0.5 - crashTolerance = 10 - breakingForce = 400 - breakingTorque = 400 - maxTemp = 1800 // = 2900 - bulkheadProfiles = size4 - - tags = sts, jupiter, direct, cone, nose, orange, cryogenic - - MODEL - { - model = reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_nose - } - scale = 1 - rescaleFactor = 1 - - NODE - { - name = node_stack_bottom - transform = bottomNode - size = 4 - } - - RESOURCE - { - name = LqdHydrogen - amount = 36432.8 - maxAmount = 36432.8 - } - RESOURCE - { - name = Oxidizer - amount = 2428.9 - maxAmount = 2428.9 - } - +PART +{ + name = DIRECT_STS_nose + module = Part + author = Benjee10 + + TechRequired = highPerformanceFuelSystems + entryCost = 46600 + cost = 13000 + category = Propulsion + subcategory = 0 + title = Olympus S4-A1 5m Cryogenic Tank Nose + manufacturer = Olympus Spaceflight Emporium + description = An aerodynamic nose cone filled with cryogenic fuel. +CAUTION: Point sharp end away from face. + attachRules = 1,0,1,1,0 + mass = 2.2 + dragModelType = default + maximum_drag = 0.1 + minimum_drag = 0.1 + angularDrag = 0.5 + crashTolerance = 10 + breakingForce = 400 + breakingTorque = 400 + maxTemp = 1800 // = 2900 + bulkheadProfiles = size4 + + tags = sts, jupiter, direct, cone, nose, orange, cryogenic + + MODEL + { + model = reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_nose + } + scale = 1 + rescaleFactor = 1 + + NODE + { + name = node_stack_bottom + transform = bottomNode + size = 4 + } + + RESOURCE + { + name = LqdHydrogen + amount = 91558.5 + maxAmount = 91558.5 + } + RESOURCE + { + name = Oxidizer + amount = 6103.9 + maxAmount = 6103.9 + } + MODULE { name = ModuleB9PartSwitch @@ -62,58 +62,58 @@ CAUTION: Point sharp end away from face. SUBTYPE { name = Orange - title = Bare Foam - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main - currentTexture = shuttleTank_main - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_normals - currentTexture = shuttleTank_NRM - isNormalMap = true - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements - currentTexture = jupiter_elements - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM - currentTexture = jupiter_elements_NRM - isNormalMap = true + title = Bare Foam + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main + currentTexture = shuttleTank_main + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_normals + currentTexture = shuttleTank_NRM + isNormalMap = true + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements + currentTexture = jupiter_elements + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM + currentTexture = jupiter_elements_NRM + isNormalMap = true } } SUBTYPE { name = Painted - title = Painted - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main_alt - currentTexture = shuttleTank_main - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_normals - currentTexture = shuttleTank_NRM - isNormalMap = true - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements - currentTexture = jupiter_elements - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM - currentTexture = jupiter_elements_NRM - isNormalMap = true - } - addedMass = 0.1 + title = Painted + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main_alt + currentTexture = shuttleTank_main + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_normals + currentTexture = shuttleTank_NRM + isNormalMap = true + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements + currentTexture = jupiter_elements + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM + currentTexture = jupiter_elements_NRM + isNormalMap = true + } + addedMass = 0.1 addedCost = 200 } - } -} \ No newline at end of file + } +} From 537d62ac073192b94176e8c840b19147fbc7d622 Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Wed, 23 May 2018 21:04:46 +0200 Subject: [PATCH 12/16] LFO tank switched to hydrolox --- .../Parts/5m_Tanks/DIRECT_STS_endCap.cfg | 198 +++++++++--------- 1 file changed, 99 insertions(+), 99 deletions(-) diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_endCap.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_endCap.cfg index 7dee8c1..d902660 100755 --- a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_endCap.cfg +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_endCap.cfg @@ -1,54 +1,54 @@ -PART -{ - name = DIRECT_STS_endCap - module = Part - author = Benjee10 - - - node_stack_top = 0.0, 0.513, 0.0, 0.0, 1.0, 0.0, 4 - TechRequired = highPerformanceFuelSystems - entryCost = 21600 - cost = 7500 - category = Propulsion - subcategory = 0 - title = Olympus S4-B 5m Cryogenic Fuel Tank End Cap - manufacturer = Olympus Spaceflight Emporium - description = Provides a smooth cover to the end of the Olympus range of 5m LFO fuel tanks. - attachRules = 1,0,1,1,0 - mass = 0.8 - dragModelType = default - maximum_drag = 0.1 - minimum_drag = 0.1 - angularDrag = 0.5 - crashTolerance = 10 - breakingForce = 400 - breakingTorque = 400 - maxTemp = 1800 // = 2900 - bulkheadProfiles = size4 - - tags = sts, jupiter, endcap, round, orange, direct - - MODEL - { - model = reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_endCap - } - scale = 1 - rescaleFactor = 1 - - RESOURCE - { - name = LiquidFuel - amount = 9108.2 - maxAmount = 9108.2 - } - RESOURCE - { - name = Oxidizer - amount = 607.2 - maxAmount = 607.2 - } - - +PART +{ + name = DIRECT_STS_endCap + module = Part + author = Benjee10 + + + node_stack_top = 0.0, 0.513, 0.0, 0.0, 1.0, 0.0, 4 + TechRequired = highPerformanceFuelSystems + entryCost = 21600 + cost = 7500 + category = Propulsion + subcategory = 0 + title = Olympus S4-B 5m Cryogenic Fuel Tank End Cap + manufacturer = Olympus Spaceflight Emporium + description = Provides a smooth cover to the end of the Olympus range of 5m LFO fuel tanks. + attachRules = 1,0,1,1,0 + mass = 0.8 + dragModelType = default + maximum_drag = 0.1 + minimum_drag = 0.1 + angularDrag = 0.5 + crashTolerance = 10 + breakingForce = 400 + breakingTorque = 400 + maxTemp = 1800 // = 2900 + bulkheadProfiles = size4 + + tags = sts, jupiter, endcap, round, orange, direct + + MODEL + { + model = reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_STS_endCap + } + scale = 1 + rescaleFactor = 1 + + RESOURCE + { + name = LqdHydrogen + amount = 48528 + maxAmount = 48528 + } + RESOURCE + { + name = Oxidizer + amount = 3235.2 + maxAmount = 3235.2 + } + + MODULE { name = ModuleB9PartSwitch @@ -57,58 +57,58 @@ PART SUBTYPE { name = Orange - title = Bare Foam - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main - currentTexture = shuttleTank_main - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_normals - currentTexture = shuttleTank_NRM - isNormalMap = true - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements - currentTexture = jupiter_elements - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM - currentTexture = jupiter_elements_NRM - isNormalMap = true + title = Bare Foam + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main + currentTexture = shuttleTank_main + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_normals + currentTexture = shuttleTank_NRM + isNormalMap = true + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements + currentTexture = jupiter_elements + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM + currentTexture = jupiter_elements_NRM + isNormalMap = true } } SUBTYPE { name = Painted - title = Painted - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main_alt - currentTexture = shuttleTank_main - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_normals - currentTexture = shuttleTank_NRM - isNormalMap = true - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements - currentTexture = jupiter_elements - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM - currentTexture = jupiter_elements_NRM - isNormalMap = true - } - addedMass = 0.05 + title = Painted + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main_alt + currentTexture = shuttleTank_main + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_normals + currentTexture = shuttleTank_NRM + isNormalMap = true + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements + currentTexture = jupiter_elements + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM + currentTexture = jupiter_elements_NRM + isNormalMap = true + } + addedMass = 0.05 addedCost = 100 } - } -} \ No newline at end of file + } +} From 86a1b200ba4a8b7904e46d40df760d1b777e52d7 Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Wed, 23 May 2018 21:05:43 +0200 Subject: [PATCH 13/16] Cryo tank rebalance --- .../reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_JUS_tank.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_JUS_tank.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_JUS_tank.cfg index c43707b..f9e8765 100755 --- a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_JUS_tank.cfg +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_JUS_tank.cfg @@ -48,16 +48,16 @@ PART size = 4 } - RESOURCE + RESOURCE { name = LqdHydrogen - amount = 59658.579 - maxAmount = 59658.579 + amount = 149923.95 + maxAmount = 149923.95 } RESOURCE { name = Oxidizer - amount = 3977.291 - maxAmount = 3977.291 + amount = 9994.93 + maxAmount = 9994.93 } } From ecb70e7b593384362434ef5e11aa8d8604f2a350 Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Wed, 23 May 2018 21:06:17 +0200 Subject: [PATCH 14/16] Cryo tank rebalance --- .../Parts/5m_Tanks/DIRECT_jupiter_tank.cfg | 240 +++++++++--------- 1 file changed, 120 insertions(+), 120 deletions(-) diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_jupiter_tank.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_jupiter_tank.cfg index e6af05c..14e83a7 100755 --- a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_jupiter_tank.cfg +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_jupiter_tank.cfg @@ -1,66 +1,66 @@ -PART -{ - name = DIRECT_jupiter_tank - module = Part - author = Benjee10 - - - node_attach = 0.0, 0.0, 2.5, 0.0, 0.0, -1.0 - TechRequired = highPerformanceFuelSystems - entryCost = 40600 - cost = 10000 - category = Propulsion - subcategory = 0 - title = Olympus S4-1 5m LFO Tank - manufacturer = Olympus Spaceflight Emporium - description = An incredibly large cryogenic tank. - attachRules = 1,1,1,1,0 - mass = 3 - dragModelType = default - maximum_drag = 0.2 - minimum_drag = 0.3 - angularDrag = 2 - crashTolerance = 6 - breakingForce = 400 - breakingTorque = 400 - maxTemp = 2000 // = 2900 - bulkheadProfiles = size4, srf - - tags = orange, jupiter, direct, sts, stack, cryogenic - - MODEL - { - model = reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_jupiter_tank - } - scale = 1 - rescaleFactor = 1 - - NODE - { - name = node_stack_top - transform = topNode - size = 4 - } - NODE - { - name = node_stack_bottom - transform = bottomNode - size = 4 - } - - RESOURCE - { - name = LqdHydrogen - amount = 45540.9 - maxAmount = 45540.9 - } - RESOURCE - { - name = Oxidizer - amount = 3036.1 - maxAmount = 3036.1 - } - +PART +{ + name = DIRECT_jupiter_tank + module = Part + author = Benjee10 + + + node_attach = 0.0, 0.0, 2.5, 0.0, 0.0, -1.0 + TechRequired = highPerformanceFuelSystems + entryCost = 40600 + cost = 10000 + category = Propulsion + subcategory = 0 + title = Olympus S4-1 5m LFO Tank + manufacturer = Olympus Spaceflight Emporium + description = An incredibly large cryogenic tank. + attachRules = 1,1,1,1,0 + mass = 3 + dragModelType = default + maximum_drag = 0.2 + minimum_drag = 0.3 + angularDrag = 2 + crashTolerance = 6 + breakingForce = 400 + breakingTorque = 400 + maxTemp = 2000 // = 2900 + bulkheadProfiles = size4, srf + + tags = orange, jupiter, direct, sts, stack, cryogenic + + MODEL + { + model = reDIRECT/Phase1/Parts/5m_Tanks/DIRECT_jupiter_tank + } + scale = 1 + rescaleFactor = 1 + + NODE + { + name = node_stack_top + transform = topNode + size = 4 + } + NODE + { + name = node_stack_bottom + transform = bottomNode + size = 4 + } + + RRESOURCE + { + name = LqdHydrogen + amount = 114445.8 + maxAmount = 114445.8 + } + RESOURCE + { + name = Oxidizer + amount = 7629.72 + maxAmount = 7629.72 + } + MODULE { name = ModuleB9PartSwitch @@ -71,68 +71,68 @@ PART { name = Orange title = Bare Foam - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements - isNormalMap = false - transform = jupiter_tankExtension - transform = interTank - transform = greebles_1 - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM - isNormalMap = true - transform = jupiter_tankExtension - transform = greebles_1 - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main - isNormalMap = false - transform = greebles_2 - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_NRM - isNormalMap = true - transform = greebles_2 + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements + isNormalMap = false + transform = jupiter_tankExtension + transform = interTank + transform = greebles_1 + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM + isNormalMap = true + transform = jupiter_tankExtension + transform = greebles_1 + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main + isNormalMap = false + transform = greebles_2 + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_NRM + isNormalMap = true + transform = greebles_2 } } SUBTYPE { name = Painted - title = Painted - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_alt - isNormalMap = false - transform = jupiter_tankExtension - transform = interTank - transform = greebles_1 - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM - isNormalMap = true - transform = jupiter_tankExtension - transform = greebles_1 - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main_alt - isNormalMap = false - transform = greebles_2 - } - TEXTURE - { - texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_NRM - isNormalMap = true - transform = greebles_2 - } - addedMass = 0.1 + title = Painted + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_alt + isNormalMap = false + transform = jupiter_tankExtension + transform = interTank + transform = greebles_1 + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/jupiter_elements_NRM + isNormalMap = true + transform = jupiter_tankExtension + transform = greebles_1 + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_main_alt + isNormalMap = false + transform = greebles_2 + } + TEXTURE + { + texture = reDIRECT/Phase1/Parts/5m_Tanks/shuttleTank_NRM + isNormalMap = true + transform = greebles_2 + } + addedMass = 0.1 addedCost = 200 } - } -} + } +} From b2f8d83b540c80df1789728ba39ffcea452c0640 Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Wed, 23 May 2018 21:07:04 +0200 Subject: [PATCH 15/16] Cryo tank rebalance --- .../Phase3/Parts/Ares_I/DIRECT_ares1_mainTank.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase3/Parts/Ares_I/DIRECT_ares1_mainTank.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase3/Parts/Ares_I/DIRECT_ares1_mainTank.cfg index 660f821..975bb09 100755 --- a/reDIRECT_0.9.4b/GameData/reDIRECT/Phase3/Parts/Ares_I/DIRECT_ares1_mainTank.cfg +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Phase3/Parts/Ares_I/DIRECT_ares1_mainTank.cfg @@ -51,13 +51,13 @@ PART RESOURCE { name = LqdHydrogen - amount = 30603.5 - maxAmount = 30603.5 + amount = 76905 + maxAmount = 76905 } RESOURCE { name = Oxidizer - amount = 2040.2 - maxAmount = 2040.2 + amount = 5127 + maxAmount = 5127 } } From 3ed02bfc9014cf9bb99b6b841c24ea2af8a73a74 Mon Sep 17 00:00:00 2001 From: llooo7 <32995823+llooo7@users.noreply.github.com> Date: Sun, 27 May 2018 19:39:50 +0200 Subject: [PATCH 16/16] Add files via upload --- .../reDIRECT/Patches/tweakscale_reDIRECT.cfg | 268 ++++++++++++++++++ 1 file changed, 268 insertions(+) create mode 100644 reDIRECT_0.9.4b/GameData/reDIRECT/Patches/tweakscale_reDIRECT.cfg diff --git a/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/tweakscale_reDIRECT.cfg b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/tweakscale_reDIRECT.cfg new file mode 100644 index 0000000..931ee83 --- /dev/null +++ b/reDIRECT_0.9.4b/GameData/reDIRECT/Patches/tweakscale_reDIRECT.cfg @@ -0,0 +1,268 @@ +@PART[DIRECT_SSME_B]:NEEDS[TweakScale] //S3 KS-25B "Rainstorm" Liquid Fuel Engine +{ + #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 1.25 + } +} +@PART[DIRECT_KJ10]:NEEDS[TweakScale] //KJ-10 "Viking" Service Engine +{ + #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 1.25 + } +} +@PART[DIRECT_K2X]:NEEDS[TweakScale] //K-2X "Jackdaw" Cryogenic Rocket Engine +{ + #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 1.25 + } +} +@PART[DIRECT_KL10_B]:NEEDS[TweakScale] //KL10-B Mark II "Caesar" Cryogenic Engine +{ + #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 1.25 + } +} +@PART[DIRECT_orion_RCSBlock]:NEEDS[TweakScale] //RV-145 RCS Thruster Block +{ + #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } + %MODULE[TweakScale] + { + type = free + } +} +@PART[DIRECT_orion_LinearRCSBlock]:NEEDS[TweakScale] //RV-100 Dual-Linear Thruster Block +{ + #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } + %MODULE[TweakScale] + { + type = free + } +} +@PART[DIRECT_SRB_2]:NEEDS[TweakScale] //S2 SRB-KD25k +{ + #@TWEAKSCALEBEHAVIOR[SRB]/MODULE[TweakScale] { } + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 2.2 + } +} +@PART[DIRECT_SRB_4]:NEEDS[TweakScale] //S2 SRB-KD50k +{ + #@TWEAKSCALEBEHAVIOR[SRB]/MODULE[TweakScale] { } + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 2.2 + } +} +@PART[DIRECT_SRB_5]:NEEDS[TweakScale] //S2 SRB-KD75k +{ + #@TWEAKSCALEBEHAVIOR[SRB]/MODULE[TweakScale] { } + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 2.2 + } +} +@PART[DIRECT_SRB_cone]:NEEDS[TweakScale] //Assisted Separation Nose Cone +{ + #@TWEAKSCALEBEHAVIOR[SRB]/MODULE[TweakScale] { } + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 2.2 + } +} + +@PART[DIRECT_LaunchEscapeSystem]:NEEDS[TweakScale] //LAS-120 Launch Abort System +{ + #@TWEAKSCALEBEHAVIOR[SRB]/MODULE[TweakScale] { } + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 3.125 + } +} +@PART[DIRECT_jupiter_tank]:NEEDS[TweakScale] //Olympus S4-1 5m LFO Tank +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 5.0 + } +} +@PART[DIRECT_STS_endCap]:NEEDS[TweakScale] //Olympus S4-B 5m Cryogenic Fuel Tank End Cap +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 5.0 + } +} +@PART[DIRECT_JUS_tank]:NEEDS[TweakScale] //Olympus S4-1U 5m Densified LFO Tank +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 5.0 + } +} +@PART[DIRECT_STS_nose]:NEEDS[TweakScale] //Olympus S4-A1 5m Cryogenic Tank Nose +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 5.0 + } +} +@PART[DIRECT_STS_tank]:NEEDS[TweakScale] //Olympus S4-JUMBO 5m External Cryogenic Tank +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 5.0 + } +} +@PART[DIRECT_STS_tank_stack]:NEEDS[TweakScale] //Olympus S4-2 5m Cryogenic Tank +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 5.0 + } +} +@PART[DIRECT_orion_ServiceModule]:NEEDS[TweakScale] //Mk2-3 Service Tank +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 2.5 + } +} +@PART[DIRECT_ares1_interTank]:NEEDS[TweakScale] //Olympus S2-3-2 3.125m Cryogenic Tank +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 3.125 + } +} +@PART[DIRECT_ares1_mainTank]:NEEDS[TweakScale] //Olympus S2-3-1 3.125m Cryogenic Tank +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 3.125 + } +} +@PART[DIRECT_5m_separator]:NEEDS[TweakScale] //TS-50B Stack Separator +{ + #@TWEAKSCALEBEHAVIOR[Decoupler]/MODULE[TweakScale] { } + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 5.0 + } +} +@PART[DIRECT_ares1_rcsRing]:NEEDS[TweakScale] //TS-50B Reaction Control System Stack Separator +{ + #@TWEAKSCALEBEHAVIOR[Decoupler]/MODULE[TweakScale] { } + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 3.125 + } +} +@PART[DIRECT_ares1_avioncsRing]:NEEDS[TweakScale] //Kerbodyne S2-3-U100 3.125m Intermediate Engine Plate +{ + #@TWEAKSCALEBEHAVIOR[Decoupler]/MODULE[TweakScale] { } + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 3.125 + } +} +@PART[DIRECT_ares1_srbAdapter]:NEEDS[TweakScale] //SRB-KD Forward Structural Interface +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 3.125 + } +} +@PART[DIRECT_ares1_stage2adapter]:NEEDS[TweakScale] //Kerbodyne S2-3-U100 3.125m Intermediate Engine Plate +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 3.125 + } +} +@PART[DIRECT_orionHeatShield]:NEEDS[TweakScale] //Heat Shield (3.125m) +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 3.125 + } +} +@PART[DIRECT_orionServiceCone]:NEEDS[TweakScale] //Mk2-3 Pod Forward Service Cone +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 1.25 + } +} +@PART[DIRECT_SRB_adapter1]:NEEDS[TweakScale] //Kerbodyne S4-A4L Linear Thrust Plate +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 5.0 + } +} +@PART[DIRECT_JUS_engineMount]:NEEDS[TweakScale] //Kerbodyne S4-U610 5m Intermediate Engine Plate +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 5.0 + } +} +@PART[DIRECT_jupiter_engineMount]:NEEDS[TweakScale] //SRB-KD Forward Structural Interface +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 5.0 + } +} +@PART[DIRECT_jupiterAdapter_3-5]:NEEDS[TweakScale] //Kerbodyne S4-3 Inline Connection Adapter +{ + %MODULE[TweakScale] + { + type = reDIRECT + defaultScale = 3.75 + } +} +@PART[DIRECT_orionSolarPanel]:NEEDS[TweakScale] +{ + %MODULE[TweakScale] + { + type = free_square + } +}