Hi there! I'm currently having an issue modifying config files. I'm wondering how I can change the colour of the flames/plumes? I'm using the Vector engine, and I want it to be orange and firey, like SRB's, instead of the current reddish colour. This is the file;
@PART[SSME]:NEEDS[ReStock,!WaterfallRestock]:AFTER[ReStock]
{
!EFFECTS {}
}
@PART[SSME]:NEEDS[zRealPlume,SmokeScreen,ReStock,!WaterfallRestock]
{
@MODULE[ModuleEngines*]
{
@name = ModuleEnginesFX
%powerEffectName = Cryogenic_LowerSSME_CE
}
PLUME
{
name = Cryogenic_LowerSSME_CE
transformName = thrustTransform
localRotation = 0,0,0
localPosition = 0,0,0
speed = 1
energy = 1
emissionMult = 1
shockPosition = 0,0,0.3
shockScale = 0.4
plumePosition = 0,0,0
plumeScale = 2
plume2Scale = 2
}
}
Thanks in advance.