mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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.
This commit is contained in:
33
resources/plugins/lotatc/plugin.json
Normal file
33
resources/plugins/lotatc/plugin.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user