We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8896b commit 056b58bCopy full SHA for 056b58b
1 file changed
GameData/SDHI/Service Module System/Parts/MM_configs/SDHI_SMS_MMPatch_DockingTarget.cfg
@@ -0,0 +1,11 @@
1
+// Dynamically adds tg626's docking port target mesh to the SDHI parachute-equipped Clamp-O-Tron docking port
2
+
3
+@PART[SDHI_ParaDock_1_ClampOTron]:NEEDS[FederalProductions] {
4
+ MODEL
5
+ {
6
+ model = FederalProductions/Parts/DockingTarget/COAS_Target
7
+ position = 0,0.19,0
8
+ scale = 1,1,1
9
+ rotation = 0,0,0
10
+ }
11
+}
0 commit comments