Plugins

From Vendetta Lua
Revision as of 00:24, 15 November 2023 by Uldfert (Talk | contribs) (Updated links/descriptions, and added new links.)

Jump to: navigation, search

Plugins are a way to add functionality to Vendetta Online.

To create a plugin, create a 'plugins' folder where VO is installed. For MacOS X, you will need to go inside the Vendetta Online bundle.
Then create a folder with the name of your plugin.
Then in that folder, create a main.lua file. This file will be loaded with VO starts up or when ReloadInterface() is called. This will also happen when the resolution is changed.

Links:

[1] Vendetta-Online Unofficial Plugin Repository (VOUPR)
[2] "vo-wiki plugins" list of active plugins.
[3] "Community Projects" vendetta forum.
[4] "Plugins" thread within "Community Projects" vendetta forum.
[5] GitHub search.
[6] Plug-in scripting tutorial