Jump to content
Korean Random
Sign in to follow this  
giaco

remove dot next to tank icon

Recommended Posts

Few days ago I have logged in to the xvm website for the first time

In WOT now I do get all the statistics and it is very nice

 

The problem is that in battle, every tank now show a coloured dot next to the tank name.

These are dots like red, green, yellow.... I guess they are linked to the stats WN8 of each player.

 

I want to remove these dots as I don't think add much value during the battle and are quite distracting

 

What file and parameter should I edit?

 

Many thanks

 

regards

 

Giaco

Share this post


Link to post

Short link
Share on other sites

markersalivenormal.xc

the settings will be in there uner wn8 or something same, the dots are telling you how good the people driving the tanks are ? youy would fight/aproach a purple dot a lot more cautious than a red dot for instance

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

perfect 

thanks you very much

I have comment it out

 

            //{
            //  "alpha": "{{xvm-stat?100|0}}",
            //  "color": null,
            //  "textFormat": { "align": "center", "bold": true, "italic": false, "font": "$FieldFont", "size": 25 },
            //  "format": "<font color='{{c:r|#EFEFEF}}'>•</font>",
            //  "name": "XVM dot",
            //  "shadow": { "enabled": true, "alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "blur": 1, "strength": 1 },
            //  "enabled": true,
            //  "x": 18,
            //  "y": -12
            //}

Share this post


Link to post

Short link
Share on other sites

well, that works

much easier

thank you very much

 

          {
              "alpha": "{{xvm-stat?100|0}}",
              "color": null,
              "textFormat": { "align": "center", "bold": true, "italic": false, "font": "$FieldFont", "size": 25 },
              "format": "<font color='{{c:r|#EFEFEF}}'>•</font>",
              "name": "XVM dot",
              "shadow": { "enabled": true, "alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "blur": 1, "strength": 1 },
              "enabled": false,
              "x": 18,
              "y": -12
            }

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