Interceptor
Well-known member
Hey Doug,I have been using the XR2 realistic settings by sky captain,and it basically it makes the XR2 more to fit todays technology,by offering weakened thrust,and no hover engines,and also no retro engines,but everytime I start a scenario with these settings,the rtro light starts blinking on the MWS the problem seems to be caused by these lines in the .scn file:
You can temporarily fix this by changing that to
But if you quicksave (and load the quicksaved scenario), or exit and load "Current state", it will go back to -1.#IND00,is this a bug?,or is there a way to correct this,and if not could you please include a possible fix in the future for this.Thanks:tiphat:
Code:
DMG_16 -1.#IND00 Left Retro Engine
DMG_17 -1.#IND00 Right Retro
You can temporarily fix this by changing that to
Code:
DMG_16 1.000000 Left Retro Engine
DMG_17 1.000000 Right Retro Engine