Skip to content

Commit

Permalink
WTF is Avgas
Browse files Browse the repository at this point in the history
  • Loading branch information
camlost2 committed Jan 29, 2015
1 parent 69835e0 commit fd0aa2e
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions GameData/AJE/zFinal/zzWildcards.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@MODULE[FSengineSounds]
{
@powerPitchBase = 0.8
@thrustAddedToPitch = 0.0
@thrustAddedToPitch = 0.0
}
}
@PART[*]:HAS[@MODULE[AJEModule]]:NEEDS[DeadlyReentry]:Final
Expand Down Expand Up @@ -31,7 +31,7 @@

@PART[*]:HAS[@MODULE[AJEModule]]:Final
{

@MODULE[ModuleEngines*]
{
!PROPELLANT[IntakeAir]{}
Expand Down Expand Up @@ -60,11 +60,11 @@
!MODULE[FXModuleAnimateThrottle] // it destroys FAR dragmodels
{
}

@MODULE[ModuleEngines*]
{
!PROPELLANT[IntakeAir]{}
}
}
!MODULE[FSpropellerAtmosphericNerf]{}
!MODULE[TweakScale]
{
Expand All @@ -76,12 +76,12 @@

@PART[*]:HAS[@MODULE[AJERotor]]:Final
{

@MODULE[ModuleEngines*]
{
!PROPELLANT[IntakeAir]{}
// @useEngineResponseTime = False
}
}
!MODULE[FSpropellerAtmosphericNerf]{}
!MODULE[TweakScale]
{
Expand All @@ -94,41 +94,45 @@

@PART[*]:HAS[@MODULE[AJEModule]]:NEEDS[RealFuels]:Final
{

@MODULE[ModuleEngines*]
{
@PROPELLANT[LiquidFuel]
{
@name=Kerosene
}
}
}

}

@PART[*]:HAS[@MODULE[AJEPropeller]]:NEEDS[RealFuels]:Final
{

@MODULE[ModuleEngines*]
{
@PROPELLANT[LiquidFuel]
{
@name=Kerosene
}
}

@PROPELLANT[AvGas]
{
@name=Kerosene
}
}

}

@PART[*]:HAS[@MODULE[AJERotor]]:NEEDS[RealFuels]:Final
{

@MODULE[ModuleEngines*]
{
@PROPELLANT[LiquidFuel]
{
@name=Kerosene
}
}
}

}


Expand Down

0 comments on commit fd0aa2e

Please sign in to comment.