-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWarpPlugin.cfg
51 lines (44 loc) · 962 Bytes
/
WarpPlugin.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
//////// Interstellar ////////
// Enable grabbing (KAS) on Small Radial Radiator
@PART[RadialRadiatorzzz2]
{
MODULE
{
name = KASModuleGrab
evaPartPos = (0.0, 0.0, -0.18)
evaPartDir = (0,0,-1)
addPartMass = true
storable = true
storedSize = 15
attachOnPart = true
}
}
// Enable collecting data from Magnetometer
@PART[DTMagnetometer]:Final
{
@MODULE[ModuleScienceExperiment]
{
dataIsCollectable = True
collectActionName = Take Data
interactionRange = 1.2
}
}
// Re-enable stock seismic experement
@PART[sensorAccelerometer]:Final
{
MODULE
{
name = ModuleScienceExperiment
experimentID = seismicScan
experimentActionName = Log Seismic Data
resetActionName = Reset Seismic Data
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = False
xmitDataScalar = 0.45
dataIsCollectable = True
collectActionName = Take Data
interactionRange = 1.2
rerunnable = True
}
}