Jump to content

Heatblur, can you shed light why some keybinds still haven't been implemented?


Recommended Posts

Posted

I don't understand why certain basic actions still don't have keybinds or axis assignments, such as adjusting the HSD course knob or the heading knob or the various volume knobs of the different radios, ICS, RWR, etc.

 

The ability to map all working knobs and switches to my hotas or my keyboard is something I would have thought would be possible by now.

Adjusting the ship's BRC using the HSD course knob is cumbersome with the mouse while trying to fly the pattern at the same time, versus just twisting a rotary on my throttle (if it was allowable as an axis) or pushing a key on the keyboard with my left hand.

 

For how complete it is, the F-14 is lacking in this area, while the F-18 has way more ways you can map actions and especially axis assignments.

 

When does Heatblur plan on filling in these gaps?

Posted

Until then ...

 

https://forums.eagle.ru/showpost.php?p=3877480&postcount=118

 

Add to "C:\DCS World\Mods\aircraft\F14\Input\F-14B-Pilot\keyboard\default.lua":

 

{pressed=device_commands.HSD_Knob_Course, 	up=device_commands.HSD_Knob_Course, 	cockpit_device_id=devices.HSD, value_pressed=0.0028, 	value_up=0.0, 							name=_('HSD: Course Knob [+1° very fine] - CW'), 				category=_('[19_CTR] HSD (Horizontal Situation Display')}, -- *** CUSTOM ***
{pressed=device_commands.HSD_Knob_Course, 	up=device_commands.HSD_Knob_Course, 	cockpit_device_id=devices.HSD, value_pressed=-0.0028, 	value_up=0.0, 							name=_('HSD: Course Knob [-1° very fine] - CCW'), 				category=_('[19_CTR] HSD (Horizontal Situation Display')}, -- *** CUSTOM ***
{pressed=device_commands.HSD_Knob_Heading, 	up=device_commands.HSD_Knob_Heading, 	cockpit_device_id=devices.HSD, value_pressed=0.0028, 	value_up=0.0, 							name=_('HSD: Heading Knob [+1° very fine] - CW'), 				category=_('[19_CTR] HSD (Horizontal Situation Display')}, -- *** CUSTOM ***
{pressed=device_commands.HSD_Knob_Heading, 	up=device_commands.HSD_Knob_Heading, 	cockpit_device_id=devices.HSD, value_pressed=-0.0028, 	value_up=0.0, 							name=_('HSD: Heading Knob [-1° very fine] - CCW'), 				category=_('[19_CTR] HSD (Horizontal Situation Display')}, -- *** CUSTOM ***

  • Recently Browsing   0 members

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