Chiter

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Battle Stats – Statistics players in action #111914
    Chiter
    Member

    Then OK. I am happy with current color scheme. I only need additional player’s game no column which was there before.

    in reply to: Battle Stats – Statistics players in action #111912
    Chiter
    Member

     If 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”: [
     

    in reply to: Battle Stats – Statistics players in action #111911
    Chiter
    Member

    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”   }
                ]
        }
    }

    in reply to: Battle Stats – Statistics players in action #111909
    Chiter
    Member
    On 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

    in reply to: Battle Stats – Statistics players in action #111907
    Chiter
    Member

    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.

    in reply to: Battle Stats – Statistics players in action #111906
    Chiter
    Member

    As you can see the below screenshot, at left I can have the WN8 ratings only. I need game no. s of players near it as I could have with your mod in  recent version of WOT.

    Screenshot_1.jpg

    in reply to: Battle Stats – Statistics players in action #111904
    Chiter
    Member

     No answer???

    in reply to: Battle Stats – Statistics players in action #111903
    Chiter
    Member

     At 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?

Viewing 8 posts - 1 through 8 (of 8 total)