Synth Posted 19 hours ago Posted 19 hours ago 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 18 hours ago Posted 18 hours ago (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 18 hours ago by rob10
Synth Posted 17 hours ago Author Posted 17 hours ago (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 17 hours ago by Synth
Dos Posted 6 hours ago Posted 6 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 6 hours ago by Dos
Recommended Posts