Thread: Libs folders
View Single Post
05/11/21, 08:23 AM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Short answer:
For each lib in root, delete those in sub-folders to be sure.

Long answer:
There are 3 ways to use libs:
  1. Embedded. The lua files are loaded as part of the main addon. Out-dated!
  2. Bundled. The libs are in sub-folders, but have their own txt file, with the same name. Versioning is done by the ESO client.
  3. Stand-alone. Good for "Minion", to keep them up-to-date automatically.

The "embedded" way is the one which can break everything. The ESO client can not prevent loading duplicates, Minion does not even know they are there.
  Reply With Quote