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
This commit is contained in:
RndName
2022-04-02 14:12:40 +02:00
parent 0a7ded4052
commit de148dbb61
10 changed files with 6550 additions and 805 deletions

View File

@@ -0,0 +1,43 @@
{
"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"
}
]
}