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.

For those with Steering Lock issues

Featured Replies

For those who have trouble activating steering lock by using the tailhook key assignment, try the following if you've got FSUIPC:

 

-- Steering lock center pedestal button: activate
if ipcPARAM == 1 then
    ipc.writeLvar("L:STEER_LOCK", 1)
    ipc.writeLvar("L:STEER_ON", 1)
end

-- Yellow Yoke Button (Master switch) to turn off steering lock
if ipcPARAM == 2 then
    ipc.writeLvar("L:STEER_ON", 0)
end

 

Put these lines in a file (e. g. Lear35A.lua) in your FSUIPC Modules folder. Then, assign controller buttons the "LuaLear35A" command with the respective parameter set to 1(activate) or 2(deactivate).

 

Doing it that way, steering lock has never failed to work for me.

Dave P. Woycek

Create an account or sign in to comment

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.