• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

How can I make the experience bar bigger?

AndrewG

Refugee
As a monitor I use a 40" 4K Smart TV, in high resolution and the purple bar is almost non-existent,
I increased the height of the water and food bars, but I can't find the parameters of the purple bar, can anyone help me ?
Thanks.
 
They may be mods out there for it. I changed it myself one time but haven't in a couple of alphas.
 
It's this section, just above the Food and Water bars. Personally I prefer mods that remove the bars and put them at the lower left corner, easier to read.

Code:
            <sprite depth="1" pos="0,6" height="8" color="[mediumGrey]" sprite="menu_empty2px" globalopacity="false" type="sliced" />
            <sprite depth="9" pos="0,6" height="8" color="[black]" sprite="menu_empty2px" globalopacity="false" type="sliced" fillcenter="false" />
            <sprite depth="4" pos="0,6" height="8" width="750" color="{xpcolor}" globalopacity="false" type="filled" fill="{xp}" />
 
Back
Top