Jump to content

Ratings colors


Recommended Posts

In the last modpack, a change was made to which colors are assigned to various ratings.  I think some of these color/rating combinations are not correct somehow.

For example a 76% on marks of excellence is shown as yellow in color which previously meant average.  I would think that having a damage ratio higher than 76% of the players on that tank would be better than average.  It was before the latest update.

 

rEcFIuO.jpg

Link to comment
  • Administrator

 

 

What was before:

    // Dynamic color by damage rating (percents for marks on gun)
    // Динамический цвет по рейтингу урона (процент для отметок на стволе)
    "damageRating": [
      { "value": 20,   "color": ${"def.colorRating.very_bad" } }, // 20% of players
      { "value": 60,   "color": ${"def.colorRating.bad"      } }, // better than 20% of players
      { "value": 90,   "color": ${"def.colorRating.normal"   } }, // better than 60% of players
      { "value": 99,   "color": ${"def.colorRating.good"     } }, // better than 90% of players
      { "value": 99.9, "color": ${"def.colorRating.very_good"} }, // better than 99% of players
      { "value": 100,  "color": ${"def.colorRating.unique"   } }  // better than 99.9% of players
    ],

 

What is now:

    // Dynamic color by damage rating (percents for marks on gun)
    // Динамический цвет по рейтингу урона (процент для отметок на стволе)
    "damageRating": [
      { "value": 64.99, "color": ${"def.colorRating.very_bad"} }, // 0-64.99
      { "value": 84.99, "color": ${"def.colorRating.normal"  } }, // 65-84.99
      { "value": 94.99, "color": ${"def.colorRating.good"    } }, // 85-94.99
      { "value": 100,   "color": ${"def.colorRating.unique"  } }  // 95-*
    ],

 

This was done by XVM devs. Who knows, maybe they will tune it up further or make new changes later. I agree it's a bit dumbed down now so I will return this particular colors to what it was before.

Link to comment

Well, they went towards simpler gunmarks color representation: red - no marks, yellow - one mark, green - two marks, blue - three marks.

I know it's a bit harder to reach nicer colors, but I think this is more logical than 6 colors representing four excellence states.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.