View Single Post
08/07/17, 09:52 AM   #5
silvereyes
 
silvereyes's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2015
Posts: 66
Originally Posted by ZOS_ChipHilseberg View Post
3) Manifest files must have the same name as the directory they are in to be processed. This prevents ReadMe.txt files from being picked up as addons (along with other stray .txts)....[snip]

The main benefit of these changes is that it allows an addon to embed its libraries as addons instead of loading the files as part of the main addon manifest.
I like the change to txt file processing, but I think there will only be a few libraries that want to go the full addon route. Users don't need to see "LibAsync", "LibTimeout", "LibLootSummary", "LibCustomMenu", etc. These are technical implementation libraries that will only serve to confuse users if they see them in their addons list. Perhaps if they were grouped together in a Libraries section of the addons list that is collapsed/hidden by default, it would reduce the confusion.
  Reply With Quote