diff --git a/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-125-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-125-1.mu index 9a594c12..dc341bb0 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-125-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-125-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-25-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-25-1.mu index 8adcbf53..77a41868 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-25-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-25-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Payload/restock-service-bay-25-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Payload/restock-service-bay-25-1.mu index f4830203..359782f4 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Payload/restock-service-bay-25-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Payload/restock-service-bay-25-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Structural/restock-adapter-25-125-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Structural/restock-adapter-25-125-1.mu index 00a93f4b..ff97152e 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Structural/restock-adapter-25-125-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Structural/restock-adapter-25-125-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-heat-shields.cfg b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-heat-shields.cfg index 01b79029..34776aeb 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-heat-shields.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-heat-shields.cfg @@ -5,6 +5,14 @@ - Heat Shield (2.5m) (HeatShield2) - Heat Shield (3.75m) (HeatShield3) +@PART[HeatShield0] +{ + DRAG_CUBE + { + cube = Default, 0.06044,0.4659,0.4447, 0.06044,0.4659,0.4447, 0.3843,0.9488,0.1482, 0.3843,0.9396,0.1682, 0.06044,0.4645,0.4447, 0.06044,0.4673,0.4447, 0,0.003277,-3.906E-10, 0.7,0.1,0.7 + } +} + @PART[HeatShield1] { @author = Chris Adderley (Nertea) @@ -69,6 +77,11 @@ { @jettisonName = HeatShield125Fairing } + DRAG_CUBE + { + cube = Fairing, 0.3875,0.7436,0.7686, 0.3875,0.7436,0.7686, 1.44,0.9625,0.1822, 1.44,0.964,0.3017, 0.3875,0.7436,0.7686, 0.3875,0.7436,0.7686, 0,-0.05126,0, 1.355,0.2838,1.355 + cube = Clean, 0.1825,0.4643,0.7229, 0.1825,0.4643,0.7229, 1.274,0.9542,0.1829, 1.274,0.9475,0.2177, 0.1825,0.4628,0.7229, 0.1825,0.4658,0.7229, 0,0.005576,-1.994E-09, 1.275,0.1702,1.275 + } } @@ -136,4 +149,17 @@ excludedRenderer = HeatShield25Fairing excludedRenderer = HeatShieldInternals } + DRAG_CUBE + { + cube = Fairing, 1.436,0.7472,1.355, 1.436,0.7472,1.355, 5.341,0.9614,0.259, 5.341,0.9714,0.4709, 1.436,0.7472,1.355, 1.436,0.7471,1.355, 0,-0.1004,0, 2.609,0.5505,2.609 + cube = Clean, 0.7091,0.4621,1.346, 0.7091,0.4621,1.346, 4.998,0.9524,0.2587, 4.998,0.9466,0.3249, 0.7091,0.4605,1.346, 0.7091,0.4638,1.346, 0,0.01104,0, 2.525,0.3277,2.525 + } +} +@PART[HeatShield3] +{ + DRAG_CUBE + { + cube = Fairing, 3.357,0.7502,2.005, 3.357,0.7502,2.005, 12.48,0.9608,0.3456, 12.48,0.9621,0.6953, 3.357,0.7502,2.005, 3.357,0.7502,2.005, 0,-0.1559,0, 3.99,0.8369,3.99 + cube = Clean, 1.563,0.4576,1.952, 1.563,0.4576,1.952, 11.03,0.9547,0.3365, 11.03,0.9465,0.4361, 1.563,0.456,1.952, 1.563,0.459,1.952, 0,0.01101,0, 3.75,0.4864,3.75 + } }