Skip to content

Commit b2c6f4a

Browse files
committed
Update KOAS support for Clamp-O-Tron docking port
For #93.
1 parent deb7559 commit b2c6f4a

2 files changed

Lines changed: 19 additions & 11 deletions

File tree

GameData/SDHI/Service Module System/Parts/MM_configs/SDHI_SMS_MMPatch_DockingTarget.cfg

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// Dynamically adds tg626's docking port target mesh and right click docking camera to the SDHI parachute-equipped Clamp-O-Tron docking port
2+
3+
@PART[SDHI_ParaDock_1_ClampOTron]:NEEDS[FP_KOAS] {
4+
MODEL
5+
{
6+
model = FP_KOAS/Parts/DockingTarget/COAS_Target
7+
position = 0,0.19,0
8+
scale = 1,1,1
9+
rotation = 0,0,0
10+
}
11+
MODULE
12+
{
13+
name = DPCamera
14+
cameraName = DPCam
15+
cameraForward = 0, 1, 0
16+
cameraUp = 0, 0, -1
17+
cameraPosition = 0, 0.12, 0.0
18+
}
19+
}

0 commit comments

Comments
 (0)