Cravgar Posted June 30, 2016 Posted June 30, 2016 Hi there, so after much thoguht I am leaning towards not using the TM Target software for my warthog. I've started looking into how to get the toggle switches to work in the f15 like they do in the A10. IE if the switch is off then the corresponding system is off. below is an example of one such configuration for the Electric Power Switch: {combos = {{key = 'JOY_BTN20'}} , down = iCommandPowerOnOff, up = iCommandPowerOnOff, name = _('Electric Power Switch') , category = _('Systems')}, whilst this does work, I have come across instances of this being reversed so , off = on and on = off. I believe this is down to the button being in the wrong position when the game is started. Is there a way around this to guaruntee that the button will be off in the off position and on in the on position? Also should I be editing the default.lua or creating a new one?
Recommended Posts