Skip to content

Commit

Permalink
[Bug Fix] RO Agena engine plume (#1690)
Browse files Browse the repository at this point in the history
* Tweak the RO Agena engine plume
* Fix tab
  • Loading branch information
PhineasFreak authored and pap1723 committed Jul 12, 2017
1 parent d06e522 commit 6ca27df
Showing 1 changed file with 24 additions and 29 deletions.
53 changes: 24 additions & 29 deletions GameData/RealismOverhaul/RealPlume_Configs/RO/ROAgenaEngine.cfg
@@ -1,39 +1,34 @@
// ==================================================
// XLR-81 Agena engine plume setup.
// ==================================================

@PART[RO-AgenaEngine]:FOR[RealPlume]:NEEDS[SmokeScreen]
{

@MODULE[ModuleEngines*]
{
@name = ModuleEnginesRF
!runningEffectName = DELETE
%powerEffectName = Hypergolic-OMS-White
}
@MODULE[ModuleEngineConfigs]
@MODULE[ModuleEngines*]
{
%type = ModuleEnginesRF
!runningEffectName = DELETE
%powerEffectName = Hypergolic-OMS-White
}

@MODULE[ModuleEngineConfigs]
{
@CONFIG,*
{
%powerEffectName = Hypergolic-OMS-White
}
}

PLUME
{
name = Hypergolic-OMS-White
transformName = thrustTransform
localRotation = 0,0,0
localPosition = 0,0,-0.2
fixedScale = 2
energy = 1.2
speed = 1.5
}
}
@PART[RO-AgenaEngine]:FOR[zzRealPlume]:NEEDS[SmokeScreen]
{
@EFFECTS
{
@Hypergolic-OMS-White
{
@MODEL_MULTI_SHURIKEN_PERSIST[flare]
{
@localPosition = 0.0, 0.0, -0.8
@fixedScale = 0.5
@emissionMult = 0.2
}
}
plumePosition = 0.0, 0.0, -0.5
plumeScale = 0.8
flarePosition = 0.0, 0.0, -1.55
flareScale = 0.15
localRotation = 0.0, 0.0, 0.0
emissionMult = 0.75
energy = 1.0
speed = 1.0
}
}

0 comments on commit 6ca27df

Please sign in to comment.