I have checked out the UI’s and the only thing that seems to need an update so far is the EQUI_Animations file, adding in the TOB code.
I am attaching the EQUI_Animations file for the Krome UI here, as of 10/9/2024 to start.
If you want to do this to your own, open up your EQUI_Animations file in notepad,
and just above:
<Ui2DAnimation item="A_Quarm">
place:
<Ui2DAnimation item="A_TOB">
<Frames>
<Texture>EQ_expansion_logos2.tga</Texture>
<Location>
<X>256</X>
<Y>192</Y>
</Location>
<Size>
<CX>128</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_TOBHover">
<Frames>
<Texture>EQ_expansion_logos2.tga</Texture>
<Location>
<X>256</X>
<Y>224</Y>
</Location>
<Size>
<CX>128</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_TOBSelected">
<Frames>
<Texture>EQ_expansion_logos2.tga</Texture>
<Location>
<X>256</X>
<Y>256</Y>
</Location>
<Size>
<CX>128</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
-
This topic was modified 1 month, 1 week ago by Drakah.
Recent Comments