_outcast_ Posted July 16, 2019 Posted July 16, 2019 I have the Hotas Warthog stick, throttle and pedals and I am trying to program a setting for the SU-25T where I want the electric power to be set to on when I put the APU Start toggle switch up (to on) on my throttle and off when pusing it down. However I don't know how to do this since in DCS there is only a toggle option for the Electricty state in DCS controller options for the SU-25T so the only thing I have managed to do is to have both toggle down and up on the APU start toggle switch exectute the right-ctrl - L command to toggle the electricty. For the switch to work as intended though it depends if the actual aircraft is in the same state as my toggle on mission start. Is it possible somehow though to have it so electric power is turned on when pushing the switch up and electric power is off when pulling the switch down?
Sokol1_br Posted July 16, 2019 Posted July 16, 2019 (edited) Can use TARGET software (or similar, e.g. JoyTokey...) for map the command (Ctrl+L) for Switch ON and for Switch OFF state. Or try manually editing LUA files, adding command for "up": -- Systems {combos = {{key = 'L', reformers = {'RShift'}}}, down = iCommandPowerOnOff, up = iCommandPowerOnOff, name = _('Electric Power Switch'), category = _('Systems')}, https://forums.eagle.ru/showthread.php?t=89226 But since the command is OnOff (toggle) you need synchronize the switch (in throttle) with game mission start: if is air start or take-off leave up before hit 'fly', if is cold start leave down. The downside is that game updates broken changes in LUA. Edited July 17, 2019 by Sokol1_br
Recommended Posts