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.

Preventing the wheels from locking when braking

Featured Replies

Thanks go to Bernt Stolle who first came up with this clever tip.The standard, and most add-on GA aircraft have an annoying habit of locking the wheels when braking.This looks silly when watched from the outside view..It turns out that the anti-skid function which is selectable on most airliners also works on GA planes.Two ways of enabling:1. Set a key in the Controls panel of FSX to correspond to Brake Anti Skid toggle and use this key2. Add a little XML gauge to your favorite aircraft that sets the Anti Skid function when the aircraft is loadedHere is a gauge that will do just that:

<Gauge Name="Anti_skid" Version="1.0"><!-- Turn on Anti-skid -->   <Element>      <Select>       <Value>           (L:AntiSkidInit,bool) 1 != if{              (A:ANTISKID BRAKES ACTIVE,bool) 1 != if{ 0 (>K:ANTISKID_BRAKES_TOGGLE) }                1 (>L:AntiSkidInit,bool)                             }            </Value>           </Select>    </Element></Gauge>

Bert

Guest
This topic is now 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.