Skip to content

Commit 056b58b

Browse files
committed
Add support for Docking Target mod
For #79. Confirmed working in KSP 1.0.5.
1 parent aa8896b commit 056b58b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)