Acer Posted October 1, 2020 Posted October 1, 2020 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
Flappie Posted October 2, 2020 Posted October 2, 2020 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.3mouse/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.3Replacing the mouse line with the keyboard or joystick line fixes the issue. ---
Recommended Posts