Jump to content
Korean Random

English XVM support


Recommended Posts

Hi, I'm trying to display user's XWN score above their tanks. Like:

w7HUYlH.png

 

 

I have the following in my xvm.xc

"textFields": [
            {
              "alpha": 100,
              "color": null,
              "font": { "align": "center", "bold": false, "italic": false, "name": "$FieldFont", "size": 13 },
              "format": "{{vehicle}}{{turret}}",
              "name": "Vehicle Name",
              "shadow": { "alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 6, "strength": 200 },
              "visible": true,
              "x": 0,
              "y": -36
            },
            {
              "alpha": 100,
              "color": "0xFCFCFC",
              "font": { "align": "center", "bold": true, "italic": false, "name": "$FieldFont", "size": 11 },
              "format": "{{hp}} / {{hp-max}}",
              "name": "Current Health",
              "shadow": { "alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 4, "strength": 150 },
              "visible": true,
              "x": 0,
              "y": -20
            },
            {
              "alpha": 100,
              "color": "{{c:xwn}}",
              "font": { "align": "center", "bold": false, "italic": false, "name": "$FieldFont", "size": 13 },
              "format": "{{xwn}} - {{wn}}",
              "name": "XWN",
              "shadow": { "alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 6, "strength": 200 },
              "visible": true,
              "x": 0,
              "y": -46
            }
          ],
 

However, in-game this is all I see: mrjqUDO.jpg

How do I correct this?

Edited by acidcj
Link to comment
Short link
Share on other sites

minimap lines and lost enemy are no longer showing up.

i am using roughnecks mega pack 8.6 v3.

i have installed current version of xvm and xvm stats.

 

it was working yesterday and today it is no longer working.

 

i have removed all mods and reinstalled and still have same problem.

no minimap cirlces 

no last position icons

 

please help

Link to comment
Short link
Share on other sites

The hitlog code:

 

<img src='xvmres://Aslain/icons/{{dmg-kind}}.png' width='18' height='15' vspace='0'>

 

On russian client, what dmg-kind names it will return? Is that possible that I need to have russian icon filenames for russian client to make it work?

Edited by Aslain
Link to comment
Short link
Share on other sites

On russian client

>D:\Games\World_of_Tanks\xvm-stat.exe /?

Usage: xvm-stat.exe [options] [file.wotreplay]
Options:
  /launcher - run launcher instead of game
  /noauto - do not run game automatically
  /noproxy - do not use IE proxy settings
  /maximized - maximized game window
  /debug - run in debug mode (extended log)
  /server=(RU|EU|US|CN|SEA|VTC|KR|CT) - select server (disable autodetection)
  file.wotreplay - play replay

Link to comment
Short link
Share on other sites

I have found a problem with my XVM minimap. When enemies disappear, all that the minimap leaves is their username and tank name. I have done some digging and found out that I am missing some icons. I looked in Res_Mods but i have no icon folder. I can create the icons themselves if need be, but where do I need to place them and what type of image file do they need to be?

Link to comment
Short link
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...