Ronny Röhricht 2f53edd775
Add plugin for exporting RED and BLUE threat circles to LotATC.
Implemented as a plugin because LotATC needs actual lat/lon, and the only APIs for those are in lua.

Fixes https://github.com/Khopa/dcs_liberation/issues/956.
2021-04-17 00:55:06 -07:00

33 lines
797 B
JSON

{
"nameInUI": "LotATC Export",
"defaultValue": false,
"specificOptions": [
{
"nameInUI": "Export RED AA",
"mnemonic": "exportRedAA",
"defaultValue": true
},
{
"nameInUI": "Export BLUE AA",
"mnemonic": "exportBlueAA",
"defaultValue": false
},
{
"nameInUI": "Export AA Symbols",
"mnemonic": "exportSymbols",
"defaultValue": true
}
],
"scriptsWorkOrders": [
{
"file": "LotAtcExport.lua",
"mnemonic": "LotAtcExport-script"
}
],
"configurationWorkOrders": [
{
"file": "LotAtcExport-config.lua",
"mnemonic": "LotAtcExport-config"
}
]
}