Jump to content

Static Location on HUD using DarnUI


kronixx

Recommended Posts

Is there a way to add the players current location to the HUD and make it stay visible at all times(static)? I'm using the latest DarnUI v.04 and have been trying to add this code from the map_menu.xml to the hud_main_menu.xml, but my skills in xml are not that great, so its not working.

 

 

here is the text from map_menu.xml that i'm trying to copy into hud_main_menu.xml

 

<!-- Player's current location -->

<text name="MM_Headline_LocationInfo">

<id> 0 </id>

<font> 2 </font>

<justify> &right; </justify>

 

<x> 630 </x>

<y> 10 </y> <!-- DarN 20 -->

<string></string> <!-- Set in code -->

</text>

 

 

I might be able to get it working, but i have no idea what the <id> or <string> tags are referencing. If you can shed some light on this, i would be most greatful. TY in advance.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...