Synth Posted yesterday at 01:27 PM Posted yesterday at 01:27 PM Hi, How do I set up A/A, A/G buttons LED to sync with DCS? If I understand correctly it should work this way once I turned on "sync with DCS" - it's done (pic1) and the backlight now is synced whenever I control the Primey Console Brightness Knob. However AA, AG buttons are not light up when I enter AA or AG mode respectively - I can only turn their LEDs separately in the app settings (Pic2) null
rob10 Posted yesterday at 01:57 PM Posted yesterday at 01:57 PM (edited) What plane? And are you leaving SimAppPro running in the background while you're flying (you need to for lights to sync)? And if you're using Tacview and SRS as well, make sure your export.lua is set up in this order: D:\Users\xxxx\Saved Games\DCS.openbeta\Scripts\Export.lua TacView WinWing SRS Edited yesterday at 02:01 PM by rob10
Synth Posted yesterday at 02:31 PM Author Posted yesterday at 02:31 PM (edited) F-16. The app is running on the background. Like I said the overall sync works OK (turning Consoles Brightness Knob affects the Throttle backlight), A/A and A/G buttons' LED are not synced when I enter the appropriate mode by pressing these buttons. Regarding .lua I think it's ok too, here is a pic (using Steam DCS version) null Edited yesterday at 02:40 PM by Synth
Dos Posted 21 hours ago Posted 21 hours ago (edited) Hi try this go to your export.lua. back up then rebuild start with the winwing line only and see if the AA work to begin with then add lines from their if it worked with just winwing and then as you add line it messes up change the order of the lines. This is mine and winwing will not work if I put it first in my case. Good luck J -- load the DCS ExportScript for DAC and Ikarus dofile(lfs.writedir()..[[Scripts\DCS-ExportScript\ExportScript.lua]]) -- DCS-BIOS dofile(lfs.writedir()..[[Scripts\DCS-BIOS\BIOS.lua]]) -- SimShaker local SimShakerlfs=require('lfs'); dofile(SimShakerlfs.writedir()..'Scripts/SimShaker.lua') dofile(SimShakerlfs.writedir()..[[Scripts\SimShaker-export-core\ExportCore.lua]]) dofile(lfs.writedir()..[[Scripts\SimShaker-export-core\ExportCore.lua]]) -- WinWing local wwtlfs=require('lfs') dofile(wwtlfs.writedir()..'Scripts/wwt/wwtExport.lua') -- VoiceAttack local vaicomlfs = require('lfs'); dofile(vaicomlfs.writedir()..[[Scripts\VAICOMPRO\VAICOMPRO.export.lua]]) local Tacviewlfs=require('lfs');dofile(Tacviewlfs.writedir()..'Scripts/TacviewGameExport.lua') Edited 21 hours ago by Dos
Synth Posted 11 hours ago Author Posted 11 hours ago (edited) All I have there is WingWing line and Tacview. Tried to set WW in the end of the list it but it still does not sync AA AG lights Probably will contact WW support later, thanks for the help! Edited 11 hours ago by Synth
rob10 Posted 8 hours ago Posted 8 hours ago 23 hours ago, Synth said: F-16. The app is running on the background. Like I said the overall sync works OK (turning Consoles Brightness Knob affects the Throttle backlight), A/A and A/G buttons' LED are not synced when I enter the appropriate mode by pressing these buttons Those controls are not really related to SimAppPro. Windows sees them as buttons on a device, so they'll work properly even without SimAppPro installed, let alone running. You only need SimAppPro running for syncing lights and or running any UFC or ICP info. Somewhere your SimAppPro isn't communicating with DCS. Might be an antivirus or firewall blocking the communication.
Recommended Posts