Re: Battle Stats – Statistics players in action
Published by Chiter on
BLACKWOT › Forums › BlackWOT Modification for World of Tanks › BlackWot Premium Friends › Polar Fox Mods › Battle Stats – Statistics players in action › Re: Battle Stats – Statistics players in action
QQric Thanks for help But unfortunately after I changed my file section with yours, WOT begins crash during loading in Win10. You can find my file section below comparing with yours. I called section because there is more coding above that section in “mod_battle_stats.json” file in my mod.
—-
“colorRating”: {
“very_bad”: “FE0E00”,
“bad”: “FE7903”,
“normal”: “F8F400”,
“good”: “60FF00”,
“very_good”: “02C9B3”,
“unique”: “D042F3”
},
“colors”: {
“wn8”: [
{ “value”: 418, “color”: “color:very_bad” },
{ “value”: 951, “color”: “color:bad” },
{ “value”: 1551, “color”: “color:normal” },
{ “value”: 2337, “color”: “color:good” },
{ “value”: 3139, “color”: “color:very_good” },
{ “value”: 9999, “color”: “color:unique” }
],
“eff”: [
{ “value”: 609, “color”: “color:very_bad” },
{ “value”: 874, “color”: “color:bad” },
{ “value”: 1174, “color”: “color:normal” },
{ “value”: 1539, “color”: “color:good” },
{ “value”: 1879, “color”: “color:very_good” },
{ “value”: 9999, “color”: “color:unique” }
],
“winrate”: [
{ “value”: 46.5, “color”: “color:very_bad” },
{ “value”: 48.5, “color”: “color:bad” },
{ “value”: 52.5, “color”: “color:normal” },
{ “value”: 57.5, “color”: “color:good” },
{ “value”: 64.5, “color”: “color:very_good” },
{ “value”: 101, “color”: “color:unique” }
],
“battles”: [
{ “value”: 2000, “color”: “color:very_bad” },
{ “value”: 6000, “color”: “color:bad” },
{ “value”: 16000, “color”: “color:normal” },
{ “value”: 30000, “color”: “color:good” },
{ “value”: 43000, “color”: “color:very_good”},
{ “value”: 900000, “color”: “color:unique” }
]
}
}