Thread: Savok's Vert UI
View Single Post
Old 06-21-2018, 02:12 PM   #420
Kellan
A Snow Cougar
 
Join Date: Jul 2002
Posts: 48
Default Missing inventory on hotbar

Yes, Savok .. the Hotbar 1 dispalys as a normal hotbar now. The vertical double-row buttons with inventory labels does not display at all, even though the code is in there.

EDIT: I fixed the CastSpellWnd with right-sided text. All that was required from the pre-patch version was to change:

<Ui2DAnimation item="CSW_SpellGemHolder">
<Frames>
<Texture>window_pieces02.tga</Texture>
<Location>
<X>1</X>
<Y>227</Y>
</Location>
<Size>
<CX>28</CX>
<CY>28</CY>
</Size>
</Frames>
</Ui2DAnimation>

<Ui2DAnimation item="CSW_SpellGemBackground">
<Frames>
<Texture>window_pieces02.tga</Texture>
<Location>
<X>61</X>
<Y>227</Y>
</Location>
<Size>
<CX>28</CX>
<CY>28</CY>
</Size>
</Frames>
</Ui2DAnimation>

by 1) putting spellgems.tga in for window_pieces02.tga in both places
and 2) changing 227 to 85 in both places.

These lines are at the very top of the file, and simple to find. No other changes to the pre-patch version of the file were required to make it work.

Here is the downloadable file link: https://drive.google.com/open?id=1P...Ej8K2dCwkQql8vB
Kellan is offline   Reply With Quote