The RS-83 plume is missing when using RealPlume. The following change fixes it.
@PART[SSTU-SC-ENG-RS-83]:NEEDS[RealPlume&!RealismOverhaul]:BEFORE[RealPlume] { PLUME { name = Hydrolox-Lower transformName = RS-25-ThrustTransform localRotation = 0,0,0 localPosition = 0,0,2.8 fixedScale = 3 energy = 0.5 speed = 1 } @MODULE[ModuleEngines*] { %powerEffectName = Hydrolox-Lower } }
The main change here to get it working is to replace RS-68-MainFXTransform with RS-25-ThrustTransform to match the previous change to using the RS-25 base as the model instead of the RS-68. RealPlume needs changed to match.
The RS-83 plume is missing when using RealPlume. The following change fixes it.
@PART[SSTU-SC-ENG-RS-83]:NEEDS[RealPlume&!RealismOverhaul]:BEFORE[RealPlume] { PLUME { name = Hydrolox-Lower transformName = RS-25-ThrustTransform localRotation = 0,0,0 localPosition = 0,0,2.8 fixedScale = 3 energy = 0.5 speed = 1 } @MODULE[ModuleEngines*] { %powerEffectName = Hydrolox-Lower } }The main change here to get it working is to replace RS-68-MainFXTransform with RS-25-ThrustTransform to match the previous change to using the RS-25 base as the model instead of the RS-68. RealPlume needs changed to match.