Jump to content

Would you pz make Flare control switches available on mapping ??


Recommended Posts

Posted

Hi, I try to sort out most keys on my switch board clickable.

However, I could not find 'Flare controls' at all.

only found Flare cover and Dispense switch, that is it. 

I really need to get Flare on/ off, speed etc control switches to make push a botton on my system

I can not find those keys on key control map

Help!!!!!  PLEASE

444.jpg

Posted (edited)

You can add this section:

-- FLARE DISPENSER
{down = device_commands.Button_2, cockpit_device_id = devices.FD, value_down = 1, name = _('Flare Dispenser SEQ'), category = _('Flare Dispenser')},
{down = device_commands.Button_2, cockpit_device_id = devices.FD, value_down = 0, name = _('Flare Dispenser C/C'), category = _('Flare Dispenser')},
{down = device_commands.Button_1, cockpit_device_id = devices.FD, value_down = -1, name = _('Flare Dispenser D'), category = _('Flare Dispenser')},
{down = device_commands.Button_1, cockpit_device_id = devices.FD, value_down = 0, name = _('Flare Dispenser G+D'), category = _('Flare Dispenser')},
{down = device_commands.Button_1, cockpit_device_id = devices.FD, value_down = 1, name = _('Flare Dispenser G'), category = _('Flare Dispenser')},
{down = device_commands.Button_3, cockpit_device_id = devices.FD, value_down = -1, name = _('Flare Dispenser AR'), category = _('Flare Dispenser')},
{down = device_commands.Button_3, cockpit_device_id = devices.FD, value_down = 1, name = _('Flare Dispenser LE'), category = _('Flare Dispenser')},
{down = device_commands.Button_3, cockpit_device_id = devices.FD, value_down = 0, name = _('Flare Dispenser VE'), category = _('Flare Dispenser')},

in

- the .lua file used in the folder ..\Eagle Dynamics\DCS World\Mods\aircraft\SA342\Input\joystick
for adding button shortcuts.

- the .lua file used in the folder ..\Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\SA342\Input\keyboard 
for adding keyboard shortcuts.

The FLARE DISPENSER section will be added to the configurable list.

Enjoy 😉

or use the JsGME / OvGME if you use the  default.lua files

SA342 Flare Dispenser.zip

Edited by Tanuki44
  • Like 1
  • Thanks 1
Posted
On 12/7/2021 at 11:19 AM, Tanuki44 said:

You can add this section:

-- FLARE DISPENSER
{down = device_commands.Button_2, cockpit_device_id = devices.FD, value_down = 1, name = _('Flare Dispenser SEQ'), category = _('Flare Dispenser')},
{down = device_commands.Button_2, cockpit_device_id = devices.FD, value_down = 0, name = _('Flare Dispenser C/C'), category = _('Flare Dispenser')},
{down = device_commands.Button_1, cockpit_device_id = devices.FD, value_down = -1, name = _('Flare Dispenser D'), category = _('Flare Dispenser')},
{down = device_commands.Button_1, cockpit_device_id = devices.FD, value_down = 0, name = _('Flare Dispenser G+D'), category = _('Flare Dispenser')},
{down = device_commands.Button_1, cockpit_device_id = devices.FD, value_down = 1, name = _('Flare Dispenser G'), category = _('Flare Dispenser')},
{down = device_commands.Button_3, cockpit_device_id = devices.FD, value_down = -1, name = _('Flare Dispenser AR'), category = _('Flare Dispenser')},
{down = device_commands.Button_3, cockpit_device_id = devices.FD, value_down = 1, name = _('Flare Dispenser LE'), category = _('Flare Dispenser')},
{down = device_commands.Button_3, cockpit_device_id = devices.FD, value_down = 0, name = _('Flare Dispenser VE'), category = _('Flare Dispenser')},

in

- the .lua file used in the folder ..\Eagle Dynamics\DCS World\Mods\aircraft\SA342\Input\joystick
for adding button shortcuts.

- the .lua file used in the folder ..\Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\SA342\Input\keyboard 
for adding keyboard shortcuts.

The FLARE DISPENSER section will be added to the configurable list.

Enjoy 😉

or use the JsGME / OvGME if you use the  default.lua files

SA342 Flare Dispenser.zip 17.59 kB · 6 downloads

 

Thanks a lot ,  the problem solved!!

Who the hell are you? work for Polychop one of the developer?

  • Recently Browsing   0 members

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