View Single Post
05-29-13, 01:22 PM   #6
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by Dridzt View Post
Or you could put all locales into one file so the game loads just the one....

(and use GetLocale() to process the relevant section)

Loading delays are caused in part by the game seeking to a file (sometimes not finding it and writing to FrameXML.log and so on)

If you use one file to keep all your locales that's not an issue.
Yeah, i curretly using this method, but still a lot of time seems to go to waste since you wont ever use most of them.
  Reply With Quote