• 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.

Any way to display Gamestage on HUD?

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