View Single Post
11-08-06, 11:26 AM   #15
Zyonin
Coffee powered Kaldorei
 
Zyonin's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 1,443
Your File tree should like this;

Interface
- AddOns
-- AddOn1
--- AddOn1 File (example: AddOn1.toc)
--- AddOn1 File (example: AddOn2.lua)
-- AddOn2
--- AddOn2 File (example: AddOn2.toc)
--- AddOn2 File (example: AddOn2.lua)

So in the case of Bongos

Interface
- AddOns
-- Bongons
--- Bongos.toc
--- main.lua
--- other Bongos file
--- other Bongos file
-- Bongos_Options
--- BongosOptions.toc
--- menu.lua
--- other BongosOptions file
--- other BongosOpionss file
etc.
  Reply With Quote