View Single Post
Old 08-24-2003, 01:40 PM   #4
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

IF you have a custom EQUI_Animations.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<TextureInfo item = "window_pieces04.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>

ADD:

<TextureInfo item = "window_pieces06.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>
<TextureInfo item = "window_pieces07.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>

Find:

<TextureInfo item = "dragitem26.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>

ADD:

<TextureInfo item = "dragitem27.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>

Find:

<Frames>
<Texture>dragitem26.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>

ADD:

<Frames>
<Texture>dragitem27.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>

/edit Thanks for picking up on a typo for me Cvamian.
Cairenn is offline