Jump to content

Recommended Posts

Posted (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 by Middlefart
Posted

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')},

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...