BW Stats by PolarFox

Published by A_Troll on

BLACKWOT Forums Backup Post Old Post Backup BW Stats by PolarFox

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #115152
    A_Troll
    Member

    shot_005.jpgshot_007.jpg

    shot_006.jpg

    The current functionality modifications:

    • The ability to display statistics in the players panel 
    • The ability to display statistics in the list of commands
    • The ability to color the nickname in the chat at the current rating
    • Mode support “General battle”
    • The ability to display hours
    • The ability to display statistics with 30×30 battles

    Installation and configuration:

    1. To extract the contents of the archive to a folder with the established game
    2. To edit the configuration file 
    Quote

    GamesWorld_of_Tanks_XXmodsconfigscom.blackwotplayersRankings

    Download:

    <a class="ipsAttachLink" href="/applications/core/interface/file/attachment.php?id=12351″ data-fileid=”12351″ rel=””>com.blackwot.playersRankings_1.2.5.zip

    #115153
    A_Troll
    Member

    Looks good :)

    #115154

    fresh and new source cod

     

    #115155
    PlazmaKeks
    Participant

    Update ? 😭

    #115156

    Updated 1.4.0.1

    – changes in proxy selector scheme
    – tune communication with main server

    #115157
    QQriq
    Member

    wot-life.com scale in game:
    Open file playersRankings.json and paste:

    {
        “general”: {
            “showClock”: true
        },
        
        “fullStats”: {
            “enable”: true,
            “playerName”: {
                “right”: “{nick}”,
                “left”: “{nick:.16}”,
                “width”: 145
            },
            “vehicleName”: {
                “left”: “{vehicle} <font color=’#{c_battles}’>{kb:<3}</font> <font color=’#{c_wn8}’>{wn8:<4}</font> <font color=’#{c_winrate}’>{winrate:<2.0f}%</font>”,
                “right”: “<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”: false,
            “position”: [-109, -18],
            “text”: “<font face=’$PartnerCondensed’ color=’#{c_wn8}’><b>{wn8}</b></font>”
        },

        “colorRating”: {
              “bad”:                 “CD3333”,
              “bellow_average”:      “D77900”,
              “average”:             “D7B600”,
              “good”:                “6D9521”,
              “very_good”:           “4C762E”,
              “great”:               “4A92B7”,
              “unicum”:              “83579D”,
              “super_unicum”:        “5A3175”
            },

        “colors”:  {
            “wn8”: [
                  { “value”: 599,    “color”: “color:bad”            },
                  { “value”: 899,    “color”: “color:bellow_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”: 699,    “color”: “color:bad”            },
                  { “value”: 899,    “color”: “color:bellow_average” },
                  { “value”: 1099,   “color”: “color:average”        },
                  { “value”: 1349,   “color”: “color:good”           },
                  { “value”: 1599,   “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:bad”            },
                  { “value”: 47,     “color”: “color:bellow_average” },
                  { “value”: 59,     “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”: 101,    “color”: “color:super_unicum”   }
                ], 
            “battles”: [
                  { “value”: 2000,   “color”: “color:bad”            },
                  { “value”: 6000,   “color”: “color:bellow_average” },
                  { “value”: 12000,  “color”: “color:average”        },
                  { “value”: 20000,  “color”: “color:good”           },
                  { “value”: 30000,  “color”: “color:very_good”      },
                  { “value”: 42000,  “color”: “color:great”          },
                  { “value”: 60000,  “color”: “color:unicum”         },
                  { “value”: 900000, “color”: “color:super_unicum”   }
                ]
        }
    }

    #115158

    Updated for patch 1.5.0.0

     

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.