Jump to content

Recommended Posts

Posted

The course that the aircraft carrier is moving is disappearing. Later I got 45, but 46 disappeared. Pay attention when you come in for landing and adjust the ship's course.

GreyCat_SPb

 

Posted

The issue is not numbers missing, but the course knob spinning too fast, due to its current pressed value.

(Optional) If you want to change how fast the HSD course knob spins, do this:

 

  1. Go to DCS World OpenBeta\Mods\aircraft\F14\Input\F-14B-Pilot\keyboard and open default.lua
  2. Run the "Find" command, and enter the phrase HSD Course:
  3. You are looking for these two lines:

{pressed = device_commands.HSD_Knob_Course, cockpit_device_id=devices.HSD, value_pressed = 0.001, value_up = 0, name = _('HSD Course Knob Inc'), category = _('PDCP')},
{pressed = device_commands.HSD_Knob_Course, cockpit_device_id=devices.HSD, value_pressed = -0.001, value_up = 0, name = _('HSD Course Knob Dec'), category = _('PDCP')},
 

Changing the values to half as much will cause the knob to spin half as fast. I.E. 0.0005 and -0.0005 respectively.

  • Recently Browsing   0 members

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