View Single Post
04/27/19, 09:57 PM   #3
Drakanwulf
 
Drakanwulf's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2017
Posts: 50
And while we're processing ## DependsOn: and ## OptionalDependsOn: directives, would it be possible to make a list of add-ons to include based on the directory names in the ## DependsOn: directive and to delete/remove or ignore all files in any embedded directories whose names match a directory name in the ## DependsOn: or ##OptionalDependsOn: directive lists?

This enhancement would help prevent the game from trying to start at least a dozen or more extraneous, embedded, out of date, duplicate LibStub and LibAddonMenu-2.0 add-ons for every active player in the game.

It would be nice too, if Minion could check the .lua file names too in the load commands in the manifest file text areas for embedded library file names to prevent them from being loaded under the wrong AddOnVersion: directive number.

I would be happy to help with any project like this to enhance and simplify the add-on loading process.
  Reply With Quote