From 0beafe34aea92f647b1d9b0479002fbc22326d9b Mon Sep 17 00:00:00 2001 From: Poodmund Date: Tue, 20 Sep 2022 09:54:04 +0100 Subject: [PATCH] Fixed top nodes for Mastodon/Galleon 3.75m Boattail variants. --- .../ReStock/PatchesMH/Engine/restock-mh-engines-25.cfg | 4 ++-- Distribution/Restock/changelog.txt | 1 + .../ReStockPlus/Parts/Engine/1875/restock-engine-galleon.cfg | 4 ++-- Distribution/RestockPlus/changelog.txt | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-25.cfg b/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-25.cfg index 88c9e31e..0402abf7 100644 --- a/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-25.cfg +++ b/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-25.cfg @@ -714,7 +714,7 @@ } NODES { - node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2 + node_stack_top = 0.0, 0.177279, 0.0, 0.0, 1.0, 0.0, 2 node_stack_bottom = 0.0, -2.54, 0.0, 0.0, -1.0, 0.0, 2 } } @@ -914,7 +914,7 @@ } NODES { - node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2 + node_stack_top = 0.0, 0.177279, 0.0, 0.0, 1.0, 0.0, 2 node_stack_bottom = 0.0, -2.54, 0.0, 0.0, -1.0, 0.0, 2 } } diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index 4cdd8c00..0a2be547 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -1,5 +1,6 @@ v1.4.4 ------ +- Fixed top node for Mastodon 3.75m Boattail variant - Fixed Russian localization syntax - Fixed variant display names for lights - Tidied up various config syntax errors, thank you HebaruSan! diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/1875/restock-engine-galleon.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/1875/restock-engine-galleon.cfg index 410d09e4..a8270784 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/1875/restock-engine-galleon.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/1875/restock-engine-galleon.cfg @@ -480,7 +480,7 @@ PART } NODES { - node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2 + node_stack_top = 0.0, 0.177279, 0.0, 0.0, 1.0, 0.0, 2 node_stack_bottom = 0.0, -2.54, 0.0, 0.0, -1.0, 0.0, 2 } } @@ -674,7 +674,7 @@ PART } NODES { - node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2 + node_stack_top = 0.0, 0.177279, 0.0, 0.0, 1.0, 0.0, 2 node_stack_bottom = 0.0, -2.54, 0.0, 0.0, -1.0, 0.0, 2 } } diff --git a/Distribution/RestockPlus/changelog.txt b/Distribution/RestockPlus/changelog.txt index b30f73bc..4c424182 100644 --- a/Distribution/RestockPlus/changelog.txt +++ b/Distribution/RestockPlus/changelog.txt @@ -1,5 +1,6 @@ v1.4.4 ------ +- Fixed top node for Galleon 3.75m Boattail variant - Introduce patch to correctly locate CoM on Making History SP-R Triangle Structural Panels - Tidied up various config syntax errors, thank you HebaruSan!