Request help with inventory interface
I'm changing some icons of the inventory, mail and banker, but when I add the new address in the inventory_f.xml and inventory_m.xml files and add it to interfaces.cpk the new icons do not appear within the game. It becomes transparent.
The new icons were added in surfaces.cpk in the folder I indicated in the inventory_f.xml and inventory_m.xml files.
Some sizes and formats was tested, tga and png. Unsuccessfully.
I also tested with icons that exist originally in surfaces.cpk and without success.
Does anyone know how to fix this or the correct way to do this? I searched and found nothing.
Thank you very much!
I edited this in the xml but without success, the png are in the indicated directory
Code:
<STILLIMAGEBUTTON Name="Btn_Bank" x="53" y="460" Width="34" Height="34" Command="asm_bank">
<Hint String="^ffcb4aClick to bank."/>
<Resource>
<FrameUpImage FileName="by-damnes\version01\money\npc-normal.png"/>
<FrameDownImage FileName="by-damnes\version01\money\npc-normal-down.png"/>
</Resource>
</STILLIMAGEBUTTON>
but this one works
Code:
<STILLIMAGEBUTTON Name="Btn_equip07" x="85" y="468" Width="35" Height="16" Command="asm_money">
<Hint String="^ffcb4aClick to change money."/>
<Resource>
<FrameUpImage FileName="by-damnes\version01\money\money-n.png"/>
<FrameDownImage FileName="by-damnes\version01\money\money-h.png"/>
</Resource>
</STILLIMAGEBUTTON>
the old icon was png and it worked, but it's very ugly