erikgeo / msfs_g36_project

Improvement project for the MSFS default G36.
GNU General Public License v3.0
265 stars 13 forks source link

Updated lift_scalar to work around a bug in MSFS 1.13.16.0 #68

Closed clompsy closed 3 years ago

clompsy commented 3 years ago

Workaround as suggested by MS: https://forums.flightsimulator.com/t/flight-dynamics-bug-details/368499 Divided value of lift_scalar in FLAPS.0 section to compensate for double effect that was introduced as a bug in MSFS 1.13.16.0. Will have to be reverted once MSFS bug is fixed.

Bumped version to 0.62 (hotfix).

erikgeo commented 3 years ago

There are now two pull request to solve the same bug, which should we use for a hotfix. Both?

clompsy commented 3 years ago

Only one of them should be applied since the workaround is to change only one of the scalars. The other PR contains another change which I don't know anything about but if the committer tested this and has a reason to, use the other PR and reject this one. Thanks!

clompsy commented 3 years ago

Closing since MSFS got a hotfix that makes this workaround no longer required.