View Single Post
Old 09-11-2003, 11:25 PM   #92
Diivious
A Ghoul
 
Join Date: Sep 2003
Server: XEV
Posts: 13
Default Misc fixs for the infiniti series...

All,

For those that would prefer a textured background to the inventory window, you canto edit: EQUI_Inventory.xml

Find:
<!-- IS_L_EAR 1 -->

Add before this line:
<Ui2DAnimation item="Infiniti-InvBG">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces_i3.tga</Texture>
<Location>
<X>128</X>
<Y>40</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>

<StaticAnimation item="A_InvBG">
<ScreenID>A_InvBG</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>290</CX>
<CY>334</CY>
</Size>
<Animation>Infiniti-InvBG</Animation>
</StaticAnimation>

Find (End of file):
<Style_Sizable>false</Style_Sizable>
<Pieces>InvSlot1</Pieces>

Change to:
<Style_Sizable>false</Style_Sizable>
<Pieces>A_InvBG</Pieces>
<Pieces>InvSlot1</Pieces>


Good lock :-)
-diivious
Diivious is offline   Reply With Quote