Jump to content
Korean Random

CBARoughneck

User
  • Content Count

    289
  • Joined

  • Last visited

Posts posted by CBARoughneck


  1. Hello, have some cosmetic questions/problems ;-)

    can't see the platoon icons in "medium" style Player Panel.

    I set it with width : 150, and add ({{vehicle}}) after the {{nick}}, just like it that way. Then set width to 250 (the max) for testing, and this is what i get post-7477-0-10753000-1349646229_thumb.jpg

    there is a half platoon icon over left

    Even with smaller width, there is much unusable space between nickname and frag count column.

     

    Next. How can enable platoon icons in over-target markers? For example in alternative mode?

     

    Thanks in advance.

     

    try this and see if you like it

    // Display options for Team/Clan logos (see battleLoading above).

    "clanIcon": { "show": true, "x": 80, "y": 3, "xr": 85, "yr": 3, "h": 24, "w": 24, "alpha": 100 },

     

    look for otm in cfg and set to true (// Ally - alive - alternative mode (pressing 'Alt')

    "clanIcon": { // Player/clan icon

    "visible": true, // false - Disable

    • Upvote 1

  2. xvm 3.0.4 mainly shows tanks stats thats being used in game, i dont care to much about global (it does show global win% and global eff%) but i do want to know how good they are in that tank when im in game with them. screen shot shows pretty much everything

     

    added hit log located by damage panel (i have it set to 8 lines but it only shows 4 i posted on this for support already)

    tank turrent info is added as well

     

    i use this with a tons of mods and works perfect just update xvm after you install all of your mods

    post-7472-0-38759600-1349623513_thumb.png

    XVM.xvmconf

    • Upvote 1

  3. on the hit log i have the lines set to 10 even tried 6 and it still only shows 3 no matter what. any ideas how to fix this or what i may be doing wrong

     

    // Hit log (my hits calculator)
    "hitLog": {
    "enabled": true, // on/off switch
    "x": 298, // X position
    "y": 872, // Y position
    "w": 200, // Width
    "h": 80, // Height
    "lines": 8, // Number of lines. Old lines will be pushed out
    "direction": "down", // Log direction: up - lines will be added from up to down, down - from down to up.
    "align": "left", // text alignment (left/center/right)
    // Last hit format (macros allowed, see readme-en.txt)
    "format": "[color="#CCCCCC"]Hits:[/color] [size="12"]#{{n}}[/size] {{dmg}} [b]{{dmg-total}}[/b]",
    // Previous hits format (macros allowed, see readme-en.txt)
    "formatHistory": "{{n}}: {{dmg}} {{dmg-total}} {{vehicle}} {{hit-kind}}

     

    link to screen shot

    http://imageshack.us...8/shot014sm.jpg

×
×
  • Create New...