mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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:
43
resources/plugins/ctld/plugin.json
Normal file
43
resources/plugins/ctld/plugin.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user