Originally Posted by Malan
In the case of BigWigs though aren't each of those registering as individual modules? The WoW client actually checks for addons inside other addon paths?
|
The WoW client checks for the toc file in the root directory of the addon and ignores all of the other ones in sub directories, what BigWigs does is loads all of the modules assuming they're still packed into BigWigs/ and then contains other code that'll load the addons if they were unpacked.
Specifically, the toc in BigWigs loads Plugins/Modules.xml which loads all of the packed modules if they don't exist because they were moved out then it'll just fail silently.
(About to run, had to make this quick)