okopanja / SharkPlanner

SharkPlanner is a mod for entry of waypoints into ABRIS and PVI-800
GNU General Public License v3.0
5 stars 2 forks source link

Support BS3 version 2011 #2

Closed okopanja closed 1 year ago

okopanja commented 1 year ago

Version 2011 has identical ABRIS modes as BS2, however BS3 2022 and BS2011 share the same name: "Ka-50_3"

Proper support can be implemented until the distinction can be reliably made.

Possible solution is described here: https://forum.dcs.world/topic/164638-bagi-ka-50/?do=findComment&comment=5148480

okopanja commented 1 year ago

It appears the best way to detect is asking of device that does not exist. E.g. GetDevice(64) returns nil in case of 2011 and device object for 2022...

okopanja commented 1 year ago

Resolved