Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Fixing the AP Pitch wheel animation

Featured Replies

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).. :unsure:

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  :cool:

 

 

Bert

Was this not taken care of in the latest 1.1 release?

Andrew

32 minutes ago, Jocko Flocko said:

Was this not taken care of in the latest 1.1 release?

Unfortunately, no. 🙂

  • 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..  :unsure:

Bert

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.