mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Renamed CTLD plugin settings to Retribution, as well as some other miscellaneous files too.
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"nameInUI": "CTLD",
|
|
"defaultValue": true,
|
|
"specificOptions": [
|
|
{
|
|
"nameInUI": "Tailor CTLD for the Retribution specific missions",
|
|
"mnemonic": "tailorctld",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "Create logistic unit in each pickup zone",
|
|
"mnemonic": "logisticunit",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "CTLD Use smoke in zones",
|
|
"mnemonic": "smoke",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "Automatically spawn crates for airlift",
|
|
"mnemonic": "airliftcrates",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"nameInUI": "Use real sling loading",
|
|
"mnemonic": "slingload",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"nameInUI": "JTAC Autolase",
|
|
"mnemonic": "autolase",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "JTAC Use smoke",
|
|
"mnemonic": "jtacsmoke",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "JTAC Use FC3 laser code (1113)",
|
|
"mnemonic": "fc3LaserCode",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"nameInUI": "CTLD Debug",
|
|
"mnemonic": "debug",
|
|
"defaultValue": false
|
|
}
|
|
],
|
|
"scriptsWorkOrders": [
|
|
{
|
|
"file": "CTLD.lua",
|
|
"mnemonic": "ctld-script"
|
|
}
|
|
],
|
|
"configurationWorkOrders": [
|
|
{
|
|
"file": "ctld-config.lua",
|
|
"mnemonic": "ctld-config"
|
|
}
|
|
]
|
|
} |