Chiter
Forum Replies Created
-
AuthorPosts
-
ChiterMember
Then OK. I am happy with current color scheme. I only need additional player’s game no column which was there before.
ChiterMemberIf 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”: [
ChiterMemberQQric 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” }
]
}
}ChiterMemberOn 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
ChiterMemberAnd 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.
ChiterMemberChiterMemberNo answer???
ChiterMemberAt last patch (1.2.0.2) The players panel doesn’t show games no of players. Only way to see those is TAB key extended screen. Recent version has had no such problem. Any solution to have games no. too at players panel in game?
-
AuthorPosts
