diff --git a/Lua-Plugins.md b/Lua-Plugins.md index 5c407c2..d2a5f6e 100644 --- a/Lua-Plugins.md +++ b/Lua-Plugins.md @@ -1,8 +1,6 @@ # LUA Plugin system -**Note**: Plugins are a Liberation 2.2 feature, which is currently in preview. The features described on this page will not work with Liberation 2.1 or earlier. - -This plugin system was made for injecting LUA scripts in dcs-liberation missions. +This plugin system was made for injecting LUA scripts in dcs-Retribution missions. The resources for the plugins are stored in the `resources/plugins` folder ; each plugin has its own folder. @@ -14,7 +12,7 @@ This file is the description of the plugin. ### plugin.json -The *base* and *jtacautolase* plugins both are included in the standard dcs-liberation distribution. +The *base* and *jtacautolase* plugins both are included in the standard dcs-Retribution distribution. You can check their respective `plugin.json` files to understand how they work. Here's a quick rundown of the file's components : @@ -36,7 +34,7 @@ Here's a quick rundown of the file's components : ### The *base* plugin -The *base* plugin contains the scripts that are going to be injected in every dcs-liberation missions. +The *base* plugin contains the scripts that are going to be injected in every dcs-Retribution missions. It is mandatory. ### CTLD plugin @@ -44,16 +42,14 @@ Complete Troops and Logistics Deployment for DCS World written by ciribob (https The CTLD plugin allows special options to pickup and deploy troops as well as spawn and sling load cargo crates. The CTLD plugin also provides the JTAC Autolase function which allows a JTAC Drone to be used to lase enemy targets at the front line. -Special options in the LUA Options dialog allow to customize this plugin to the personal needs. This plugin is tailored to the special needs of DCS Liberation using a lua script. It is possible to disable the liberation specific adoptions which allows all default functionialities of the CTLD plugin like spawning any type of crate or adding custom units or zones within the Mission Editor which will be used by CTLD. Please read the [GitHub Documentation](https://github.com/ciribob/DCS-CTLD) of CTLD if you want to use these special options. - -_This plugin will be introduced with Liberation 6.0.0_ +Special options in the LUA Options dialog allow to customize this plugin to the personal needs. This plugin is tailored to the special needs of DCS Retribution using a lua script. It is possible to disable the Retribution specific adoptions which allows all default functionialities of the CTLD plugin like spawning any type of crate or adding custom units or zones within the Mission Editor which will be used by CTLD. Please read the [GitHub Documentation](https://github.com/ciribob/DCS-CTLD) of CTLD if you want to use these special options. ### Skynet plugin An IADS (Integrated Air Defence System) script for DCS (Digital Combat Simulator) written by walder (https://github.com/walder/Skynet-IADS) ### The *JTACAutolase* plugin -This plugin replaces the vanilla JTAC functionality in dcs-liberation. +This plugin replaces the vanilla JTAC functionality in dcs-Retribution. ### The *VEAF framework* plugin