File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
GameData/SDHI/Service Module System/Parts/MM_configs Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 55// This adds PEBKAC LES plugin support to the SDHI Launch Escape System and Mk1-2 Pod Boost Protective Cover,
66// to help automate abort sequences
77
8- @PART[SDHI_LES]:NEEDS[PebkacLaunchEscape2]:FINAL {
8+ @PART[SDHI_LES]:NEEDS[PebkacLaunchEscape2]:FOR[zSDHISMS]
9+ {
910 MODULE
10- {
11+ {
1112 name = ModulePebkacLesController2
1213 hasPitchControl = True
13- stagingEnabled = False
14- }
14+ stagingEnabled = False
15+ }
1516}
16-
17- @PART[SDHI_2.5_Mk1-2AeroShroud]:NEEDS[PebkacLaunchEscape2]:FINAL {
17+ @PART[SDHI_2.5_Mk1-2AeroShroud]:NEEDS[PebkacLaunchEscape2]:FOR[zSDHISMS]
18+ {
1819 MODULE
19- {
20+ {
2021 name = ModulePebkacLesController2
2122 hasPitchControl = False
2223 stagingEnabled = False
2324 jettisonsToRetro = true
24- }
25- }
25+ }
26+ }
You can’t perform that action at this time.
0 commit comments