worx Posted February 22, 2014 Report Share Posted February 22, 2014 (edited) Hey there, ive made aircraft specific settings for every button on my joystick, which has 30 buttons + So now when i choose a different aircraft i have nothing, is there a way to make those settings general for all aircraft? Or at least is there a way to copy it into another aircraft? Edited February 22, 2014 by worx Link to comment Share on other sites More sharing options...
Graham Pollitt Posted February 22, 2014 Report Share Posted February 22, 2014 I think one way would be to edit your ini flle and copy the sections eg I have a section like [buttons.PMDG 737] for the NGX and like this [buttons] for generic aircraft. Just find the section for the aircraft you have programmed and copy it into the [buttons] section Link to comment Share on other sites More sharing options...
worx Posted February 23, 2014 Author Report Share Posted February 23, 2014 Ye i see that but how do i add it? For example I have the [buttons.pmdg737] xxxxx xxxxx would i add it like this? [buttons.pmdg737] [buttons.f18] xxxxx xxxxx ? just not sure how i can add it thats all Link to comment Share on other sites More sharing options...
Graham Pollitt Posted February 23, 2014 Report Share Posted February 23, 2014 No you just copy the data below the header eg in my ini file I have the below [buttons]ButtonRepeat=20,101=RB,0,C65607,02=RB,1,C65615,03=PA,4,C66079,04=PA,5,C66080,07=PA,10,K97,88=PA,11,K123,89=PA,7,C65752,0 [buttons.PMDG 737]0=PA,9,K88,91=PB,4,K86,102=PB,5,K86,113=PB,6,K66,104=PB,7,K66,115=PA,0,K88,106=PA,8,K90,108=RB,11,C65602,09=UB,11,C65604,011=PA,1,K67,10 so to make the 737 buttons apply as generic I copy that section into the generic buttons section like this. [buttons]0=PA,9,K88,91=PB,4,K86,102=PB,5,K86,113=PB,6,K66,104=PB,7,K66,115=PA,0,K88,106=PA,8,K90,108=RB,11,C65602,09=UB,11,C65604,011=PA,1,K67,10 To make the 737 buttons apply to another specific aircraft only you could copy that same section into the header for the new aircraft like this [buttons.PMDG Jetstream 41] 0=PA,9,K88,91=PB,4,K86,102=PB,5,K86,113=PB,6,K66,104=PB,7,K66,115=PA,0,K88,106=PA,8,K90,108=RB,11,C65602,09=UB,11,C65604,011=PA,1,K67,10 There may be an easier way to do this but I am happy editing files etc so thats the way I would do it. Only takes a few seconds anyway. Link to comment Share on other sites More sharing options...
worx Posted February 23, 2014 Author Report Share Posted February 23, 2014 thnx alot mate, it worked. Link to comment Share on other sites More sharing options...
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