Push function of GTN Xi knobs is not working in Lock mode
-
I am having an issue with the Black Square add-ons, where the push function on the volume and dual concentric knobs of the GTN Xi does not work. This problem occurs when using the "Lock" mode of the cockpit interaction system.
https://www.youtube.com/watch?v=dMwN8HM0uWISometimes, after trying to push the knobs, I get errors indicating that the knobs are stuck:
Everything works as expected when I switch to the "Legacy" mode.
https://www.youtube.com/watch?v=Q5DPVa7pQUoHas anyone else encountered this problem?
-
Thanks for pointing this out. I heard about the same issue today though the TDS developer, which I assume you may have initiated too.
I had forgotten that I implemented a fix for this quite some time ago, but it hasn't appeared in any updates for my aircraft yet. If you would like to make the change yourself while you wait, it is very simple.
In ...[You Community Folder]\bksq-aircraft-tbm850\SimObjects\Airplanes\bksq-aircraft-tbm850\model\AnalogTBM.xml
Just search for these two keywords (should be lines 8872, and 8919 in v1.1 of the TBM):
"GTN_750_smallknob" "GTN_750_inknob"
And replace the "ASOBO_GT_Knob_Infinite_Push" lines below each one with the following:
<UseTemplate Name="ASOBO_GT_Knob_Infinite_Push_Timed">
Hopefully that will solve your problem! I've already propogated this change to all my aircraft, so it will be fixed as soon as I publish new updates after I release the Dukes. Thank you!
-
Thank you for the response and the instructions on how to fix the issue. I appreciate your work and the quality of your add-ons! Waiting for the release of the Dukes :)
I was also wondering if there are any plans to introduce a dedicated GTN Xi bezel in future updates, instead of using a GTN bezel for both models?