Jump to content
Korean Random
Sign in to follow this  
Lehtis

XVM Marker with Tank Tier?

Recommended Posts

Hi guys,

is there a way to visit the tank tier over the enemy tanks?

In the vanilla game there are tier number over the tanks.

 

I have found the file "sirmax-markers.xc". I think it is the correct one.

 

I think I must add a new textField?

 

Such as the vehicle name:

"textFields": [
          {
            "enabled": true,
            "name": "Vehicle Name",
            "x": 0, "y": -26,
            "shadow": { "alpha": 100, "color": "0x000000", "angle": 0, "strength": 2, "distance": 0, "size": 3 },
            "format": "<font face='$FieldFont' size='13'><img src='cfg://sirmax/img/icons/{{comment}}.png'>{{vehicle}}{{turret}}</font>"
          },
          {
            ---here Tank Tier---
          }

Sorry for my bad english :D

I understand everything but I am not so good writing in english ;)

Share this post


Link to post

Short link
Share on other sites

 

 

I think I must add a new textField?
right way :))

and you can try standard field with vehicle tier (but tier will be shown for enemy and for ally too) - add this:

    // Vehicle tier.
    // Уровень танка.
    "levelIcon": {
      "enabled": false,  // false - disable        / не отображать.
      "x": 0,            // Position on the X axis / Положение по оси X.
      "y": -21,          // Position on the Y axis / Положение по оси Y.
      "alpha": 100       // Opacity                / Прозрачность.
    },
  • Upvote 1

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