Jump to content
Korean Random
Sign in to follow this  
locorebelde

Nicks players in minimap

Recommended Posts

the default configuration that comes on the minimap are the names of the vehicles, both random and company, just by pressing the key control  I see the nicks of  players in the minimap center. I wanted that by default in clan wars and  battles of equip on the minimap I see only the nicks on my team. Is this possible?.Sorry for my english.

  • Upvote 1
  • Downvote 1

Share this post


Link to post

Short link
Share on other sites

"vehicleSpotted": {
      "$ref": { "path":"def.defaultItem" },
      "x": 2,
      "y": "{{squad?7|-1}}",
      "flags": [ "ally", "enemy", "squadman", "teamKiller", "spotted", "alive" ],
      "textFormat": { "size": 8 },
      "format": "<font size='6' face='TechnicBold' color='{{.minimap.labelsData.colors.dot.{{sys-color-key}}}}'>{{vehicle}}</font><font face='XVMSymbol' size='8' color='{{c:wn8|#FFFFFF}}'>!</font>",
   "x": 2,
   "y": -8
    },
    // Vehicle name, visible, company config
    // Название техники, видимый, ротный конфиг
    "vehicleSpottedCompany": {
      "$ref": { "path":"def.vehicleSpotted" },
      "y": "{{ally?{{battletype?7|{{squad?7|-1}}}}|-1}}"
    },
    // Player nickname, visible
    // Ник игрока, видимый
     "nickSpotted": {
      "$ref": { "path":"def.defaultItem" },
      "x": 2,
      "y": -6,
      "flags": [ "player", "ally", "squadman", "enemy", "teamKiller", "lost", "spotted", "alive" ],
      "textFormat": { "size": 8 },
      "format": "<font size='6' face='TechnicBold' color='{{.minimap.labelsData.colors.txt.{{sys-color-key}}}}'><i>{{name%.7s~..}}</i></font>",
    "x": 2,
   "y": -1
    },
    // Player nickname, visible, company config
    // Ник игрока, видимый, ротный конфиг
    "nickSpottedCompany": {
      "$ref": { "path": "def.nickSpotted" },
      "flags": [ "ally", "squadman", "teamKiller", "spotted", "alive" ],
      "format": "<font size='{{battletype?8|{{squad?8|0}}}}' color='{{squad?{{.minimap.labelsData.colors.txt.{{sys-color-key}}}}|{{tk?{{.minimap.labelsData.colors.txt.{{sys-color-key}}}}|#BFBFBF}}}}'><i>{{name%.7s~..}}</i></font>",
   "x": 2,
   "y": -1
    },

 

this code gives you vehicle name,wn8 rating via colored star and players name

(wn8 rating not shown in picture below but the code above adds it

 

Untitled.png.c118ea4bebbc70863db55968729

Share this post


Link to post

Short link
Share on other sites

Thanks, but this is not what I want, I want you in battles clan or team battles on the minimap the first option I see my team is their nicks and not the type of tank, I just want to see what type of tank if I press the alt key mode.

The enemy i only see the vehicle type,not your nicks.

Edited by locorebelde

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