Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > General Discussion > Help ! ? ! ?
User Name
Password

Reply
 
Thread Tools Display Modes
Old 08-29-2014, 06:32 PM   #1
Sinistrad
A Gray Wolf
 
Join Date: Mar 2003
Posts: 4
Default 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)
Sinistrad is offline   Reply With Quote
Old 08-29-2014, 07:15 PM   #2
moonfish
A Snow Cougar
 
Join Date: Oct 2006
Posts: 42
Interface Author - Click to view interfaces
Default

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.

Last edited by moonfish : 08-29-2014 at 07:23 PM.
moonfish is offline   Reply With Quote
Old 08-30-2014, 09:23 PM   #3
Sinistrad
A Gray Wolf
 
Join Date: Mar 2003
Posts: 4
Default

sweet overriding the file worked!
Sinistrad is offline   Reply With Quote
Reply




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


All times are GMT -5. The time now is 12:55 PM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI