Middlefart Posted March 19, 2020 Posted March 19, 2020 (edited) I'm trying to change the Right Wing Boost pump to a two way switch (So that I can use it in my cockpit) by changing default.lua for the A-10C. However something is wrong with my changes below. After this change the Control tab in the options menu is blank in DCS, indicating that something is wrong, but I can't figure out what i did wrong. Can someone spot the error? {down = device_commands.Button_6, up = device_commands.Button_6, cockpit_device_id = devices.FUEL_SYSTEM, value_down = 1.0, value_up = 0.0, name = _('Right wing tank boost pump'), category = _('Fuel system control panel')}, Edited March 19, 2020 by Middlefart
Middlefart Posted March 19, 2020 Author Posted March 19, 2020 I found it 30 seconds after my original post. the correct syntax is {down = 3006, up = 3006, cockpit_device_id = 36, value_down = 1.0, value_up = 0.0, name = _('Right wing tank boost pump'), category = _('Fuel system control panel')},
Recommended Posts