December 9, 20232 yr 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 December 9, 20232 yr by Lorby_SI LORBY-SI
December 9, 20232 yr 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 December 9, 20232 yr by hs118 My MSFS 2020 repaints: Flightsim.to - Profile of HStreet Working on MSFS 2024 versions.
December 9, 20232 yr 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 December 9, 20232 yr by Lorby_SI LORBY-SI
December 9, 20232 yr Huge thanks for the leg up on the plugin! My MSFS 2020 repaints: Flightsim.to - Profile of HStreet Working on MSFS 2024 versions.
Archived
This topic is now archived and is closed to further replies.