The Outer Brood Beta

Home Forums General Discussion The Outer Brood Beta

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #264134
    Drakah
    Keymaster

    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 week, 5 days ago by Drakah.
    Attachments:
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.