Community-A-4E / community-a4e-c

The Community Repo for A-4E-C and its Official Submods
598 stars 87 forks source link

add compass device #204

Open WarLord211 opened 4 years ago

WarLord211 commented 4 years ago

Hi im one of the developer of DCS BIOS. After your 1.4 Beta release i checked our A4 Module for changes and i found that the device for the Compass it missing.

clickable.lua; line 276 -- COMPASS CONTROLLER elements["PNT_509"] = default_axis_limited("Compass latitude knob", devices.COMPASS, device_commands.COMPASS_latitude, 509, 0, 0.3, false, false, {-1,1}) ..................................

in the devices.lua is no entry for COMPASS so i cant programm it.

Is this ok or is there somesthing missing?

heclak commented 4 years ago

That's just the initial implementation of the panel. The logic for that system has not been coded but I made the panel clickable for now in case someone is interested in figuring out the compass controller system.

I have to be the one implementing the click spots as those can only be implemented in the EDM files. Once the clickables are defined, anyone can contribute to coding the systems.

callmepartario commented 3 years ago

where are we with this now on the EFM, OP?