diff --git a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-crewed-endcap-2.mu b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-crewed-endcap-2.mu new file mode 100644 index 00000000..23d0512d Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-crewed-endcap-2.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-airlock-inflatable-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-airlock-inflatable-1.mu new file mode 100644 index 00000000..b7467bce Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-airlock-inflatable-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/PatchesMH/Command/restock-mh-command-pods.cfg b/Distribution/Restock/GameData/ReStock/PatchesMH/Command/restock-mh-command-pods.cfg index 69d36104..8920fd42 100644 --- a/Distribution/Restock/GameData/ReStock/PatchesMH/Command/restock-mh-command-pods.cfg +++ b/Distribution/Restock/GameData/ReStock/PatchesMH/Command/restock-mh-command-pods.cfg @@ -18,6 +18,8 @@ rotation = 0, 0, 0 } + node_stack_airlock = 0.0, 0.494972, 0.818469, 0.0, 0.339048, 0.940769, 0 + MODULE { name = ModulePartVariants @@ -70,6 +72,8 @@ rotation = 0, 0, 0 } + node_stack_airlock = 0.0, 0.494972, 0.818469, 0.0, 0.339048, 0.940769, 0 + MODULE { name = ModulePartVariants @@ -122,6 +126,8 @@ rotation = 0, 0, 0 } + node_stack_airlock = 0.0, 0.494972, 0.818469, 0.0, 0.339048, 0.940769, 0 + MODULE { name = ModulePartVariants diff --git a/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-airlock.cfg b/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-airlock.cfg new file mode 100644 index 00000000..5a5ac487 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-airlock.cfg @@ -0,0 +1,30 @@ + +@PART[InflatableAirlock]:HAS[~RestockIgnore[*]]:FOR[ReStock] +{ + !MODEL {} + MODEL + { + model = ReStock/Assets/Coupling/restock-airlock-inflatable-1 + } + + MODEL + { + model = ReStock/Assets/Command/restock-crewed-endcap-2 + position = 0.0, 0.0, 0.0 + scale = 1,-1,1 + rotation = 0, 0, 0 + } + + @MODULE[ModuleAnimateGeneric] + { + @animationName = Deploy + } + + MODULE + { + name = ModuleDecouple + ejectionForce = 125 + explosiveNodeID = bottom + staged = false + } +} \ No newline at end of file