From 154a0a25c53d10ad6f4ff954031ea61a2aa28638 Mon Sep 17 00:00:00 2001 From: Poodmund Date: Sat, 26 Mar 2022 15:56:28 +0000 Subject: [PATCH] Introduce RS+ patch to correct CoM on MH SP-R Triangle Structural Panels --- .../restock-mh-spr-panel-com-offset.cfg | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Distribution/RestockPlus/GameData/ReStockPlus/Patches/Structural/restock-mh-spr-panel-com-offset.cfg diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Structural/restock-mh-spr-panel-com-offset.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Structural/restock-mh-spr-panel-com-offset.cfg new file mode 100644 index 00000000..289ab6b2 --- /dev/null +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Structural/restock-mh-spr-panel-com-offset.cfg @@ -0,0 +1,25 @@ +// Offsets the Center of Mass for the SP-R Triangle Panels to correctly locate the centroid. + +// SP-R06 Structural Panel +@PART[Triangle0] +{ + CoMOffset = 0.1042, 0, 0.1042 +} + +// SP-R12 Structural Panel +@PART[Triangle1] +{ + CoMOffset = 0.2083, 0, 0.2083 +} + +// SP-R18 Structural Panel +@PART[Triangle1p5] +{ + CoMOffset = 0.3125, 0, 0.3125 +} + +// SP-R25 Structural Panel +@PART[Triangle2] +{ + CoMOffset = 0.4167, 0, 0.4167 +}