Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JMaverick16 opened this issue Oct 7, 2023 · 2 comments
Open

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

JMaverick16 opened this issue Oct 7, 2023 · 2 comments
Assignees
Labels

Comments

@JMaverick16
Copy link
Collaborator

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
Copy link
Owner

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants