karasinicoff Posted December 6, 2021 Posted December 6, 2021 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
Tanuki44 Posted December 6, 2021 Posted December 6, 2021 (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 December 6, 2021 by Tanuki44 1 1
karasinicoff Posted December 8, 2021 Author Posted December 8, 2021 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?
Tanuki44 Posted December 8, 2021 Posted December 8, 2021 No, I just read some lua file of keyboard and joystick config. 1
Recommended Posts