NikolaiVChr / f16

General Dynamics F-16 for Flightgear flight simulator
GNU General Public License v2.0
122 stars 39 forks source link

MFD: TGP button doesn't work on Thrustmaster Cougar MFDs #580

Open JMaverick16 opened 12 months ago

JMaverick16 commented 12 months ago

Pressing to OSB enter TGP provides the upper "Click BACK..." but no view, while if going there from the in-game MFD and later clicking BACK from the physical works.

NikolaiVChr commented 5 months ago

I am guessing you are using Cougar hardware MFD controls.

Does the binding for the button look like this?:

            <binding>
                <command>property-assign</command>
                <property>controls/MFD[0]/button-pressed</property>
                <value>20</value>
            </binding>
            <mod-up>
                <binding>
                    <command>property-assign</command>
                    <property>controls/MFD[0]/button-pressed</property>
                    <value>0</value>
                </binding>
            </mod-up>

Note that for LEFT MFD it is MFD[0], and for right MFD it is MFD[1].

NikolaiVChr commented 5 months ago

And another thing, is there an error in the console?