Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Is it possible to use FSUIPC to make the buttons on my joystick do more than one thing? For example pressing button 1 does one thing. Pressing button 3 does another. Pressing buttons 1 and 3 together does something else.

Victor

Posted
Is it possible to use FSUIPC to make the buttons on my joystick do more than one thing? For example pressing button 1 does one thing. Pressing button 3 does another. Pressing buttons 1 and 3 together does something else.

Yes, sort of. You'd need to only program the single ones for "release", because it is not going to be actually possible to "press them together" exactly -- one will always be seen before the other.

The more usual way is to have one button as a sort of "shift" to give an extra function of all the other buttons.

This is what FSUIPC calls "conditional" button programming, and means editing the FSUIPC.INI file instead of entering things only in the dialogue. The Advanced User's guide describes the facilities that are available -- which include conditions based on other buttons, on "flags" which can be set and cleared, and even on the values of FS inner variables, via FSUIPC "offset" values.

Be warned, though, it can get quite complicated. One day, maybe, if I ever get time, I should write a user-friendly front-end for it all.

Regards,

Pete

Posted

Thanks Pete.

So I can have, for example, buttons 2-9 doing one thing and button 1 be a "shift". if I press button 1 first, I can make butons 2-9 do something else.

Victor

Posted
Thanks Pete.

So I can have, for example, buttons 2-9 doing one thing and button 1 be a "shift". if I press button 1 first, I can make butons 2-9 do something else.

Yes.

Regards,

Pete

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.