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.

Some new AAO plugins and addons

Featured Replies

  • Commercial Member

Hello @ll,

as v4.0 is out now, I've also released a few Bridge plugins and other addons. As usual they are free downloads on the AAO website

- The prototype of the DCS World plugin

- AdvancedTTS: this is a plugin where you can use Amazon Polly and/or Microsoft Cognitive Speech for text-to-speech output. 

- The FBW CDU addon will now also stream the buttons on the EFB/Tablet to LVars so you can read and operate them for example from the StreamDeck
- The same has been done with the PMDG tablet, there is an addon package for that too.

- The StreamDeck plugin has been updated to version 31.01

- Some of the WebCDUs have been updated. We now have PMDG 737, FBW A320, FSS E-EJets, Aerosoft CRJ, Leonardo MD8x, MSFS CJ4, DC Designs Concorde, Asobo 747 and Salty Mod, Asobo A320, Asobo 787 (plus Kuro and Horizon), JustFlight 146

- There is a new MSFS addon package to stream and operate the MFD buttons of the HPG helicopters (for example from the StreamDeck)

- There is a package with scripts that control the LEDs on the HoneyComb Bravo (way down on the DOWNLOADs page)

 

Edited by Lorby_SI

LORBY-SI

Yikes. I may have to spend more time in DCS if the plugin works well. Really don't enjoy the DCS control mapping GUI.

Thanks for making this one.

Edited by hs118

My MSFS 2020 repaints: Flightsim.to - Profile of HStreet

Working on MSFS 2024 versions.

  • Author
  • Commercial Member
37 minutes ago, hs118 said:

Yikes. I may have to spend more time in DCS if the plugin works well. Really don't enjoy the DCS control mapping GUI.

Thanks for making this one.

Unfortunately it can't do axis natively, you would have to use vJoy or ViGEm for that.

I have this script running as a Global Automated Script in AAO to automatically switch to an aircraft profile when the Plugin is in use:

(L:CurrAc,·String)·slen·0·==·(L:CurrAc,·String)·(L:CommonData_AIRCRAFT,·String)·scmp·0·==·or·
if{·(L:CommonData_AIRCRAFT,·String)·(>L:CurrAc,·String)·(L:CommonData_AIRCRAFT,·String)·(LOAD_AAO_CONFIG:%s1)}

If you are using MSFS too, I would recommend installing one of the other AAO variants just for the DCS plugin (= FSX through P3D) and disabling the plugin in the MSFS AAO. Otherwise it will interfere with the MSFS BVars.

Another example - the battery switch in the A10 C II:
RPN

(L:A_10C_EPP_BATTERY_PWR)·0·==·if{·1·(>B:EPP_BATTERY_PWR)·}·els{·0·(>B:EPP_BATTERY_PWR)·}

JScript

(WSH:jscript|Toggle)

function Toggle(){
 if ((L:A_10C_EPP_BATTERY_PWR) == 0){
  (B:EPP_BATTERY_PWR).exec(1);
 } else{
  (B:EPP_BATTERY_PWR).exec(0);
 }
}

And this script is used to start Steam-DCS automatically (I've created a config called "DCS", and this script is assigned as an Aircraft Automated Script, One Shot, beginning)

'explorer'·'steam:/'·'/rungameid/223750'·scat·(EXEC:%s1,%s2)

These scripts control the altimeter knob of the A10 C 2:

3200·(>B:ALT_SET_PRESSURE)

-3200·(>B:ALT_SET_PRESSURE)

And you can register a DCS variable (= without going through the assignment dialog in the DCS Bridge) like this:
 

(REGISTER_DCS_VAR:A_10C_CDU_LINE4_A)

 

Edited by Lorby_SI

LORBY-SI

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.