Skip to content

Commit

Permalink
missing SRB plumes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellabong authored Jul 24, 2021
1 parent 10adc37 commit 0cf26f0
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 1 deletion.
6 changes: 6 additions & 0 deletions GameData/RealFuels-Stock/Knes/RF_Knes_ArianeV.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1439,12 +1439,14 @@
name = LqdHydrogen
ratio = 0.732
DrawGauge = True
resourceFlowMode = STACK_PRIORITY_SEARCH
}
PROPELLANT
{
name = LqdOxygen
ratio = 0.268
resourceFlowMode = STACK_PRIORITY_SEARCH
}
atmosphereCurve
{
Expand Down Expand Up @@ -1474,12 +1476,14 @@
name = LqdHydrogen
ratio = 0.706
DrawGauge = True
resourceFlowMode = STACK_PRIORITY_SEARCH
}
PROPELLANT
{
name = LqdOxygen
ratio = 0.294
resourceFlowMode = STACK_PRIORITY_SEARCH
}
atmosphereCurve
{
Expand Down Expand Up @@ -1509,12 +1513,14 @@
name = LqdHydrogen
ratio = 0.706
DrawGauge = True
resourceFlowMode = STACK_PRIORITY_SEARCH
}
PROPELLANT
{
name = LqdOxygen
ratio = 0.294
resourceFlowMode = STACK_PRIORITY_SEARCH
}
atmosphereCurve
{
Expand Down
19 changes: 19 additions & 0 deletions GameData/RealFuels-Stock/Knes/RF_Knes_L3S.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2899,3 +2899,22 @@
}
}
@PART[_Knes_L3S_P120E]:FOR[RealPlume]:NEEDS[SmokeScreen]
{
PLUME
{
name = Solid-Lower
transformName = thrustTransform
localRotation = 0,0,0
flarePosition = 0,0,0
plumePosition = 0,0,0
fixedScale = 1
energy = 1
speed = 1
}
@MODULE[ModuleEngines*]
{
%powerEffectName = Solid-Lower
!runningEffectName = DELETE
}
}
1 change: 0 additions & 1 deletion GameData/RealFuels-Stock/Knes/RF_Knes_MultiRoleKapsule.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@
@amount *= 4.213483146
@maxAmount *= 4.213483146
}

}

@PART[_Knes_mrk_Thruster]:FOR[RealFuels_StockEngines]
Expand Down
40 changes: 40 additions & 0 deletions GameData/RealFuels-Stock/Knes/RF_Knes_VEGA.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -331,4 +331,44 @@
!RESOURCE[ElectricCharge] {}
!RESOURCE[LiquidFuel] {}
!RESOURCE[Oxidizer] {}
}

@PART[_Knes_L3S_P40]:FOR[RealPlume]:NEEDS[SmokeScreen]
{
PLUME
{
name = Solid-Lower
transformName = thrustTransform
localRotation = 0,0,0
flarePosition = 0,0,0
plumePosition = 0,0,0
fixedScale = 1
energy = 1
speed = 1
}
@MODULE[ModuleEngines*]
{
%powerEffectName = Solid-Lower
!runningEffectName = DELETE
}
}

@PART[_Knes_L3S_P120C]:FOR[RealPlume]:NEEDS[SmokeScreen]
{
PLUME
{
name = Solid-Lower
transformName = thrustTransform
localRotation = 0,0,0
flarePosition = 0,0,0
plumePosition = 0,0,0
fixedScale = 1
energy = 1
speed = 1
}
@MODULE[ModuleEngines*]
{
%powerEffectName = Solid-Lower
!runningEffectName = DELETE
}
}

0 comments on commit 0cf26f0

Please sign in to comment.