EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Help ! ? ! ? (http://www.eqinterface.com/forums/forumdisplay.php?f=16)
-   -   Need help with missing image in Achievement window (http://www.eqinterface.com/forums/showthread.php?t=21477)

Sinistrad 08-29-2014 06:32 PM

Need help with missing image in Achievement window
 
http://tinypic.com/r/9k47ki/8
Hi all, how do I get the image of CotF to show? currently it is just a black square(should be below RoF image)

moonfish 08-29-2014 07:15 PM

Update your EQUI_Animations.xml file. The following should be placed after the </Ui2DAnimation> tag which closes the segment begun by "<Ui2DAnimation item="A_ROFSelected">" (which you can search for).

Code:
<Ui2DAnimation item="A_COTF"> <Frames> <Texture>EQ_expansion_logos2.tga</Texture> <Location> <X>0</X> <Y>96</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_COTFHover"> <Frames> <Texture>EQ_expansion_logos2.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_COTFSelected"> <Frames> <Texture>EQ_expansion_logos2.tga</Texture> <Location> <X>0</X> <Y>160</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation>


If the "A_COTF..." tags are already there just make sure they reference EQ_expansion_logos2.tga and maybe try copying that file from the default folder to your custom folder if you're still getting a black box.

Sinistrad 08-30-2014 09:23 PM

sweet overriding the file worked!


All times are GMT -5. The time now is 02:37 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.