grunf Posted November 7, 2015 Posted November 7, 2015 ED, please add keys for weapons control, especially left/right missile selection and the seeker ("Missiles glowing"). :smartass:
Ramsay Posted November 7, 2015 Posted November 7, 2015 The L-39C beta is missing a lot of keybinds and I assume ED plan to add them later. For now, you can edit DCS World\Mods\aircraft\L-39C\Input\L-39C\keyboard\default.lua and add any missing keybinds you need until they do. By following the posts in this thread http://forums.eagle.ru/showthread.php?t=89226 Here is an example of keybinds to add Manual RSBN-5S azimuth and range keys, to adjust the RMI needle and PPD-2 range while looking forward i.e. in flight. --RSBN {combos = {{key = 'L'}}, down = device_commands.Button_12, up = device_commands.Button_12, cockpit_device_id = devices.RSBN_5, value_down = 1.0, value_up = 0.0, name = _('Listen ISKRA'), category = _('RSBN')}, --Start of my Addition {combos = {{key = 'A'}}, down = device_commands.Button_6, up = device_commands.Button_6, cockpit_device_id = devices.RSBN_5, value_down = 1.0, value_up = 0.0, name = _('SETTING_AZ - INC'), category = _('RSBN')}, {combos = {{key = 'A', reformers = {'LShift'}}}, down = device_commands.Button_6, up = device_commands.Button_6, cockpit_device_id = devices.RSBN_5, value_down = -1.0, value_up = 0.0, name = _('SETTING_AZ - DEC'), category = _('RSBN')}, {combos = {{key = 'D'}}, down = device_commands.Button_7, up = device_commands.Button_7, cockpit_device_id = devices.RSBN_5, value_down = 1.0, value_up = 0.0, name = _('RANGE - INC'), category = _('RSBN')}, {combos = {{key = 'D', reformers = {'LShift'}}}, down = device_commands.Button_7, up = device_commands.Button_7, cockpit_device_id = devices.RSBN_5, value_down = -1.0, value_up = 0.0, name = _('RANGE - DEC'), category = _('RSBN')}, --End of my addition i9 9900K @4.8GHz, 64GB DDR4, RTX4070 12GB, 1+2TB NVMe, 6+4TB HD, 4+1TB SSD, Winwing Orion 2 F-15EX Throttle + F-16EX Stick, TPR Pedals, TIR5, Win 11 Pro x64, Odyssey G93SC 5120X1440
Ramsay Posted November 7, 2015 Posted November 7, 2015 The latest patch has added lots of new keybinds - no need for messy default.lua edits. i9 9900K @4.8GHz, 64GB DDR4, RTX4070 12GB, 1+2TB NVMe, 6+4TB HD, 4+1TB SSD, Winwing Orion 2 F-15EX Throttle + F-16EX Stick, TPR Pedals, TIR5, Win 11 Pro x64, Odyssey G93SC 5120X1440
gospadin Posted November 7, 2015 Posted November 7, 2015 The latest patch has added lots of new keybinds - no need for messy default.lua edits. Yup, all it's missing is 3-position switch support, but those are easy edits. My liveries, mods, and missions for DCS:World M-2000C English Cockpit | Extra Beacons Mod | Nav Kneeboard | Community A-4E
Recommended Posts