-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
74 changed files
with
1,869 additions
and
731 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
Mk2Expansion/Extras/Mk2Expansion/Patches/Mk2X_AirBreathingBanshee.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
//Use this patch to make the Banshee lift fans use LiquidFuel & IntakeAir. Mutually exclusive with the ElectricBanshee MM patch | ||
|
||
|
||
@PART[M2X_FuselageLiftFan]:FOR[Mk2Expansion] | ||
{ | ||
@MODULE[ModuleEnginesFX] | ||
{ | ||
@PROPELLANT[Oxidizer] | ||
{ | ||
@name = IntakeAir | ||
@ratio = 12 | ||
} | ||
} | ||
|
||
} | ||
|
||
@PART[M2X_LiftFan]:FOR[Mk2Expansion] | ||
{ | ||
@MODULE[ModuleEnginesFX] | ||
{ | ||
@PROPELLANT[Oxidizer] | ||
{ | ||
@name = IntakeAir | ||
@ratio = 12 | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
Mk2Expansion/Extras/Mk2Expansion/Patches/Mk2X_ElectricBanshee.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
//Use this patch to make the Banshee lift fans use ElectricCharge. Mutually exclusive with the AirBreathingBanshee MM patch | ||
|
||
@PART[M2X_FuselageLiftFan]:FOR[Mk2Expansion] | ||
{ | ||
@MODULE[ModuleEnginesFX] | ||
{ | ||
@PROPELLANT[LiquidFuel] | ||
{ | ||
@name = ElectricCharge | ||
@ratio = 1000 | ||
} | ||
!PROPELLANT[Oxidizer] {} | ||
} | ||
!MODULE[ModuleAlternator] {} | ||
|
||
} | ||
|
||
@PART[M2X_LiftFan]:FOR[Mk2Expansion] | ||
{ | ||
@MODULE[ModuleEnginesFX] | ||
{ | ||
@PROPELLANT[LiquidFuel] | ||
{ | ||
@name = ElectricCharge | ||
@ratio = 1000 | ||
} | ||
!PROPELLANT[Oxidizer] {} | ||
} | ||
!MODULE[ModuleAlternator] {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.