Jump to content

Recommended Posts

Posted

adding these lines to your default.lua

(located in the DCS game folder under Mods\aircraft\A-10C_2\Input\A-10C_2\joystick)

-- Lights
{action = 3009, cockpit_device_id = 49, name = _('Form Lights Axis')},
{action = 3001, cockpit_device_id = 49, name = _('Engine Instruments Lights Axis')},
{action = 3002, cockpit_device_id = 49, name = _('Flight Instruments Lights Axis')},
{action = 3003, cockpit_device_id = 49, name = _('Auxiliary Instruments Lights Axis')},
{action = 3005, cockpit_device_id = 49, name = _('Flood Light Axis')},
{action = 3006, cockpit_device_id = 49, name = _('Console Light Axis')},

{action = 3009, cockpit_device_id = 4, name = _('CMSP Light Axis')},
{action = 3006, cockpit_device_id = 5, name = _('CMSC Light Axis')},
{action = 3007, cockpit_device_id = 5, name = _('CMSC Vol')},

will allow you to assign analog axes to your A10 lights (if you have added a button box to give you more axes)

 

However, I cannot figure out how to add an axis to dim the HUD.

The device ID of the HUD is 19 and the buttons to control its intensity on the UFC are 28 and 29. I tried adding 

{action = 3028, cockpit_device_id = 19, name = _('HUD Int')},
or

{action = 3029, cockpit_device_id = 19, name = _('HUD Int')},
 

to the default.lua but no success. Also, I cannot figure out how to dim that blazingly bright clock.

4930K @ 4.5, 32g ram, TitanPascal

  • Recently Browsing   0 members

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