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.

spokes2112

RTW Race Team
  • Joined

  • Last visited

Solutions

  1. spokes2112's post in No panel graphics when window undocked was marked as the answer   
    See this topic - it was found it that a Nvidia driver did it. Maybe it will help.
  2. spokes2112's post in Way to turn ON anti-skid by default? was marked as the answer   
    Pete's code above in post #15 is sooo much more elegant, simpler, and -- reduces the CPU's transistor flip-flops by a bit.. Every "bit/byte"   :lol: counts right?
     
    Except it has one small typo, so below is a tested version that works.
    ------------------------------------------------------- -- FSX Lua plug-in for automatic anti skid activation -- ------------------------------------------------------- function anti_skid() ipc.writeUB(0x0BFD, 1) end event.offset(0x0BFD, "UB", "anti_skid")  Pete is the PRO, I be a hobbyist.
  3. spokes2112's post in What is the parameters for PAX weight was marked as the answer   
    JR,
     
     Yes, you should be able to read just about any thing about a station weight. The station description too to a certain string length. This "should" work for both FS9 and FSX.
     
    For instance if the aircraft.cfg has the following -

    [weight_and_balance] BLAH, BLAH, A WHOLE BUNCH OF STUFF , and onward, and then max_number_of_stations = 9 station_load.0 =175.234000, 23.290000, -1.110000, 0.740000, Pilot station_load.1 =237.956534200, 23.270000, 1.000000, 0.730000, WSO In a properly written xml display statement(s) for string display(s) one could write. (multiple) 
    <String>%((A:PAYLOAD STATION NAME:1, String))%!s!%</String> <!-- would equal "Pilot" -->
    <String>%((A:PAYLOAD STATION NAME:2, String))%!s!%</String> <!-- would equal "WSO" -->
     
    Then if one would want
     
    (A:PAYLOAD STATION COUNT, number) would equal 9
     
    And finally the weight of each station in a string or number -
     
    <String>%((A:PAYLOAD STATION WEIGHT:1, pounds))%!6.3f!</String> <!-- Would equal the pilots weight as "175.234" -->
    <String>%((A:PAYLOAD STATION WEIGHT:2, pounds))%!9.6f!%</String> <!-- Would equal the WSO's weight as a handicapped person not accounted for with a hound and a mobility vehicle = "237.956534" -->
     
    Notice how the index # is 1 more than the aircraft.cfg entry. The index was never (barely) described inthe FS9 SDK but was in the FSX SDK.

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.