mSparks43 / XPlane-11-AutoATC-plugin

C/C++ Source code for Xplane AutoATC plugin
GNU Lesser General Public License v3.0
16 stars 7 forks source link

missing replay support #79

Closed mSparks43 closed 2 years ago

mSparks43 commented 4 years ago

aircraft play in realtime during replay and animations are broken

JT8D-17 commented 4 years ago

Might be caused by AI aircraft being continuously injected into the sim regardless of the time multiplyer.

A local cache containing 2 minutes worth of AI position and animation data (to be filled in parallel with the real time data from the server) could solve this. Communications should be muted during replay as storing these is not feasible.

mSparks43 commented 2 years ago

This is a bug with XPlane replay code, it seems there's no way to fix it for XP11.