From cd4ba05866cab0512743f948bb7efcd6db43fe9d Mon Sep 17 00:00:00 2001 From: siimav Date: Sun, 5 Feb 2023 14:53:06 +0200 Subject: [PATCH] Add ejection seat config for Gemini --- .../PartConfigs/GeminiBDB/GeminiCM.cfg | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/GameData/ROCapsules/PartConfigs/GeminiBDB/GeminiCM.cfg b/GameData/ROCapsules/PartConfigs/GeminiBDB/GeminiCM.cfg index bd5012dc..f4b164c3 100644 --- a/GameData/ROCapsules/PartConfigs/GeminiBDB/GeminiCM.cfg +++ b/GameData/ROCapsules/PartConfigs/GeminiBDB/GeminiCM.cfg @@ -134,6 +134,29 @@ PART packetFloor = .1 packetCeiling = 5 } + + MODULE + { + name = ModuleROEjectionSeat + maxEjectSpeed = 900 + maxEjectAltitude = 30000 + + SEAT // left + { + colliderOffset = -0.8, 0.35, -1.35 + colliderRotAngles = -62.0, 0.0, 18.0 + forceDir = -0.35, 0.4, -1.0 + ejectDelay = 0 + } + + SEAT // right + { + colliderOffset = 0.8, 0.35, -1.35 + colliderRotAngles = -62.0, 0.0, -18.0 + forceDir = 0.35, 0.4, -1.0 + ejectDelay = 0 + } + } MODULE:NEEDS[ConnectedLivingSpace] {