Jump to content
Korean Random

CBARoughneck

User
  • Posts

    289
  • Joined

  • Last visited

Posts posted by CBARoughneck

  1. can you show the players name and tank name in the over head markers based on tank rating and global xwn rating. I know you can in players panel but what about Marker section

     

    instead of having red and green names you would have say a purple tank name  " T57" for the win rate and players name would be global win rate say "CBARoughneck"

     

    ive tried different settings but cant get it to work.

     

    what would the code be in the text field if it can be done?

     

    thanks

  2. oops loaded wrong file,

     

    its the macro section thats doing it. if i use my current code it leaves 5 last known markers

     

    does not work in test

    "vehicleclassmacro": {  // {{macro substitution Vehicle-class}}
            "light": "<img src='xvmres://img/minimapicons/light.png' width='14' height='16'>",  // text for light tanks
            "medium": "<img src='xvmres://img/minimapicons/medium.png' width='14' height='16'>", //text for mediums
            "heavy": "<img src='xvmres://img/minimapicons/heavy.png' width='14' height='16'>",  //text for heavys
            "td": "<img src='xvmres://img/minimapicons/td.png' width='14' height='16'>",  //text for Tds
            "spg": "<img src='xvmres://img/minimapicons/spg.png' width='14' height='16'>",  //text for arty
            "superh": "<img src='xvmres://img/minimapicons/superh.png' width='14' height='16'>"  // superHeavyTank third class through the gui_settings.xml

     

    --------------------------------------------------------------

     

     i use this and it works 

     

    "vehicleclassmacro": {
            // ЛT ♦.
            "light": "\u2022",
            // СТ.
            "medium": "\u2022",
            // ТТ.
            "heavy": "\u2022",
            // ПТ ▼.
            "td": "\u2022",
            // Artillery / Арта.
            "spg": "\u25AA",

     

     

    but i cant move the text on the minimap icon to the left so its centered around the icon marker  (nick and vehicle)  it stays to the right and doesnt move at all

     

    this doesnt move text anymore  i want it to look like the screen shot above 

     

    "ally":  "<textformat leading='-2'><span class='mm_a'><b>{{short-nick}}</b></span>\n<img src='xvmres://img/level/{{level}}_ally_lostenemy.png' width='10' height='10'",
              // For enemies
          "enemy": "<textformat leading='-2'><span class='mm_e'><b>{{vehicle-type}}</b></span>\n<img src='xvmres://img/level/{{level}}_enemy_lostenemy.png' width='10' height='10'>\n<span class='mm_e'>{{short-nick}}</span></textformat>",

     

    --------------------------------

     

    all the code i use currently in 8.6 with my cfg and works fine but in your minimap test does not adjust text and leaves 5 markers

    minimapLabelstest.zip

    20130713_1159_usa-M53_55_13_erlenberg.wotreplay

  3. why does xvm have such long load times when logging into WOT, sits on synchronizing equipment etc and then times out takes 3 or 4 trys to get logged in, without stat exe it loads right up

     

    nvr mind its something to do with tanks alot of players have this issue and they dont use mods at all.

    • Upvote 1
  4. Ever since I updated to XVM 4.0.0 I keep getting a message that pops up saying "Error loading config file 'xvm.xc' : file is missing: XVM.xvmconf => @GET_VERSION".  But in the file that I downloaded from "www.modxvm.com" does not have a file that looks like this.  Any help on where I can find this would be great!

     

    Also, I am colorblind and need help changing the enemy Icons on the Minimap, I was able to change icons over the enemy's tanks while in battle but not the Minimap Icons. 

    Thanks to anyone who can help!!

     

    its looking for a cfg to load, more than likely the xvm.xcsample is there correct?  res_mods/xvm  if so open xvm.xcsample in notepad and and go up to file and choose save as and save as xvm.xc

     

    it should look like this when opened, it will load the xvm found in res_mods/xvm/configs/@default  all the settings are in the default folder for you to alter if you like.

     

    /**

    * The boot configs file. To use - rename to xvm.xc.

    *

    * Reference format: ${"path to config file":"."}

    * // - comment out the line (will not be used)

    *

    * ---------------------------------------------------------------

    */

    //${"configs/xvm.xc":"."}

    ${"configs/@Default/@xvm.xc":"."}

  5. in 8.6 test server i get half of my stats in russian and others in english, i have no text mods installed only xvm,

     

    couple other things show up russian as well

     

    at end of hit log where it displays type of damage done in russian  example: (attack) > ataka

    hanger options at top of my stats page is russian, but in cfg its all english lol.

     

    not sure if this is due to it being test server or xvm related.

     

    post-7472-0-52429600-1371674838_thumb.png

    post-7472-0-29569400-1371674860_thumb.png

    post-7472-0-20774100-1371674900_thumb.png

  6. it would be nice if xvm could pull the clan wars info and display the battle times and what ever in the garage. this can be done web based so should be able to be done via xvm as well,

     

    my clan web site  shows battles for all 3 divisions and the times

     

    http://www.forgeclan.com/   look left side you will see all 3 clans

     

    would like to see same info in garage by xvm, all of forge uses xvm and would be a huge asset to clans and players knowing when battles are and how many and what top they pop.

     

    stole the screen shot from another player in NA forums

    post-7472-0-58912000-1368520447_thumb.png

  7. Ребята я так и не понял как сделать чтоб иконки кланов отображались??? Где что прописать??? Вроде перекинул папку с иконками в res_mods/xvm, пробовал и в icons и в res... Всё  равно не показывает... Точнее показывает только пару кланов, а остальные нет... ((( Подскажите плиззззззззз....

     

     

    the clanicons folder goes in this location

     

    C:\Games\World_of_Tanks\res_mods\xvm\res    paste "clanicons" folder inside the res folder

    • Upvote 2
×
×
  • Create New...