Skip to content

Commit bd136f4

Browse files
authored
Fix GATV docking port fairing decouple direction (#196)
`explosiveDir` is relative to the Part's transform, not the attach node's; and it doesn't do anything without `automaticDir` set to false.
1 parent cd24679 commit bd136f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

GameData/ROCapsules/PartConfigs/GeminiBDB/AgenaFairing.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ PART
7979
isOmniDecoupler = false
8080
ejectionForce = 50
8181
explosiveNodeID = Nose_Node
82-
explosiveDir = 0, 0, -1 // example
82+
automaticDir = false
83+
explosiveDir = 1, 0, 0
8384
}
8485

8586
}

0 commit comments

Comments
 (0)