• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Any way to display Gamestage on HUD?

Jakmeister999

New member
I've only just got into the world of modding, and I have been trying to get my HUD mod to display the player's gamestage next to the compass. But for the life out of me I couldn't find the value code in the xml files. Does anyone know how can I get it to display on the HUD?

Thanks heaps

 
In xUI/controls.xml

its the 3rd rect in <players_entry>

<rect depth="1" name="gamestage" width="100" height="46" pos="243,-6">
        <label depth="1" name="gamestageText" pos="0,-15" height="38" text="" font_size="26" justify="center" pivot="left" />
</rect>

 
Back
Top