Skip to content

Commit 3ab8b5a

Browse files
author
Robin Chang
committed
(WIP) Add support for PEBKAC LES plugin
For #113
1 parent 02fb75d commit 3ab8b5a

3 files changed

Lines changed: 26 additions & 1 deletion

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
}

GameData/SDHI/Service Module System/Parts/SDHI_2.5_Mk1-2AeroShroud/part.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ PART
118118
MODULE
119119
{
120120
name = ModuleEnginesFX
121+
engineID = LES_Jettison
121122
powerEffectName = running_closed
122123
thrustVectorTransformName = thrustTransform
123124
throttleLocked = True

GameData/SDHI/Service Module System/Parts/SDHI_LES/part.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ PART
133133
MODULE
134134
{
135135
name = ModuleEnginesFX
136-
engineID = SDHI_LES
136+
engineID = LES_Escape
137137
powerEffectName = les_running
138138
thrustVectorTransformName = thrustTransform
139139
exhaustDamage = False

0 commit comments

Comments
 (0)