polmer Posted December 30, 2006 Report Posted December 30, 2006 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
polmer Posted December 30, 2006 Author Report Posted December 30, 2006 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
Pete Dowson Posted December 30, 2006 Report Posted December 30, 2006 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now