-
Notifications
You must be signed in to change notification settings - Fork 2
/
StockHollowCargoShield.cfg
65 lines (65 loc) · 1.56 KB
/
StockHollowCargoShield.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
@PART[Mk1FuselageStructural] {
//Mk1FuselageStructural Structural Fuselage
MODULE,0 {
// a module of type IScalarModule to report the cargo bay open/closed state
name = ModuleColorChanger
toggleInEditor = false
toggleInFlight = false
}
%MODULE[ModuleCargoBay] {
DeployModuleIndex = 0
lookupRadius = 1.0
nodeOuterForeID = top
nodeOuterAftID = bottom
nodeInnerForeID = top
nodeInnerAftID = bottom
}
}
@PART[adapterSmallMini*|noseCone|pointyNoseCone*|standardNoseCone] {
//adaptersmallminishort FL-A5 adapter
//adapterSmallMiniTall FL-A10 Adapter
//noseCone AerodynamicNoseCone
//pointyNoseConeA Advanced Nose Cone
//pointyNoseConeB Advanced Nose Cone
//standardNoseCone Small Nose Cone
MODULE,0 {
name = ModuleColorChanger
toggleInEditor = false
toggleInFlight = false
}
%MODULE[ModuleCargoBay] {
DeployModuleIndex = 0
lookupCenter = 0, 0.1, 0
lookupRadius = 0.5
}
}
@PART[largeAdapter|largeAdapter2|rocketNoseCone] {
//largeAdapter Rokomax Brand Adapter
//largeAdapter2 Rokomax Brand Adapter O2
//rocketNoseCone Protective Rocket Nose Cone
MODULE,0 {
name = ModuleColorChanger
toggleInEditor = false
toggleInFlight = false
}
%MODULE[ModuleCargoBay] {
DeployModuleIndex = 0
lookupCenter = 0, 0.2, 0
lookupRadius = 1.0
}
}
@PART[airplaneTail*|Size3to2Adapter] {
//airplaneTail Tail Connector
//airplaneTailB Tail Connector
//Size3to2Adapter ADTP-2-3
MODULE,0 {
name = ModuleColorChanger
toggleInEditor = false
toggleInFlight = false
}
%MODULE[ModuleCargoBay] {
DeployModuleIndex = 0
lookupCenter = 0, -0.2, 0
lookupRadius = 1.5
}
}