sbclark Posted February 16, 2010 Report Posted February 16, 2010 Hi, Below is a portion of my FSUIPC4.INI file. My question is, I want to make all the entries in the {Keys] section aircraft specific. In this case, I want to make everything F1_Cessna_Mustang1. As you can see, I screwed up by not checking the “Aircraft specific?” check box. Is there an easy way to do this without having to redo all the items listed under [Keys]? Can I just change the label [Keys] to [Keys.F1_Cessna_Mustang1]? Bill Clark [Keys.F1_Cessna_Mustang1] 2=48,10,66777,0 3=73,10,66756,0 5=74,9,66757,0 6=78,9,66758,0 7=112,9,66759,0 8=113,9,66760,0 10=53,26,66750,0 11=54,26,66751,0 12=55,26,66752,0 13=56,26,66753,0 14=57,26,66754,0 15=48,26,66755,0 16=49,24,66749,0 17=50,24,66748,0 [Keys] 1=48,8,66776,0 2=117,10,66784,0 3=117,9,66785,0 4=118,10,66786,0 5=118,9,66787,0 6=119,10,66788,0 7=119,11,66778,0 8=120,11,66780,0 9=119,9,66779,0 10=120,10,66781,0 11=120,9,66782,0 12=121,11,66783,0 13=65,26,66789,0 14=66,26,66790,0 15=67,26,66791,0 16=68,26,66792,0 17=69,26,66793,0 18=70,26,66794,0 19=71,26,66795,0 20=72,26,66796,0 21=73,26,66797,0 22=74,26,66798,0 23=75,26,66799,0 24=76,26,66800,0 25=77,26,66761,0 26=78,26,66762,0 27=79,26,66763,0 28=80,26,66764,0 29=81,26,66765,0 30=82,26,66766,0 31=83,26,66767,0 32=84,26,66768,0 33=85,26,66769,0 34=86,26,66770,0 35=87,26,66771,0 36=88,26,66772,0
Pete Dowson Posted February 16, 2010 Report Posted February 16, 2010 Is there an easy way to do this without having to redo all the items listed under [Keys]? Can I just change the label [Keys] to [Keys.F1_Cessna_Mustang1]? Yes, exactly so, if that is the exact aircraft title as shown in the FSUIPC log file. But you might want to also set "ShortAircraftNameOk=Substring" in the [General] section (find the line there and change it). Then you could instead use a name like "Mustang" and have the keys operate all of your Mustangs, if you have more than one paint job, for example. Regards Pete
sbclark Posted February 16, 2010 Author Report Posted February 16, 2010 Pete, I did what you said; I made both these segments the same as you see below. Unfortunately, many of my key presses now no longer work. If I change it back to the original as per my message at the top of this thread, then they work. The name of the aircraft is correct. Bill Clark [Keys.F1_Cessna_Mustang1] 2=48,10,66777,0 3=73,10,66756,0 5=74,9,66757,0 6=78,9,66758,0 7=112,9,66759,0 8=113,9,66760,0 10=53,26,66750,0 11=54,26,66751,0 12=55,26,66752,0 13=56,26,66753,0 14=57,26,66754,0 15=48,26,66755,0 16=49,24,66749,0 17=50,24,66748,0 [Keys.F1_Cessna_Mustang1] 1=48,8,66776,0 2=117,10,66784,0 3=117,9,66785,0 4=118,10,66786,0 5=118,9,66787,0 6=119,10,66788,0 7=119,11,66778,0 8=120,11,66780,0 9=119,9,66779,0 10=120,10,66781,0 11=120,9,66782,0 12=121,11,66783,0 13=65,26,66789,0 14=66,26,66790,0 15=67,26,66791,0 16=68,26,66792,0 17=69,26,66793,0 18=70,26,66794,0 19=71,26,66795,0
Pete Dowson Posted February 16, 2010 Report Posted February 16, 2010 I did what you said; I made both these segments the same as you see below. You cannot have two sections with the same name! Each section name has to be completely unique. Only one of those sections will be working. You didn't say you wanted to merge two separate sets of assignments! Sorry, I evidently misunderstood. Unfortunately, many of my key presses now no longer work. If I change it back to the original as per my message at the top of this thread, then they work. Ah, so what you posted originally wasn't what you wanted to achieve, as I thought, but what you had already? You'll have to renumber one set and move it into the other. Here, like this: [Keys.F1_Cessna_Mustang1] 1=48,8,66776,0 2=117,10,66784,0 3=117,9,66785,0 4=118,10,66786,0 5=118,9,66787,0 6=119,10,66788,0 7=119,11,66778,0 8=120,11,66780,0 9=119,9,66779,0 10=120,10,66781,0 11=120,9,66782,0 12=121,11,66783,0 13=65,26,66789,0 14=66,26,66790,0 15=67,26,66791,0 16=68,26,66792,0 17=69,26,66793,0 18=70,26,66794,0 19=71,26,66795,0 22=48,10,66777,0 23=73,10,66756,0 25=74,9,66757,0 26=78,9,66758,0 27=112,9,66759,0 28=113,9,66760,0 30=53,26,66750,0 31=54,26,66751,0 32=55,26,66752,0 33=56,26,66753,0 34=57,26,66754,0 35=48,26,66755,0 36=49,24,66749,0 37=50,24,66748,0 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