Jump to content

Recommended Posts

Posted

Hi guys, a question about doppler navigation system control panel, on the copilot side: Do we have available keybinding to input range, heading, offside path and to switch sysrem on/off ? Will we have it in a future update ? Those keybindings would help a lot, we would be able to enter parameters without having to leave flight controls to take the mouse

Posted

Hi, the control panel unfortunately does not have key bindings, only doppler navigation system on/off on the upper right panel has.As for the future I have not seen any mention about it.

.

Posted

We have a mod in the 229th that adds extra programmable commands. Will check to see if Doppler control s can be added and let you know

i5 8600k@5.2Ghz, Asus Prime A Z370, 32Gb DDR4 3000, GTX1080 SC, Oculus Rift CV1, Modded TM Warthog Modded X52 Collective, Jetseat, W10 Pro 64

[sIGPIC][/sIGPIC]

Posted

You can definately add shortcuts to the doppler via some lines of code

 

Try adding this to your Mods/aircraft/Mi-8MTV2/input/mi8-MTV2/Keyboard

 

{down = device_commands.Button_2, up = device_commands.Button_2, cockpit_device_id = devices.DISS_15, value_down = 1.0, value_up = 0.0, name = 'Coordinates Calculator OFF', category = "ADDED"},
{down = device_commands.Button_3, up = device_commands.Button_3, cockpit_device_id = devices.DISS_15, value_down = 1.0, value_up = 0.0, name = 'Coordinates Calculator ON', category = "ADDED"},
{down = device_commands.Button_4, up = device_commands.Button_4, cockpit_device_id = devices.DISS_15, value_down = 1.0, value_up = 0.0, name = 'Map Angle Decrease', category = "ADDED"},
{down = device_commands.Button_5, up = device_commands.Button_5, cockpit_device_id = devices.DISS_15, value_down = 1.0, value_up = 0.0, name = 'Map Angle Increase', category = "ADDED"},
{down = device_commands.Button_6, up = device_commands.Button_6, cockpit_device_id = devices.DISS_15, value_down = 1.0, value_up = 0.0, name = 'Path km Decrese', category = "ADDED"},
{down = device_commands.Button_7, up = device_commands.Button_7, cockpit_device_id = devices.DISS_15, value_down = 1.0, value_up = 0.0, name = 'Path km Increase', category = "ADDED"},
{down = device_commands.Button_8, up = device_commands.Button_8, cockpit_device_id = devices.DISS_15, value_down = 1.0, value_up = 0.0, name = 'Deviation km Decrease', category = "ADDED"},
{down = device_commands.Button_9, up = device_commands.Button_9, cockpit_device_id = devices.DISS_15, value_down = 1.0, value_up = 0.0, name = 'Deviation km Increase', category = "ADDED"},

 

All credit goes to the clever chaps at 229th AHB

i5 8600k@5.2Ghz, Asus Prime A Z370, 32Gb DDR4 3000, GTX1080 SC, Oculus Rift CV1, Modded TM Warthog Modded X52 Collective, Jetseat, W10 Pro 64

[sIGPIC][/sIGPIC]

  • Recently Browsing   0 members

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