Jump to content
Korean Random
Sign in to follow this  
Storm4710

Hi guys "newbie" here that could use some help

Recommended Posts

hey guys

first time i have needed to get on the forum 

i am trying to remake my clans xvm

so that i have my old stats style

like in this

XVM.xc

'code'

"formatLeftNick": "<font color='{{c:wn8}}'>{{nick}}</font>",
    "formatLeftVehicle": "{{vehicle}} <font color='{{c:avglvl}}'<font size='10'>{{avglvl}}</font> <font color='{{c:kb}}'>{{kb:3}}</font><font color='{{c:t-battles}}' size='10'>{{t-battles}}</font> <font color='{{c:wn8}}'>{{wn8}}</font> <font color='{{c:rating}}'>{{rating}}</font><font color='{{c:t-rating}}' size='10'>{{t-rating}}</font>",
    "formatRightNick": "<font color='{{c:wn8}}'>{{nick}}</font>",
    "formatRightVehicle": "<font color='{{c:rating}}'>{{rating}}</font><font color='{{c:t-rating}}' size='10'>{{t-rating}}</font> <font color='{{c:wn8}}'>{{wn8}}</font> <font color='{{c:kb}}'>{{kb:3}}</font><font color='{{c:t-battles}}' size='10'>{{t-battles}}</font> {{vehicle}} <font color='{{c:avglvl}}'<font size='10'>{{avglvl}}</font>  ",

in the new way

 

this is how far i can get

battleLoading.xc

statisticForm.xc

 

 

but something is wrong with my code

Xvm slam into backup mode

and cant get my head around

what is going on with it

 

i have been making our xvm since patch 8.4 first time i have needed help

thx for your time 

best regards

Martin/Storm4710 (DSBC)

Edited by Storm4710

Share this post


Link to post

Short link
Share on other sites

Battle loading screen always show errors if your config have it

post-12526-0-51461800-1414829969_thumb.jpg

so, it is the same sintax error in both files

unnecessary comma here

post-12526-0-04602500-1414829976_thumb.png

Now you need to use this script to convert macros: http://www.koreanrandom.com/forum/topic/14583-%D1%81%D0%BA%D1%80%D0%B8%D0%BF%D1%82-%D0%B4%D0%BB%D1%8F-%D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%B0%D1%82%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%BE%D0%B9-%D0%B7%D0%B0%D0%BC%D0%B5%D0%BD%D1%8B-%D0%BC%D0%B0%D0%BA%D1%80%D0%BE%D1%81%D0%BE%D0%B2-%D0%BF%D0%BE%D0%B4/

battleLoading.xc

statisticForm.xc

Edited by leecher88

Share this post


Link to post

Short link
Share on other sites

just wondered if it is possible to add a winrate filter to the hangar?

so that i can get the worst better

Edited by Storm4710

Share this post


Link to post

Short link
Share on other sites

just wondered if it is possible to add a winrate filter to the hangar?

my extraFields section for example:

// Extra cell fields (see playersPanel.xc).
// Дополнительные поля ячеек (см. playersPanel.xc).
"extraFields": [
  {"x": 0, "y": 0, "borderColor": "0x87DD11", "alpha": "{{v.selected?50|0}}"},
  {"x": -1, "y": -1, "borderColor": "0x87DD11", "alpha": "{{v.selected?40|0}}"},
  {"x": -2, "y": -2, "borderColor": "0x87DD11", "alpha": "{{v.selected?30|0}}"},
  {"x": -3, "y": -3, "borderColor": "0x87DD11", "alpha": "{{v.selected?20|0}}"},
  {"x": -4, "y": -4, "borderColor": "0x87DD11", "alpha": "{{v.selected?10|0}}"},
  {"x": -5, "y": -5, "borderColor": "0x87DD11", "alpha": "{{v.selected?5|0}}"},
      // Sign of mastery.
      // Знак мастерства.
      { "x": -1, "y": 10, "format": "<img src='img://gui/maps/icons/library/proficiency/class_icons_{{v.mastery}}.png' width='23' height='23'>" },
   //winrate
   { "x": 140, "y": 12, "align": "right", "format": "<font size='11' color='{{v.c_winrate}}'><b>{{v.winrate%.1f~%}}</b></font> <img src='img://gui/maps/icons/library/BattleResultIcon-1.png' width='11' height='11' align='middle'>", "shadow": {"color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 2, "distance": 0, "angle": 0} },
   //spot
   { "x": 140, "y": 26, "align": "right", "format": "<font size='11' color='{{v.c_tsb}}'><b>{{v.tsb%0.1f}}</b></font> <img src='img://gui/maps/icons/tooltip/spotted.png' width='11' height='11' align='middle'>", "shadow": {"color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 2, "distance": 0, "angle": 0} },
   //frags
   { "x": 140, "y": 40, "align": "right", "format": "<font size='11' color='{{v.c_tfb}}'><b>{{v.tfb%0.1f}}</b></font> <img src='img://gui/maps/icons/tooltip/kill.png' width='11' height='11' align='middle'>", "shadow": {"color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 2, "distance": 0, "angle": 0} },
   //average damage colored wn8effd / wn8expd
      { "x": 140, "y": 54, "align": "right", "format": "<font size='11' color='{{v.c_wn8effd}}'><b>{{v.tdb%d}}</b></font> <font size='11' color='0xE4E4E4'>/ {{v.wn8expd%d}}</font> <img src='img://gui/maps/icons/tooltip/damage.png' width='11' height='11' align='middle'>", "shadow": {"color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 2, "distance": 0, "angle": 0} }//,
    ]

 

and many user configs here: http://www.koreanrandom.com/forum/forum/50-%D0%BA%D0%BE%D0%BD%D1%84%D0%B8%D0%B3%D1%83%D1%80%D0%B0%D1%86%D0%B8%D0%B8-xvm-custom-configurations/

Edited by leecher88

Share this post


Link to post

Short link
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...