i had to fix the DCS-BIOS File for the "Cat", after some typos from my side.
There i found some "incomplete" entry's not excluded in the clickabledata.lua
(here i get the data for DCS-BIOS)
1. line 696
-- Fire system
elements["PNT_15083"] = default_button(_("Fire Ext Bottle - Left"), devices.FIRE, device_commands.FIRESYSTEM_Bottle_Fire_L, cockpit_args.Fire_Ext_Button_Left)
[b]in the device.lua is no device for "devices.FIRE" so there is no number[/b]
2. line 1130
elements["PNT_VDI"] = default_button(_("VDI filter"),devices.VDI, device_commands.VDIG_VDI_filter, -1)
[b]no argument for the cockpit[/b]
3. line 1194
elements["PNT_DDD_CENTRw"] = default_button(_("DDD filter"),devices.RADAR, device_commands.RADAR_DDD_filter, -1)
[b]no argument for the cockpit[/b]
are these Bugs or "features"? ;)