June 6, 20188 yr Many may not care, but if you, like me get annoyed at the pitch wheel animation in the virtual cockpit, showing the wheel moving in the opposite direction of where you are moving it with the mouse wheel, read on.. If you are not faint of heart and have a hex editor, like HxD, open the interior model file that matches your GPS.. in my case the GTN model, and search for "pitch".. (maybe make a backup copy first).. About the third hit will get you to: (M:Event) 'WheelUp' scmi 0 == if........{.. (>K:AP_PITCH_REF_INC_DN).......... (L:KNOB_APSEL_SR22,number) 6........ - dnor (>L:KNOB_APSEL_SR22,number).......... }.. (M:Event) 'WheelDown'........ scmi 0 == if{.. (>K:AP_PITC........H_REF_INC_UP).. (L:KNOB_APSEL_........SR22,number) 6 + dnor (>L:KNOB_APSE........L_SR22,number).. } Change the - and + to + and - like: (M:Event) 'WheelUp' scmi 0 == if........{.. (>K:AP_PITCH_REF_INC_DN).......... (L:KNOB_APSEL_SR22,number) 6........ + dnor (>L:KNOB_APSEL_SR22,number).......... }.. (M:Event) 'WheelDown'........ scmi 0 == if{.. (>K:AP_PITC........H_REF_INC_UP).. (L:KNOB_APSEL_........SR22,number) 6 - dnor (>L:KNOB_APSE........L_SR22,number).. } DO NOT delete any characters or insert any characters, just replace only.. Save and go fly Bert
June 6, 20187 yr 32 minutes ago, Jocko Flocko said: Was this not taken care of in the latest 1.1 release? Unfortunately, no. 🙂
June 6, 20187 yr Author 1 hour ago, Jocko Flocko said: Was this not taken care of in the latest 1.1 release? No, they fixed the trim wheel and left the pitch wheel.. Bert
Archived
This topic is now archived and is closed to further replies.