mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
* Move the UI code out of the plugin logic. * Add types where needed. * Move into game package. * Improve error handling. * Simplify settings behavior. * Don't load disabled plugins. * Remove knowledge of non-base plugins from game generation. Fixes https://github.com/Khopa/dcs_liberation/issues/311
21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"skipUI": true,
|
|
"nameInUI": "",
|
|
"defaultValue": true,
|
|
"specificOptions": [],
|
|
"scriptsWorkOrders": [
|
|
{
|
|
"file": "mist_4_3_74.lua",
|
|
"mnemonic": "mist"
|
|
},
|
|
{
|
|
"file": "json.lua",
|
|
"mnemonic": "json"
|
|
},
|
|
{
|
|
"file": "dcs_liberation.lua",
|
|
"mnemonic": "liberation"
|
|
}
|
|
],
|
|
"configurationWorkOrders": []
|
|
} |