View Single Post
05-13-09, 02:25 AM   #18
Bluspacecow
Giver of walls of text :)
 
Bluspacecow's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 770
Originally Posted by JAG2_1977 View Post
man did i just learn alot in two posts. formed a few wrinkles in my brain from reading all that. (wrinkles are the physical/biological reaction to new information being retained in long term memory. lol)
If it helps to make things simpler on you when installing other addons ....

The wow client will only look 1 branch down when looking for a toc file to load. A toc file is a file called something like addonname.toc

Only 1 branch of the tree deep.

IE

/Applications/World Of Warcraft/Interface/Addons/AddonA/AddonA.toc

= WIN ! (ie it should load and have an entry in the addons screen , selectable from the character screen). It's always going to be like this no matter how many parts an addon has.

/Applications/World Of Warcraft/Interface/Addons/AddonA3.2/AddonA/AddonA.toc

/Applications/World Of Warcraft/Interface/Addons/AddonA3.2/AddonAOptions/AddonA.toc

= FAIL !

The last example won't work because theres no toc files at that 1st level of the tree for our poor wow client to see. So for example Auctioneer unzips into about 9 folder , each with a toc file inside it. It's those 9 folders you put in your addons folder not the folder it unzips to.

So when trying a new addon for the first time remember : The wow client will only look 1 level deep in the tree.

Is that a bit clearer for you

PS Don't worry about the whole mac thing. Many addon authors and addon site admins use them as well (off the top of my head Kaelten,ck knight , netcurse...)
__________________
tuba_man on Apple test labs : "I imagine a brushed-aluminum room with a floor made of keyboards, each one plugged into a different test box somewhere. Someone is tasked with tossing a box full of cats (all wearing turtlenecks) into this room. If none of the systems catch fire within 30 minutes, testing is complete. Someone else must remove the cats. All have iPods." (http://community.livejournal.com/tec...t/2018070.html)