View Single Post
Old 09-03-2024, 01:09 PM   #2
mh272
A Shissar Disciple
 
Join Date: Jan 2017
Posts: 131
Interface Author - Click to view interfaces
Default

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>
mh272 is offline   Reply With Quote