sobe Posted May 25, 2015 Posted May 25, 2015 (edited) I use the same VAC profile for all the planes that I fly and have no problems except in the SU-25T. The profile lists all the various commands for the A-10C as created by Fish, but I added simple commands for F1 through F12 for the radio menu. In the SU-25T, no matter what I do, nothing seems to work and I have to hit the F keys in order to get the radio to work. Is anyone else having an issue with the SU-25t and Vac or is it user error? I forgot to mention that I use Autohotkey to generate an F14 command to VAC which is the action key in my VAC profile. Here is the autohotkey script that I use. 1Joy5:: ; y Joy x , y= controller ID number in windows, x= joy button number Send, {F14 down} ; Sends a press to application SetTimer, WaitForButtonUp5, 10 return WaitForButtonUp5: if GetKeyState("1Joy5") ; The button is still down, so keep waiting return ; Otherwise the button has been released Send, {F14 up} SetTimer, WaitForButtonUp5, off return As I stated above, this works fine in all of the other modules in DCS but the SU-25T. Edited May 25, 2015 by sobe Added autohotkey discussion Trackir4 using the latest Trackir 5 software, Win10 Pro [Creator Update] updated from Win7Pro Pro 64Bit, Intel® Core™ i5-2500 3.30 GHz 6M Intel Smart Cache LGA115 , GigaByte GA-Z68XP-UD4 Intel Z68 Chipset DDR3 16GB Ram, GTX MSI Gaming 1060 [6 GB] Video Card, Main Monitor 1 on left 1920x1080 Touchscreen Monitor 2 on right 1920x1080 .
Recommended Posts