Thread: UI map work
View Single Post
Old 02-03-2023, 01:29 PM   #2
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

As for the font, just open the xml and find whatever element you are trying to change. Locate this line <Font>1</Font> and make the number larger or smaller to your liking. if the line isnt there add it to any element you want to change.
Example:
<Button item="IW_Money3">
<ScreenID>IW_Money3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>210</X>
<Y>264</Y>
</Location>
<Size>
<CX>70</CX>
<CY>15</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>99999</Text>
<Font>1</Font> <------- This determines font size
<Template>BDT_CopperCoin</Template>


As for the other you could try copying the background image from stock UI and see if that fixes. you can always change the name from cart to whatever your map window calls for in the background section.


Give those a try and see if you can fix, if not comeback and ill help you. Consider it the ole give a man a fish scenario
Halelen is offline   Reply With Quote