EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Help ! ? ! ? (http://www.eqinterface.com/forums/forumdisplay.php?f=16)
-   -   missing expansion category (http://www.eqinterface.com/forums/showthread.php?t=22370)

Kalthazz 09-02-2024 08:44 PM

missing expansion category
 
what ui file controls what expansions can be seen in the achievements categories window as i seem to be missing one in my ui and just looking to find which file in the defualt i can use to put in my own ui as the lauriens song expansion is missing iits graphic so what should i be looking into to fix this

https://imgbox.com/jrXZ2I4p

mh272 09-03-2024 01:09 PM

Quote:
Originally Posted by Kalthazz
what ui file controls what expansions can be seen in the achievements categories window as i seem to be missing one in my ui and just looking to find which file in the defualt i can use to put in my own ui as the lauriens song expansion is missing iits graphic so what should i be looking into to fix this

https://imgbox.com/jrXZ2I4p


It's your animations file.

Add the following to it.

<Ui2DAnimation item="A_LS">
<Frames>
<Texture>EQ_expansion_logos2.tga</Texture>
<Location>
<X>256</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_LSHover">
<Frames>
<Texture>EQ_expansion_logos2.tga</Texture>
<Location>
<X>256</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_LSSelected">
<Frames>
<Texture>EQ_expansion_logos2.tga</Texture>
<Location>
<X>256</X>
<Y>160</Y>
</Location>
<Size>
<CX>128</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>


All times are GMT -5. The time now is 04:16 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.