Jump to content
Korean Random

English XVM support


Recommended Posts

Hello everyone,

 

I downloaded the latest version of XVM today (xvm-3.2.0 & xvm-stat-1.1.0). XVM itself (without stats) works ok but when I try to run xvm-stat.exe the prompt window opens for 0.1sec and closes.

 

  • Dokan Library 6.0 installed and reinstalled couple of times
  • .Net Framework 3.5.1 (have 4.0 installed as well)
  • Clean WoT 8.2 (no mods)
  • Windows 7 x64 Home Premium

I followed the instructions of installation carefully couple of times and I was trying to find a solution on various WoT forums. Everytime when I try something new and I try to run xvm-stat.exe same thing happens.

Link to comment
Short link
Share on other sites

, try to use macros listed in /xvm-doc/readme-en.txt

 

I did, but it wont work 

 

ydQZp.jpg

 

How to make c:dmg macro to work for color of dmg on hp bar?

 

Part of the code:

 

"healthBar": {
            "height": 5,
            "x": -41,
            "y": -34,
            "color": null,
            "fill": {
              "alpha": 30
            },
            "damage": {
              "alpha": 80,
              "fade": 1,
              "color": "{{c:dmg}}"
            },

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

Hi,

 

when using the tank macros i get alot of zeros all the time, i dont use them anymore cause of that, i use tank battles and tank wins, and right now they arent working right in the test1 build. it shows total tank battles for both.  see my post above.
 

 

Sadly, the per-tank statistics are disabled / non working on the EU and US servers.

 

"spotted", "damageDealt", "survivedBattles" and "frags" is always 0

EU example:  http://worldoftanks.eu/community/accounts/500662837/api/1.5/?source_token=Intellect_Soft-WoT_Mobile-unofficial_stats

US example: http://worldoftanks.com/community/accounts/1000312811/api/1.5/?source_token=Intellect_Soft-WoT_Mobile-unofficial_stats

 

Working on RU server

http://worldoftanks.ru/community/accounts/000662837/api/1.5/?source_token=Intellect_Soft-WoT_Mobile-unofficial_stats

 

Since this is caused by the WOT servers, there is nothing XVM can do to fix it.

Link to comment
Short link
Share on other sites

How to make c:dmg macro to work for color of dmg on hp bar?

"healthBar": {
            "damage": {
              "color": "{{c:dmg}}"
            },

{{c:dmg}} is not implemented for health bar yet. Will be available in the next test version.

Link to comment
Short link
Share on other sites

Hi,

 

 

 

Sadly, the per-tank statistics are disabled / non working on the EU and US servers.

 

"spotted", "damageDealt", "survivedBattles" and "frags" is always 0

EU example:  http://worldoftanks.eu/community/accounts/500662837/api/1.5/?source_token=Intellect_Soft-WoT_Mobile-unofficial_stats

US example: http://worldoftanks.com/community/accounts/1000312811/api/1.5/?source_token=Intellect_Soft-WoT_Mobile-unofficial_stats

 

Working on RU server

http://worldoftanks.ru/community/accounts/000662837/api/1.5/?source_token=Intellect_Soft-WoT_Mobile-unofficial_stats

 

Since this is caused by the WOT servers, there is nothing XVM can do to fix it.

 

but when i use 3.2.0 files it works fine is this just an issue for 3.2.1? (only reason i want them back is cause of the new minimap feature in 3.2.1 its so awesome!!)

 

nice work fellas

Link to comment
Short link
Share on other sites

what macros are working on USA server right now or even a list of whats broken?  i Know tank wins isnt working, tank battles i think is broken to.

 

trying to update my cfg for download but most of what i try is broken or doesnt show anything but 0's

 

thanks 

Link to comment
Short link
Share on other sites

Not working:

      {{teff}}, {{e}} - player per-vehicle efficiency (http://www.koreanrandom.com/forum/topic/1643-)
      {{tdb}}, {{tdb:4}} - average damage for current tank - damage/battles
      {{tdv}} - average damage efficiency for tank - damage/(battles*maxHP)
      {{tfb}} - average frags per battle for current tank
      {{tsb}} - average number of spotted enemies per battle for current tank
      {{c:tdb}}, {{c:tdv}}, {{c:tfb}}, {{c:tsb}} - dynamic colors for this macros
      {{c:e}}         - color depended from player per-vehicle efficiency

Link to comment
Short link
Share on other sites

I did, but it wont work 

 

ydQZp.jpg

 

How to make c:dmg macro to work for color of dmg on hp bar?

 

Part of the code:

 

 

"healthBar": {
            "height": 5,
            "x": -41,
            "y": -34,
            "color": null,
            "fill": {
              "alpha": 30
            },
            "damage": {
              "alpha": 80,
              "fade": 1,
              "color": "{{c:dmg}}"
            },

 

I thought only I did not work healthbar "{{c: dmg}}"

{{c:dmg}} is not implemented for health bar yet. Will be available in the next test version.

if you can then add and "{{c: dmg-king}}"

 

 

"healthBar": {                      // индикатор здоровья
            "visible": true,                  //   false - не отображать
            "x": -41,                         //   положение по оси X
            "y": -33,                         //   положение по оси Y
            "alpha": 100,                     //   прозрачность (допускается использование динамической прозрачности, см. readme-ru.txt)
            "color": null,                    //   цвет основной (допускается использование динамического цвета, см. readme-ru.txt)
            "lcolor": null,                   //   цвет дополнительный (для градиента)
            "width": 80,                      //   ширина полосы здоровья
            "height": 12,                     //   высота полосы здоровья
            "border": {                       //   параметры подложки и рамки
              "alpha": 30,                    //     прозрачность
              "color": "{{c-dmg}}",            //     цвет
              "size": 1                       //     размер рамки
            },
            "fill": {                         //   параметры оставшегося здоровья
              "alpha": 30                     //     прозрачность
            },                                //
            "damage": {                       //   параметры анимации отнимаемого здоровья
              "alpha": 80,                    //     прозрачность
              "color": "{{c:dmg-king}}",                  //     цвет
              "fade": 1                       //     время затухания в секундах
            }
          },

post-7554-0-43746200-1356688659_thumb.png

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

@Krezor, we need to see your xvm.log from wot directory.

 

Hi. Unfortunately there is no xvm.log in my wot directory, perhaps because the xvm-stat.exe does not open, prompt window blinks once for 0.1sec and closes, no sign of other activity.

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

Not working:

 

      {{teff}}, {{e}} - player per-vehicle efficiency (<a href="http://www.koreanrandom.com/forum/topic/1643-">http://www.koreanrandom.com/forum/topic/1643-</a>)
      {{tdb}}, {{tdb:4}} - average damage for current tank - damage/battles
      {{tdv}} - average damage efficiency for tank - damage/(battles*maxHP)
      {{tfb}} - average frags per battle for current tank
      {{tsb}} - average number of spotted enemies per battle for current tank
      {{c:tdb}}, {{c:tdv}}, {{c:tfb}}, {{c:tsb}} - dynamic colors for this macros
      {{c:e}}         - color depended from player per-vehicle efficiency

Thanks sirmax,  but what about tank wins and tank battles?  i think someone said its not working either right now cause tank wins show the same numbers as tank battles

 

thanks

Link to comment
Short link
Share on other sites

@Krezor, maybe your system is corrupted by viruses? Try to scan it with any non-microsoft antivirus software.

I do not think so, I scanned my system few days ago but I will do it again if you say so. Im using AVG 2012 Full but if there is any better you would recommend, please do. (Even paid ones)

 

Check the library installed DokanLibrary: http://dokan-dev.net/en/download/#dokan

I installed and reinstalled it many times and still nothing. I downloaded the one at the top "dokan-0.6.0 2011/01/10". Also I was rebooting the computer everytime I did so.

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

I need an example.

heres my cfg nothing has changed since 3.2.0, im using the test 1 files.  look at the screen shots broken is of test 1  working is of 3.2.0 files

3.2.1test show the same numbers for battles and wins, thats what im trying to fix

thanks

 

// Display format for the left Players Panel (macros allowed, see readme-en.txt) (Loading map screen)

    "formatLeft": "<font color='#FFB964'>[</font> <font color='#009900'>Tw</font> {{t-wins}} <font color='#009900'>Tb</font> {{t-battles:4}} <font color='#009900'>Tr</font> {{t-rating:3}} <font color='#FFB964'>]</font>",

    // Display format for the right Players Panel (macros allowed, see readme-en.txt)

    "formatRight": "<font color='#FFB964'>[</font> <font color='#009900'>Tr</font> {{t-rating:3}} <font color='#009900'>Tb</font> {{t-battles:4}} <font color='#009900'>Tw</font> {{t-wins}} <font color='#FFB964'>]</font>"

  },

post-7472-0-29905300-1356795946_thumb.jpg

post-7472-0-57677000-1356795969_thumb.png

Edited by CBARoughneck
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...