nguyenquyhy / Flight-Recorder

Record and replay flights in Microsoft Flight Simulator
https://flightsim.to/file/8163/flight-recorder
GNU General Public License v3.0
209 stars 22 forks source link

TBM-930 Replay...”Don’t Sink!, Don’t Sink!” #83

Closed SoCalDude closed 2 years ago

SoCalDude commented 3 years ago

I’m using v0.15 with the TBM-930 and am constantly getting the “Don’t sink!, Don’t sink!” warning during playback. Am I doing something wrong?

SoCalDude commented 3 years ago

Just a follow-up on this issue. Is this a true bug with Flight Recorder or with MSFS, or is it not a bug at all?

nguyenquyhy commented 3 years ago

I don't know the exact logic when that warning is triggered, so I can't give you a full explanation, but the general idea is that Flight Recorder doesn't record and replay all the states of the aircraft, so some switches will still be at the state when it is on the ground, which most likely will confuse the warning system.

I don't consider it a bug though. It's just a trade-off to not blowing up the recording file size nor affecting sim performance due to the huge amount of data sending every frame. If you are watching in external view, there is a setting in MSFS to turn off warning sound in this view. Otherwise, you'll have to manually reset what is not replayed.

If you happen to find out what variable is missing, please let me know. I'll check and add it in if it is useful for most aircraft.

SoCalDude commented 3 years ago

Thank you for the explanation, @nguyenquyhy.