How to find anonymous unicums with XVM

XVM typically displayed a WN8 number to give an indicator of how good a player is. The Anon feature disabled the data available to XVM. Here is how to get some of it back.

Gun marks are a good indicator of performance (unless they are in a new tank) and XVM has been able to display gun marks in the over target markers (also in the player panel and minimap since 2015)

NOTE: There is a check box in the client general settings to disable gun marks. This is the LOCAL client only it doesn't affect everyone else. Marks still display to everyone else just like your camo. Currently there is no way to hide gun marks.

SIDE NOTE:

I think anonymizer is pointless (with the exception of hiding your clan or you are twitch famous) for the following reasons:

  1. each match has an average of 4 XVM users per team. So you are only hiding stats from 26% of the enemy team anyway and the rest are unaware that you are even anon.
  2. If you display an elite level badge then everyone on the enemy team knows. (This happens more then it should)
  3. Gun marks are always visible
  4. This mod to XVM

Here is how to enable it:

Modify the markersAliveNormal.xc to include the macro {{marksOnGun}}.

"tankName": {
"name": "Tank name",
"enabled": true,
"x": 0,
"y": -36,
"alpha": 100,
"align": "center",
"textFormat": {
"font": "$FieldFont",
"size": 13,
"color": null,
"bold": false,
"italic": false
},
"shadow": {
"enabled": true,
"distance": 0,
"angle": 45,
"color": "0x000000",
"alpha": 100,
"blur": 6,
"strength": 2
},
"format": "{{vehicle}}{{marksOnGun}}"

Then go to texts.xc and modify the display parameters to display marks.

 // Text for {{marksOnGun}}, {{v.marksOnGun}} macros.
// Текст для макросов {{marksOnGun}}, {{v.marksOnGun}}
"marksOnGun": {
"_0": "",
"_1": "<font face='xvm' size='14'> x</font>",
"_2": "<font face='xvm' size='14'> xx</font>",
"_3": "<font face='xvm' size='14'> xxx</font>"
},

📷The OTM will appear as such:

https://preview.redd.it/un55zxrg76h81.png?width=473&format=png&auto=webp&s=197caf9fb89b1616582c0ce3edb11f47297e5388

Source: https://www.reddit.com/r/WorldofTanks/comments/spvbq5/how_to_find_anonymous_unicums_with_xvm/

leave a comment

Your email address will not be published. Required fields are marked *