Skip to content

Commit a2ed418

Browse files
committed
Tweaking position settings
1 parent c9488cc commit a2ed418

File tree

5 files changed

+13
-26
lines changed

5 files changed

+13
-26
lines changed

B9_Aerospace.cfg

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,12 @@
55
MODULE
66
{
77
name = KASModuleGrab
8-
evaPartPos = (0.0, 0.00, -0.16)
8+
evaPartPos = (0.0, 0.00, -0.15)
99
evaPartDir = (0,0,-1)
10-
dropAtGroundPos = false
11-
dropPartPos = (0.0, -0.1, -0.65)
12-
dropPartRot = (0.0, 90.0, 0.0)
1310
addPartMass = true
1411
storable = true
1512
storedSize = 4
1613
attachOnPart = true
17-
attachOnEva = false
18-
attachOnStatic = false
19-
attachSendMsgOnly = false
2014
}
2115
}
2216

@@ -26,15 +20,12 @@
2620
MODULE
2721
{
2822
name = KASModuleGrab
29-
evaPartPos = (0.0, 0.00, -0.18)
23+
evaPartPos = (0.0, 0.04, -0.18)
3024
evaPartDir = (0,0,-1)
3125
addPartMass = true
3226
storable = true
3327
storedSize = 6
3428
attachOnPart = true
35-
attachOnEva = false
36-
attachOnStatic = false
37-
attachSendMsgOnly = false
3829
}
3930
}
4031

@@ -50,16 +41,16 @@
5041
storable = true
5142
storedSize = 1
5243
attachOnPart = true
53-
attachOnEva = false
54-
attachOnStatic = false
55-
attachSendMsgOnly = false
44+
attachOnEva = true
5645
}
5746
}
5847

5948
@PART[B9_Utility_Light_N1_Large_White]
6049
{
6150
@MODULE[KASModuleGrab]
6251
{
63-
storedSize = 4
52+
@evaPartPos = (0.0, 0.00, -0.13)
53+
@storedSize = 3
54+
@attachOnEva = false
6455
}
6556
}

KWRocketry.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
MODULE
66
{
77
name = KASModuleGrab
8-
evaPartPos = (0.0, 0.00, -0.18)
9-
evaPartDir = (0,0,-1)
8+
evaPartPos = (0.0, -0.01, -0.13)
9+
evaPartDir = (0,-0.25,-1)
1010
addPartMass = true
1111
storable = true
1212
storedSize = 25

RealChute.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
MODULE
66
{
77
name = KASModuleGrab
8-
evaPartPos = (0.0, 0.09, -0.23)
9-
evaPartDir = (0,0,-1)
10-
physicJoint = false
8+
evaPartPos = (0.0, 0.09, -0.19)
9+
evaPartDir = (0,-0.2,-1)
1110
storable = true
1211
storedSize = 5
1312
attachOnPart = true

ThunderAerospace.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
MODULE
66
{
77
name = KASModuleGrab
8-
evaPartPos = (0.0, 0.0, -0.17)
9-
evaPartDir = (0,0,-1)
8+
evaPartPos = (0.0, 0.02, -0.2)
9+
evaPartDir = (0.001,0.1,0)
1010
addPartMass = true
1111
storable = true
1212
storedSize = 18

WarpPlugin.cfg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
55
MODULE
66
{
77
name = KASModuleGrab
8-
evaPartPos = (0.0, 0.00, -0.18)
8+
evaPartPos = (0.0, 0.0, -0.18)
99
evaPartDir = (0,0,-1)
1010
addPartMass = true
1111
storable = true
1212
storedSize = 15
1313
attachOnPart = true
14-
attachOnEva = false
15-
attachOnStatic = false
16-
attachSendMsgOnly = false
1714
}
1815
}

0 commit comments

Comments
 (0)