View Single Post
05-12-09, 11:34 AM   #10
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
YOu *always* need the sub-folders.

Every mod distributed starts with a folder name that is typically the same as the name of the mod itself that contains a {mod_name}.toc file among other things... typically also a {mod_name}.lua and/or a {mod_name}.xml file.

For example... with nUI's latest development release you have the following...

Code:
 nUI_5.03.02_Dev.zip > nUI -- nUI.toc
                       |----- bindings.xml
                       |----- Bars ------ nUI_Button.lua
                               |--------- nUI_ButtonBar.lua
   
 (etc)
In this case, the "nUI" directory at the root of the ZIP file the one that you want to pick up and copy to the [ Interface > AddOns ] directory.

The same would be true of any other mod you download... it's always the directory at the very root of the ZIP file that you want to copy to the [ Interface > AddOns ] directory. If the mod is like Carbonite and has multiple directories at the root of the ZIP file, then you need to copy all of those directories to the [ Interface > AddOns ] directory.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/

Last edited by spiel2001 : 05-12-09 at 11:36 AM.