Battle Stats – Statistics players in action
Published by The Elements Of Life on
BLACKWOT › Forums › BlackWOT Modification for World of Tanks › BlackWot Premium Friends › Polar Fox Mods › Battle Stats – Statistics players in action
- This topic has 129 replies, 31 voices, and was last updated 7 years, 6 months ago by A_Troll.
-
AuthorPosts
-
07.12.2018 at 09:07 #111907ChiterMember
And now another feature of this mod. Since yesterday this mod stopped to work after first game of WOT. It works only at 1. game and nothing since until close and restart WOT to have mod only for 1 game again.
07.12.2018 at 17:00 #111908The Elements Of LifeParticipant7 hours ago, Chiter said:And now another feature of this mod. Since yesterday this mod stopped to work after first game of WOT. It works only at 1. game and nothing since until close and restart WOT to have mod only for 1 game again.
Updated
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedcontent="" data-embedid="embed3668907484" scrolling="no" src="/index.php?/files/file/75-polar-fox-statistics-hangar-tools/&do=embed” style=”overflow: hidden; height: 414px; max-width: 502px;”>
08.12.2018 at 12:28 #111909ChiterMemberOn 12/7/2018 at 12:07 PM, Chiter said:And now another feature of this mod. Since yesterday this mod stopped to work after first game of WOT. It works only at 1. game and nothing since until close and restart WOT to have mod only for 1 game again.
Yes, new version of mod now going on to work in games BUT still no games no of players. I still have to TAB key’s extended panel to see players’ game no.s
10.12.2018 at 13:26 #111910QQriqMemberWoT-Life: (I can’t paste Notepad file).
“colorRating”: {
“very_bad”: “000000”,
“bad”: “CD3333”,
“below_average”: “D77900”,
“average”: “D7B600”,
“good”: “6D9521”,
“very_good”: “4C762E”,
“great”: “4A92B7”,
“unicum”: “83579D”,
“super_unicum”: “5A3175”,
},“colors”: {
“wn8”: [
{ “value”: 1, “color”: “color:very_bad” },
{ “value”: 300, “color”: “color:bad” },
{ “value”: 600, “color”: “color:below_average ” },
{ “value”: 900, “color”: “color:average” },
{ “value”: 1250, “color”: “color:good” },
{ “value”: 1600, “color”: “color:very_good” },
{ “value”: 1900, “color”: “color:great” },
{ “value”: 2350, “color”: “color:unicum” },
{ “value”: 2899, “color”: “color:super_unicum” }
],
“eff”: [
{ “value”: 1, “color”: “color:very_bad” },
{ “value”: 500, “color”: “color:bad” },
{ “value”: 700, “color”: “color:below_average” },
{ “value”: 900, “color”: “color:average” },
{ “value”: 1100, “color”: “color:good” },
{ “value”: 1350, “color”: “color:very_good” },
{ “value”: 1550, “color”: “color:great” },
{ “value”: 1850, “color”: “color:unicum” },
{ “value”: 2049, “color”: “color:super_unicum” }
],
“winrate”: [
{ “value”: 1, “color”: “color:very_bad” },
{ “value”: 45, “color”: “color:bad” },
{ “value”: 47, “color”: “color:below_average” },
{ “value”: 49, “color”: “color:average” },
{ “value”: 52, “color”: “color:good” },
{ “value”: 54, “color”: “color:very_good” },
{ “value”: 56, “color”: “color:great” },
{ “value”: 60, “color”: “color:unicum” },
{ “value”: 65, “color”: “color:super_unicum” }
],
“battles”: [
{ “value”: 1, “color”: “color:very_bad” },
{ “value”: 2000, “color”: “color:bad” },
{ “value”: 4000, “color”: “color:below_average” },
{ “value”: 8000, “color”: “color:average” },
{ “value”: 16000, “color”: “color:good” },
{ “value”: 24000, “color”: “color:very_good” },
{ “value”: 36000, “color”: “color:great” },
{ “value”: 48000, “color”: “color:unicum” },
{ “value”: 60000, “color”: “color:super_unicum” }
]
}
}10.12.2018 at 14:30 #111911ChiterMemberQQric 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” }
]
}
}10.12.2018 at 14:39 #111912ChiterMemberIf you can check those coding other than above mentioned, I feel there is no “player games section” in coding. What is your opinion? (My current json file which applied by “Elements of” mod update post above.)
—–
{
“fullStats”: {
“enable”: true,
“showBadges”: false,
“playerName”: {
“left”: “{nick}”,
“right”: “{nick:.16}”,
“width”: 145
},
“vehicleName”: {
“right”: “{vehicle} <font color=’#{c_battles}’>{kb:<3}</font> <font color=’#{c_wn8}’>{wn8:<4}</font> <font color=’#{c_winrate}’>{winrate:<2.0f}%</font>”,
“left”: “<font color=’#{c_winrate}’>{winrate:2.0f}%</font> <font color=’#{c_wn8}’>{wn8:4}</font> <font color=’#{c_battles}’>{kb:3}</font> {vehicle}”,
“width”: 100
}
},“battleChat”: {
“enable”: true,
“playerFormat”: “<font color=’#{c_wn8}’>{nick}</font> ({vehicle}) “,
“allyFormat”: “<font color=’#{c_wn8}’>{nick}</font> ({vehicle}) “
},“playersPanel”:{
“enable”:true,
“playerNameFull”: {
“left”: “<font color=’#{c_wn8}’>{wn8}</font> {nick}”,
“right”: “{nick} <font color=’#{c_wn8}’>{wn8}</font>”,
“width”: 0
},
“playerNameCut”: {
“left”: “<font color=’#{c_wn8}’>{wn8}</font> {nick}”,
“right”: “{nick:.18} <font color=’#{c_wn8}’>{wn8}</font>”,
“width”: 140
},
“vehicleName”: {
“left”: “<font color=’#{c_wn8}’>{vehicle}</font>”,
“right”: “<font color=’#{c_wn8}’>{vehicle}</font>”,
“width”: 80
}
},“markersExtension”:{
“enable”: true,
“position”: [-109, -18],
“text”: “<font face=’$PartnerCondensed’ color=’#{c_wn8}’><b>{wn8}</b></font>”
},“colorRating”: {
“very_bad”: “FE0E00”,
“bad”: “FE7903”,
“normal”: “F8F400”,
“good”: “60FF00”,
“very_good”: “02C9B3”,
“unique”: “D042F3”
},“colors”: {
“wn8”: [
10.12.2018 at 15:03 #111913QQriqMemberI changed only the lines responsible for colors in game.
I made a mistake but now is correct. Colors too.
“colorRating”: {
“very_bad”: “000000”,
“bad”: “CD3333”,
“below_average”: “D77900”,
“average”: “D7B600”,
“good”: “6D9521”,
“very_good”: “4C762E”,
“great”: “4A92B7”,
“unicum”: “83579D”,
“super_unicum”: “5A3175”
},“colors”: {
“wn8”: [
{ “value”: 300, “color”: “color:very_bad” },
{ “value”: 599, “color”: “color:bad” },
{ “value”: 899, “color”: “color:below_average” },
{ “value”: 1249, “color”: “color:average” },
{ “value”: 1599, “color”: “color:good” },
{ “value”: 1899, “color”: “color:very_good” },
{ “value”: 2349, “color”: “color:great” },
{ “value”: 2899, “color”: “color:unicum” },
{ “value”: 9999, “color”: “color:super_unicum” }
],
“eff”: [
{ “value”: 500, “color”: “color:very_bad” },
{ “value”: 699, “color”: “color:bad” },
{ “value”: 899, “color”: “color:below_average” },
{ “value”: 1099, “color”: “color:average” },
{ “value”: 1349, “color”: “color:good” },
{ “value”: 1549, “color”: “color:very_good” },
{ “value”: 1849, “color”: “color:great” },
{ “value”: 2049, “color”: “color:unicum” },
{ “value”: 9999, “color”: “color:super_unicum” }
],
“winrate”: [
{ “value”: 45, “color”: “color:very_bad” },
{ “value”: 47, “color”: “color:bad” },
{ “value”: 49, “color”: “color:below_average” },
{ “value”: 52, “color”: “color:average” },
{ “value”: 54, “color”: “color:good” },
{ “value”: 56, “color”: “color:very_good” },
{ “value”: 60, “color”: “color:great” },
{ “value”: 65, “color”: “color:unicum” },
{ “value”: 100, “color”: “color:super_unicum” }
],
“battles”: [
{ “value”: 2000, “color”: “color:very_bad” },
{ “value”: 4000, “color”: “color:bad” },
{ “value”: 8000, “color”: “color:below_average” },
{ “value”: 16000, “color”: “color:average” },
{ “value”: 24000, “color”: “color:good” },
{ “value”: 36000, “color”: “color:very_good” },
{ “value”: 48000, “color”: “color:great” },
{ “value”: 60000, “color”: “color:unicum” },
{ “value”: 300000, “color”: “color:super_unicum” }
]
}
}10.12.2018 at 17:09 #111914ChiterMemberThen OK. I am happy with current color scheme. I only need additional player’s game no column which was there before.
07.02.2019 at 21:26 #111915xeno13Membera new update? its dead this mod?
07.02.2019 at 22:14 #111916A_TrollMember47 minutes ago, xeno13 said:a new update? its dead this mod?
No. It will take about a week before it will be updated. Please be patient.
-
AuthorPosts
- You must be logged in to reply to this topic.