Re: Chance to win XVM wn8 in battle.
Published by soulza on
BLACKWOT › Forums › Stats & Other Mods for World of Tanks › XVM: eXtended Visualization Mod › Everything XVM › XVM .xc files › Chance to win XVM wn8 in battle. › Re: Chance to win XVM wn8 in battle.
here is SRQflyer’s code slightly (ever so) altered ![]()

“teamRating”: {
“enabled”: true,
“updateEvent”: “PY(ON_UPDATE_TEAM_RATING)”,
“x”: 190,
“y”: 0,
“shadow”: { “distance”: 1, “angle”: 90, “alpha”: 80, “blur”: 5, “strength”: 1.5 },
“textFormat”: { “size”: 20 },
“format”: “<font face =’agencyfb’ size=’20’><b>Team WN8: <font color=’#00EE00′>{{py:alliesAliveRating}}</font>{{py:alliesAliveRatingRatio=0?<font color=’#ffff00′>=</font| {{py:alliesAliveRatingRatio>0?<font color=’#00EE00′>></font>|<font color=’#EE0000′><</font>}}}} <font color=’#EE0000′>{{py:enemiesAliveRating}}</font> <font color='{{py:alliesAliveRatingRatio>=0?#00EE00|#EE0000}}’>({{py:alliesAliveRatingRatio}}%)</b></font></font>”
},