Jump to content
Korean Random
Sign in to follow this  
John D Smith

HP Circle Indicator in MiniMap

Recommended Posts

Thank you. I tried running the installer using "HP in alternative mode" but it overwrites my current XVM config and disables it.

 

I am trying to look at "minimapLabelsAlt.xc" and check if I can edit it there. Please let me know if this is not the correct file.

Share this post


Link to post

Short link
Share on other sites

// Minimap HP circles for visible tanks
    "hpSpotted": {
      "$ref": { "path":"def.defaultItem" },
      "flags": [ "ally", "squadman", "enemy", "teamKiller", "spotted", "alive" ],
      "textFormat": { "font": "dynamic", "size": 18 },
      "format": "<font color='{{.minimap.labelsData.colors.dot.{{sys-color-key}}}}'>{{hp-ratio%.335a|&#x1B3;}}</font>",
      "x": -8.4,
      "y": -10.5
    },
    // Minimap HP circles for no longer visible tanks
    "hpLost": {
      "$ref": { "path":"def.hpSpotted" },
      "flags": [ "ally", "squadman", "enemy", "teamKiller", "lost", "alive" ],
      "format": "<font color='{{.minimap.labelsData.colors.lostDot.{{sys-color-key}}}}'>{{hp-ratio%.335a|&#x1B3;}}</font>",
      "layer": "bottom",
      "alpha": 75
    }
  }
}

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...