pokeraccio Posted November 1, 2021 Posted November 1, 2021 (edited) Hi, no such trouble here. Edited November 1, 2021 by pokeraccio Pokeraccio Forum: Pokeraccio F/A-18C Hornet - Weapons QRH Quick Reference Handbook / Checklist / Kneeboard User Files: Pokeraccio F/A-18C Hornet - Weapons QRH Quick Reference Handbook / Checklist / Kneeboard User Files: Spitfire LF Mk.IX QRH / Checklist / Pilot's Note Kneeboard by Pokeraccio
ASW Posted November 1, 2021 Author Posted November 1, 2021 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
Xtorris Posted November 1, 2021 Posted November 1, 2021 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: Go to DCS World OpenBeta\Mods\aircraft\F14\Input\F-14B-Pilot\keyboard and open default.lua Run the "Find" command, and enter the phrase HSD Course: 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.
Recommended Posts