Jump to content
Korean Random

Disable XVM Stats for Enemy Team


Recommended Posts

Thanks, already figured out how to do it.

 

Here's the images:

dAQU2W0m.jpg oJYvjglm.jpg CFlgkwOm.jpg ZbsyTrMm.jpg HxxObTgm.jpg

 

 

How I did it:

battleLoading.xc

{
  "battleLoading": {
    "clanIcon": { "show": false, "x": -388, "y": 0, "xr": -388, "yr": 0, "w": 22, "h": 22, "alpha": 90 },
    "clockFormat": "H:i:s",
    "formatLeftNick": "<img src='xvm://res/icons/flags/{{flag|default}}.png' width='16' height='13'> <img src='xvm://res/icons/xvm/xvm-user-{{xvm-user|none}}.png'> <font size='13' color='{{c:r}}'>{{name%.10s~..}} <font face='Consolas'><font size='10'>{{clan}}</font></font></font>",
    "formatLeftVehicle": "{{vehicle}} <font face='Consolas' size='12'> <font color='{{c:kb|#666666}}'>{{kb%2d~k|--k}}</font> <font color='{{c:r|#666666}}'>{{r}}</font> <font color='{{c:winrate|#666666}}'>{{winrate%2d~%|--%}}</font></font>",
    "formatRightNick": "<font color='FFFFFF' alpha='{{alive?#FF|#80}}'><font face='Consolas'><font size='10'>{{clan}}</font></font> <font size='13'>{{name%.10s~..}}</font></font> <img src='xvm://res/icons/xvm/xvm-user-{{xvm-user|none}}.png'> <img src='xvm://res/icons/flags/{{flag|default}}.png' width='16' height='13'>",
    "formatRightVehicle": "<font face='Consolas' size='12'><font color='FFFFFF'></font> {{vehicle}}",
    "removeSquadIcon": false,
    "showBattleTier": true,
    "removeVehicleLevel": true,
    "removeVehicleTypeIcon": false
  }
}

 

statisticForm.xc

{
  "statisticForm": {
    "clanIcon": { "show": true, "x": -378, "y": 0, "xr": -378, "yr": 0, "w": 22, "h": 22, "alpha": 90 },
    "formatLeftNick": "<img src='xvm://res/icons/flags/{{flag|default}}.png' width='16' height='13'> <img src='xvm://res/icons/xvm/xvm-user-{{xvm-user|none}}.png'> <font color='{{c:r}}' alpha='{{alive?#FF|#80}}'>{{name%.20s~..}} <font face='Consolas'><font size='10'>{{clan}}</font></font></font>",
    "formatLeftVehicle": "<font face='Consolas' size='11'> <font color='{{c:kb|#666666}}' alpha='{{alive?#FF|#80}}'>{{kb%2d~k|--k}}</font> <font color='{{c:r|#666666}}' alpha='{{alive?#FF|#80}}'>{{r}}</font> <font color='{{c:winrate|#666666}}' alpha='{{alive?#FF|#80}}'>{{winrate%2d~%|--%}}</font></font>",
    "formatRightNick": "<font color='FFFFFF' alpha='{{alive?#FF|#80}}'><font face='Consolas'><font size='10'>{{clan}}</font></font> {{name%.20s~..}}</font> <img src='xvm://res/icons/xvm/xvm-user-{{xvm-user|none}}.png'> <img src='xvm://res/icons/flags/{{flag|default}}.png' width='16' height='13'>",
    "formatRightVehicle": "<font face='Consolas' size='11'><font color='FFFFFF' alpha='{{alive?#FF|#80}}'></font>",
    "removeSquadIcon": false,
    "showBattleTier": true,
    "removeVehicleLevel": true,
    "removeVehicleTypeIcon": false
  }
}

 

playersPanel.xc

{
"def": {
"c1": "0x13C313",
"c2": "0x6060FF"
},
"playersPanel": {
"alpha": 60,
"clanIcon": { "alpha": 90, "h": 24, "show": false, "w": 24, "x": 82, "xr": 105, "y": 0, "yr": 0 },

"iconAlpha": 100,
"large": {
"removeSquadIcon": false,
"nickFormatLeft": "{{r}} {{nick}}",
"nickFormatRight": "{{nick}} ",
"vehicleFormatLeft": "{{vehicle}}",
"vehicleFormatRight": "{{vehicle}}",
"extraFieldsRight": [ { "x": 0, "y": 0, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}} ", "alpha": "{{alive?100|0}}", "shadow": {} }, {} ],
"width": 120
},
"medium": {
"removeSquadIcon": false,
"formatLeft": "       {{nick%.16s~..}}",
"formatRight": "{{nick%.16s~..}}       ",
"extraFieldsLeft": [
{ "x": 35, "y": 0, "valign": "center", "format": "{{frags}}", "alpha": "{{alive?100|35}}" },
{}
],
"fragsFormatLeft": "",
"fragsFormatRight": "",
"extraFieldsRight": [
{ "x": 35, "y": 0, "valign": "center", "format": "{{frags}}", "alpha": "{{alive?100|35}}" },
{ "x": 0, "y": 0, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}} ", "alpha": "{{alive?100|0}}", "shadow": {} },
{}
],
"width": 56
},
"medium2": {
"removeSquadIcon": false,
"formatLeft": "{{vehicle}}",
"formatRight": "{{vehicle}}",
"extraFieldsRight": [ { "x": 0, "y": 0, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}} ", "alpha": "{{alive?100|0}}", "shadow": {} }, {} ],
"width": 65
},
"short": {
"removeSquadIcon": false,
"enabled": true,
"width": 0,
"fragsFormatLeft": "{{frags}}",
"fragsFormatRight": "{{frags}}",
"extraFieldsLeft": [],
"extraFieldsRight": [ { "x": 0, "y": 0, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}} ", "alpha": "{{alive?100|0}}", "shadow": {} }, {} ]
},
"none": {
"enabled": true,
"layout": "vertical",
"extraFields": {
"leftPanel": { "x": 0, "y": 65, "width": 350, "height": 25, "formats": [] },
"rightPanel": { "x": 0, "y": 65, "width": 350, "height": 25, "formats": [] }
}
},
"removePanelsModeSwitcher": false,
"removeSelectedBackground": false,
"startMode": "large",
"altMode": null
}
}
Edited by mikkaav
Link to comment
Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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