Files
dcs-retribution/resources/plugins/ctld/plugin.json
RndName de148dbb61 Add CTLD script and update JTACAutoLase config
- Added the CTLD script
- Removed the previous jtacautolase script
- Updated the configuration to allow the JTACAutoLase function to work
- Added the JTac name, freq and mod to the lua
2022-06-09 22:45:29 +02:00

43 lines
1.0 KiB
JSON

{
"nameInUI": "CTLD",
"defaultValue": true,
"specificOptions": [
{
"nameInUI": "CTLD Use smoke in zones",
"mnemonic": "smoke",
"defaultValue": true
},
{
"nameInUI": "JTAC Autolase",
"mnemonic": "autolase",
"defaultValue": true
},
{
"nameInUI": "JTAC Use smoke",
"mnemonic": "jtacsmoke",
"defaultValue": true
},
{
"nameInUI": "Use FC3 laser code (1113)",
"mnemonic": "fc3LaserCode",
"defaultValue": false
},
{
"nameInUI": "CTLD Debug",
"mnemonic": "ctld-debug",
"defaultValue": false
}
],
"scriptsWorkOrders": [
{
"file": "CTLD.lua",
"mnemonic": "ctld-script"
}
],
"configurationWorkOrders": [
{
"file": "ctld-config.lua",
"mnemonic": "ctld-config"
}
]
}