From 96251fa47e2492bdf8a2f97a9c3d70add5df9ac5 Mon Sep 17 00:00:00 2001 From: cadderley Date: Fri, 27 Jul 2018 09:37:10 -0700 Subject: [PATCH] Add surface attach to engines that didn't have it --- .../Engine/restock-engines-liquid-0625.cfg | 2 ++ .../Engine/restock-engines-liquid-125.cfg | 14 ++++++++++-- .../Engine/restock-engines-liquid-25.cfg | 22 +++++++++++++++++++ .../Engine/restock-engines-liquid-375.cfg | 4 ++++ Distribution/Restock/changelog.txt | 1 + 5 files changed, 41 insertions(+), 2 deletions(-) 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 9d92d924..92098467 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 @@ -359,6 +359,8 @@ MODEL { model = ReStock/Assets/Engine/restock-engine-spark-1 } + %node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 3 + @attachRules = 1,1,1,0,0 !EFFECTS {} EFFECTS { 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 7eac51a9..499eba43 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 @@ -18,6 +18,9 @@ } @manufacturer = #autoLOC_501637 //#autoLOC_501637 = Rockomax Conglomerate + %node_attach = 0.0, 1.40383, 0.0, 0.0, 1.0, 0.0, 1 + @attachRules = 1,1,1,0,0 + !fx_exhaustFlame_blue = DELETE !fx_exhaustLight_blue = DELETE !fx_smokeTrail_light = DELETE @@ -444,6 +447,9 @@ } %rescaleFactor = 1 + %node_attach = 0.0, 23.0, 0.0, 0.0, 1.0, 0.0, 1 + @attachRules = 1,1,1,0,0 + !fx_exhaustFlame_blue = DELETE !fx_exhaustLight_blue = DELETE !fx_smokeTrail_light = DELETE @@ -535,7 +541,7 @@ LV_909_Boattail = false LV_909_Basic = true LV_909_Compact = false - + } } @@ -550,7 +556,7 @@ LV_909_Boattail = true LV_909_Basic = false LV_909_Compact = false - + } } @@ -676,6 +682,8 @@ } %rescaleFactor = 1 @scale = 1 + %node_attach = 0.0, 7.21461, 0.0, 0.0, 1.0, 0.0, 1 + @attachRules = 1,1,1,0,0 !fx_exhaustFlame_blue = DELETE !fx_exhaustLight_blue = DELETE @@ -949,6 +957,8 @@ rescaleFactor =1.0 @node_stack_top = 0.0, 9.0182625, 0.0, 0.0, 1.0, 0.0 @node_stack_bottom = 0.0, -7.179225, 0.0, 0.0, -1.0, 0.0 + %node_attach = 0.0, 9.0182625, 0.0, 0.0, 1.0, 0.0, 1 + @attachRules = 1,1,1,0,0 !fx_exhaustFlame_blue = DELETE !fx_exhaustLight_blue = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-25.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-25.cfg index 0e79a66f..5dea7c3e 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-25.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-25.cfg @@ -1,6 +1,28 @@ // Patches applying art changes to 2.5m engines // Contents: // - LFB KR-1x2 "Twin-Boar" Liquid Fuel Engine (Size2LFB) +// - RE-M3 "Mainsail" Liquid Fuel Engine (liquidEngine1-2) +// - RE-L10 "Poodle" Liquid Fuel Engine (liquidEngine2-2) +// - RE-I5 "Skipper" Liquid Fuel Engine (engineLargeSkipper) + + +@PART[liquidEngine1-2] +{ + %node_attach = 0.0, 1.065308, 0.0, 0.0, 1.0, 0.0, 2 + @attachRules = 1,1,1,0,0 +} + +@PART[liquidEngine2-2] +{ + %node_attach = 0.0, 0.7269405, 0.0, 0.0, 1.0, 0.0, 2 + @attachRules = 1,1,1,0,0 +} + +@PART[engineLargeSkipper] +{ + %node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2 + @attachRules = 1,1,1,0,0 +} // Twin Boar @PART[Size2LFB] diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-375.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-375.cfg index 707ba14f..801580fd 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-375.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-375.cfg @@ -15,6 +15,10 @@ #node_stack_bottom02 = 0.0, -2.536873, 0.0, 0.0, -1.0, 0.0, 3 + + %node_attach = 0.0, 1.487975, 0.0, 0.0, 1.0, 0.0, 3 + @attachRules = 1,1,1,0,0 + !EFFECTS {} EFFECTS { diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index 4bd7dcad..d8f777c7 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -58,3 +58,4 @@ - Electrical - Z-1K Rechargeable Battery Bank (Nertea) - PB-NUK Radioisotope Thermoelectric Generator (Beale) +- Engines are all surface attachable