File tree Expand file tree Collapse file tree
GameData/SDHI/Service Module System/Parts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // PEBKAC LES patch for SDHI Service Module System
2+ // Author: Robin " sumghai" Chang
3+ // Revision: 1.0
4+
5+ // This adds PEBKAC LES plugin support to the SDHI Launch Escape System and Mk1-2 Pod Boost Protective Cover,
6+ // to help automate abort sequences
7+
8+ @PART[SDHI_LES]:NEEDS[PebkacLaunchEscape2]:FINAL {
9+ MODULE
10+ {
11+ name = ModulePebkacLesController2
12+ hasPitchControl = True
13+ stagingEnabled = False
14+ }
15+ }
16+
17+ @PART[SDHI_2.5_Mk1-2AeroShroud]:NEEDS[PebkacLaunchEscape2]:FINAL {
18+ MODULE
19+ {
20+ name = ModulePebkacLesController2
21+ hasPitchControl = False
22+ stagingEnabled = False
23+ }
24+ }
Original file line number Diff line number Diff line change 118118 MODULE
119119 {
120120 name = ModuleEnginesFX
121+ engineID = LES_Jettison
121122 powerEffectName = running_closed
122123 thrustVectorTransformName = thrustTransform
123124 throttleLocked = True
Original file line number Diff line number Diff line change 133133 MODULE
134134 {
135135 name = ModuleEnginesFX
136- engineID = SDHI_LES
136+ engineID = LES_Escape
137137 powerEffectName = les_running
138138 thrustVectorTransformName = thrustTransform
139139 exhaustDamage = False
You can’t perform that action at this time.
0 commit comments