HHS81 / do328

Dornier 328-1XXTurboprop / Dornier 328-3XX Jet
GNU General Public License v2.0
7 stars 5 forks source link

Fix Issue#73 #83

Open xcvb85 opened 6 years ago

xcvb85 commented 6 years ago

I already created a pull request to discuss all the TODOs before merging:

Don't worry about the new cockpit model. I will fix the mess (just let me know when you want to merge and I will create a new branch). OHP should be in a separate ac-file.

xcvb85 commented 6 years ago

Procedure to start engines:

I hope this is how it should work. Fuel pumps and bleed air are not simulated yet.

xcvb85 commented 6 years ago

@HHS81: OK, let me know. If you like it I will do the same with the jet version.

HHS81 commented 6 years ago

@xcvb85 what exactly you mean? The reverse thrust? The Jet version in fact doesn't have a reverse thrust. The reverse thrust isn't still not working like in real, but that's due to the fact that we would need extra hardware for. It is simply not be possible to simulate it in the sim without any negative side-effects for the user. So I can live with it, until I have an idea....

But your perfomance improvement are great, and the startup as well.

xcvb85 commented 6 years ago

The reverse thrust now works as follows:

To be able to activate reverse thrust you must ensure that the latches are down and the throttle is below 10%. If you have a better idea to solve this let me know. In the jet version you don't activate reverse thrust but cutoff in this way (as far as I understood).

Not sure about the performance benefit of maketimer but I read in the forum that this should decrease the garbage collector stuttering.