mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"nameInUI": "Skynet IADS (NOT WORKING FOR BUILDS > #3478)",
|
|
"defaultValue": false,
|
|
"specificOptions": [
|
|
{
|
|
"nameInUI": "create IADS for RED coalition",
|
|
"mnemonic": "createRedIADS",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "create IADS for BLUE coalition",
|
|
"mnemonic": "createBlueIADS",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "Include RED IADS in radio menu",
|
|
"mnemonic": "includeRedInRadio",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "Include BLUE IADS in radio menu",
|
|
"mnemonic": "includeBlueInRadio",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "Generate debug information for RED IADS",
|
|
"mnemonic": "debugRED",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"nameInUI": "Generate debug information for BLUE IADS",
|
|
"mnemonic": "debugBLUE",
|
|
"defaultValue": false
|
|
}
|
|
],
|
|
"scriptsWorkOrders": [
|
|
{
|
|
"file": "skynet-iads-compiled.lua",
|
|
"mnemonic": "skynetiads-script"
|
|
}
|
|
],
|
|
"configurationWorkOrders": [
|
|
{
|
|
"file": "skynetiads-config.lua",
|
|
"mnemonic": "skynetiads-config"
|
|
}
|
|
]
|
|
} |