Jump to content

Duplicate entry in Controls Section for Viggen AJS37


Recommended Posts

Posted

The Magnectic Declination Cover Open/Close appears twice in the controls section of the AJS37 Viggen

 

 

Thought you may like to know. It does not affect anything but is an easy fix

Posted

Screen-201002-182644.png

 

Here are some more details for Heatblur.

 

Both keyboard/default.lua and joystick/default.lua are correct.

{down = 3742, cockpit_device_id = devices.FLIGHTDATAUNIT, value_down = 1.0, name = _('Magnetic Declination Cover Open/Close'), category = _('Navigation')}, -- added v1.3
mouse/default.lua is not correct. It is impossible to assign a mouse button to this command.

{down = 3402, up = 3402, cockpit_device_id = devices.FLIGHTDATAUNIT, value_down = 1.0, value_up = 0.0, name = _('Magnetic Declination Cover Open/Close'), category = _('Navigation')}, -- added v1.3
Replacing the mouse line with the keyboard or joystick line fixes the issue.

---

  • Recently Browsing   0 members

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