flo57100 Posted March 14, 2016 Posted March 14, 2016 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
_Randolph93 Posted March 14, 2016 Posted March 14, 2016 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. .
Cibit Posted March 14, 2016 Posted March 14, 2016 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] Adding JTAC Guide //My Vid's//229th AHB
Cibit Posted March 16, 2016 Posted March 16, 2016 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] Adding JTAC Guide //My Vid's//229th AHB
flo57100 Posted March 17, 2016 Author Posted March 17, 2016 Thank you very much, I Will try this when going home after work :-)
flo57100 Posted March 17, 2016 Author Posted March 17, 2016 Hi, I just tried it, unfortunetaly it doesn't work
Cibit Posted March 17, 2016 Posted March 17, 2016 I'll look into it and get back ASAP 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] Adding JTAC Guide //My Vid's//229th AHB
Recommended Posts