View Single Post
Old 11-25-2002, 08:00 PM   #24
Xymarra
Manaetic Prototype IX
 
Join Date: Sep 2002
Server: E'Ci
Posts: 501
Interface Author - Click to view interfaces
Default

Actually, a slightly cleaner way to accomplish the same end is to delete EQUI.xml from your own directory entirely. Then, in the first loaded file that you modify, insert your includes at the beginning:

Code:
<?xml version = "1.0"?> <XML ID = "EQInterfaceDefinitionLanguage"> <Composite> <Include>Gauges.xml</Include> <Include>Gems.xml</Include> <Include>ThinBorder.xml</Include> <Include>Deco.xml</Include> </Composite>


For me, this is in EQUI_Animations.xml.
Xymarra is offline   Reply With Quote