View Single Post
09-01-11, 03:58 PM   #32
dreamcatcher
A Black Drake
 
dreamcatcher's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2010
Posts: 82
Another question here.

Before I started making my in-game GUI with Ace3 I had my addon split in 3 files one was my work on the actionbars the other was all the frames I made for my addon then the last was for the minimap, tolltip, watchframe, and chat. Then I had a config file for all 3 files. It would pull frome the other files with the comand
local _, DreamTweaks = ...
local cfg = DreamTweaks.Config

My question is with ace3 how can you do that same thing? The only way I have seen and have gotten help in making the GUI was to put all of my code in one core file and have one config file with the ACE3 options.

Last edited by dreamcatcher : 09-02-11 at 01:42 AM.
  Reply With Quote