Thread Tools Display Modes
10-06-05, 11:29 AM   #1
Thirsterhall
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Feb 2005
Posts: 14
Use Framxml outisde the Interface dir?

Is is possible to point to a framexml dir ouside the standard wow/interface dir?

If not an option for that would be great. When playing/testing and having all the bliz stuff in there it can cause some problems, besides it just slows down the loading of wow. I'd like to move all that outside the wow path so as to not interfear with wow.
  Reply With Quote
10-06-05, 12:22 PM   #2
Cogwheel
Sans Poisson
 
Cogwheel's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2005
Posts: 237
I agree. After extracting all the interface files, it took 1.5 to 2 times longer for me to enter the world.
  Reply With Quote
10-06-05, 02:10 PM   #3
elsewhere
A Murloc Raider
 
elsewhere's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2005
Posts: 7
move your ENTIRE interface folder where ever you want it.
then open wowuides.exe.config in a suitable editor
find and change
Code:
<setting name="WoWPathOverride" serializeAs="String">
                <value />
            </setting>
to
Code:
<setting name="WoWPathOverride" serializeAs="String">
                <value>root of where ever you put interface</value>
            </setting>
by root, i mean if you copied it to c:\
that is root
where as desktop would be
c:\Documents and Settings\{username}\Desktop\
you can noiw go back into the wow folder and get rid of all the custom ui kit crap
  Reply With Quote
10-06-05, 04:39 PM   #4
Valconeye
A Deviate Faerie Dragon
 
Valconeye's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 10
Ah much better , for me when i have the framexml files in my real interface folders whenever i reload my ui i lose my savedvariables.

This will also help the ui designer (for me) load faster so it doesnt have to load alll of my addons.
  Reply With Quote
10-07-05, 10:38 PM   #5
abraha
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Oct 2005
Posts: 5
So people don't make the same mistake as I do, it should be mentioned that you have to actually put the FrameXML in a directory called "Interface". The WoWPathOverride expects to see Interface\FrameXML\etc. under whatever value you put in.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Use Framxml outisde the Interface dir?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off