Plugin Support - TrevorBarns/luxart-vehicle-control GitHub Wiki
Introduction
Plugins are an easy way to add additional functionality Luxart Vehicle Control. Plugins provide the necessary files to run seamlessly with the base resource. The functionality provided in plugins can easily be integrated with main menu if you so decide, but by default are placed in a "Plugins" submenu.
Current Available Plugins
Installation
- Enable plugin support by setting
plugins_installed
to true located inlvc/SETTINGS.lua
. - Copy the desired plugin folder from the release .zip to the PLUGINS folder.
- Configure the desired plugin to your liking using
/PLUGINS/XXXXX/SETTINGS.lua
. More information can be found on the desired plugins wiki page.