flybywiresim / aircraft

The A32NX & A380X Project are community driven open source projects to create free Airbus aircraft in Microsoft Flight Simulator that are as close to reality as possible.
https://flybywiresim.com
GNU General Public License v3.0
4.97k stars 1.03k forks source link

Replay mode or restore engines data input from SimConnect #5927

Open karol-leszczynski opened 2 years ago

karol-leszczynski commented 2 years ago

Aircraft Version

Stable

Description

Some time ago this mod stopped work with "fligt recored" (by nguyenquyhy). Not entirely, but throttle ignores replay app (ignores data from SimConnect). Maybe You could make your implementation of replay inside 32nx mod. Or restore data input for throttle from SimConnect.

References (optional)

No response

Additional info (optional)

No response

Discord Username (optional)

No response

aguther commented 2 years ago

I understand you request. We are limited by what the sim provides. This issue is not new and is related to custom throttle implementation. All recorders I'm aware of have the lack that they are unable to replicate the full state of the aircraft. It would be possible to implement, but then the recorders would need to capture the input events being sent or use those events themselves.

Implementing compatibility is not easy because there is not one recorder out there, there are multiple ones. Anyone can go forward and propose a PR to implement a binding to a specific recorder.