Jump to content
The simFlight Network Forums

Problem Linking Button Press


Recommended Posts

Hello,

I currently have a button set to Decr throttle 1 when pressed, and will throttle 1 cut when released. This works fine as a reverse thrust. I am now trying to engage the spoiler with the same button ( while holding), but have not got it to work.

Here is the code for the working reverse thrust;

[buttons]

1=R2,0,C65966,0 <----- Throttle 1 decr

2=U2,0,C65967,0 <-------Throttle 1 Cut

I thought all I needed to do was to reference the same joystick button and add the additional command such as;

1=R2,0,C65966,0 <----- Throttle 1 decr

2=U2,0,C65967,0 <-------Throttle 1 Cut

3=R2,0,C66064,0 <----- Spoilers on

This doesnt seem to work..... What Iam I doing incorrectly?

Thanks for any help,

Tom

Link to comment
Share on other sites

My fault.... Problem resolved.

I didnt realize that I needed to completly shut down FS for my changes in the FSUIPC.ini to register. The process shown below is correct and does work;

1=R2,0,C65966,0 <----- Throttle 1 decr

2=U2,0,C65967,0 <-------Throttle 1 Cut

3=R2,0,C66064,0 <----- Spoilers on

4=U2,0,C66065,0 <------Spoilers Off

Tom

Link to comment
Share on other sites

I didnt realize that I needed to completly shut down FS for my changes in the FSUIPC.ini to register.

No, you don't need to do that. If you are using a current version you can simply go to the FSUIPC Buttons options page and tell it to reload them all. Each options section (Buttons, Keys, Axes, Calibrations) has a reload facility.

Regards

Pete

Link to comment
Share on other sites

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.