Archive for the ‘world of warcraft addons’ Category
The Basics : Your [World of Warcraft] directory is where your game was installed, and where your WoW.exe program file is located. For some people this will be : C:\ProgramFiles\World of Warcraft For others it could be : C:\World of Warcraft or even D:\WoW
e.g. C:\World of Warcraft\Interface\AddOns
NOTE Just to be absolutely crystal clear; If you installed the game in D:\WoW, then creating another folder structure called C:\World of Warcraft\Interface\AddOns and installing AddOns there will do nothing for you. You MUST install AddOns to the D:\WoW\Interface\AddOns folder.
Lets try and show some Examples :
An AddOn called “Wibbly” This AddOn just contains 3 files : Wibbly.toc Wibbly.xml Wibbly.lua
\Wibbly\Wibbly.toc \Wibbly\Wibbly.xml \Wibbly\Wibbly.lua
[World of Warcraft]\Interface\AddOns\Wibbly\Wibbly.toc [World of Warcraft]\Interface\AddOns\Wibbly\Wibbly.xml [World of Warcraft]\Interface\AddOns\Wibbly\Wibbly.lua
Some authors will INCLUDE the \Interface\AddOns folders within their Zip files. So for example, some author has created an AddOn called “Wobbly” in the following Zip file with the following directory structure : \Interface\AddOns\Wobbly\Wobbly.toc \Interface\AddOns\Wobbly\Wobbly.xml \Interface\AddOns\Wobbly\Wobbly.lua \Interface\AddOns\Wobbly\Graphics\WobblyIcon.blp
(Note that in this example the author has also included sub-folders within his own AddOn directory - in this case he has specified a spearate directory to contain graphics files which are usually .blp or .tga files. You must retain this folder structure when you install an AddOn, otherwise it won’t be able to find some of its files and will probably not work. For example, if you did not keep the Gaphics folder above in its correct place, then the AddOn may seem to work, but it would be unable to find the WobblyIcon.blp picture and you would probably just see a green square instead of what the author intended you to see.)
Common Mistakes of the Absolute Beginner For example if you were do download the “Wobbly” AddOn mentioned above, then the following directory structures are WRONG : [World of Warcraft]\Interface\AddOns\Interface\AddOns\Wobbly\Wobbly.toc, etc. -this is wrong because the \Interface\AddOns folder included in the AddOn zip file, has been unzipped in to the \Interface\AddOns folder again.
-this is wrong because the Zip file has simply been copied in to the \Interface\AddOns folder instead of being properly un-zipped.
-this is wrong because the Wobbly AddOn files have been extracted directly in to the \Interface\AddOns folder; i.e. the Wobbly.toc file should be in a folder called \Wobbly.
[World of Warcraft]\Interface\AddOns\Wobbly\Wobbly.toc [World of Warcraft]\Interface\AddOns\Wobbly\Wobbly.xml [World of Warcraft]\Interface\AddOns\Wobbly\Wobbly.lua [World of Warcraft]\Interface\AddOns\Wobbly\Graphics\WobblyIcon.blp
Don’t know how to get world of warcraft addons to work? READ THIS! 1. Download the world of warcraft addons you want. I hope this guide helps. And if you could CURSE REPRESENTATIVES please make this sticky so everyone can see it. I appreciate it.
|