B58: Decreasing engine condition on ground
-
Re: B58: Engine Condition Health
While sitting on ground with engine shutdown sometimes the engine condition continously decreases.
It seems like there is some bug with high pressure conditions where the outside pressure is above 30.00 inHg and the engines are off. In this case the manifold pressure is above the red line which continuosly decreases engine health. When the pressure is below 30.00 inHg everything works fine. Please fix this bug.
Thank you! -
@theocessna said in B58: Decreasing engine condition on ground:
Re: B58: Engine Condition Health
While sitting on ground with engine shutdown sometimes the engine condition continously decreases.
It seems like there is some bug with high pressure conditions where the outside pressure is above 30.00 inHg and the engines are off. In this case the manifold pressure is above the red line which continuosly decreases engine health. When the pressure is below 30.00 inHg everything works fine. Please fix this bug.
Thank you!If you raise aticket with Just Flight support they can get the developer to look into it.
-
@theocessna said in B58: Decreasing engine condition on ground:
Re: B58: Engine Condition Health
While sitting on ground with engine shutdown sometimes the engine condition continously decreases.
It seems like there is some bug with high pressure conditions where the outside pressure is above 30.00 inHg and the engines are off. In this case the manifold pressure is above the red line which continuosly decreases engine health. When the pressure is below 30.00 inHg everything works fine. Please fix this bug.
Thank you!If anyone wishes to fix this on their end immediately, here are some instructions:
- Find AnalogBaron.XML.
- Search for "<Macro Name="MaxManifoldPressure">(L:BKSQ_Turbocharged, bool) if{ 40 } els{ 30 }</Macro>"
- ADD THE FOLLOWING LINE BELOW: "<Macro Name="MaxManifoldPressureForDamage">(L:BKSQ_Turbocharged, bool) if{ 40 } els{ 32 }</Macro>"
- Search for "@MaxManifoldPressure / 1 - 0 max 5.0 *"
- REPLACE ONLY THIS OCCURRENCE with "@ MaxManifoldPressureForDamage / 1 - 0 max 5.0 *"
-
@dano197711 Thank you for the quick fix,
I was away from my computer a few days and applied the fix now. It seems to be working fine. -
@theocessna said in B58: Decreasing engine condition on ground:
@dano197711 Thank you for the quick fix,
I was away from my computer a few days and applied the fix now. It seems to be working fine.Excellent, that's good to hear!
Dan