Jump to content
Korean Random

Recommended Posts

What's wrong with this? Colors in game are not even close to what I want them to be. Very bad ends somewhere at 485. Please help :)

 

 // Custom dynamic colors by ratings.
    // If you want use your own color scales,
    // uncomment this block and replace "rating_name" to one of this values: "eff", "wn8", "wtr", "wgr"
    // Динамический цвет по указанному рейтингу.
    // Если вы хотите использовать свои собственные границы цветов вместо стандартных,
    // раскомментируйте блок и замените "rating_name" на одно из следующих значений: "eff", "wn8", "wtr", "wgr"
     "wn8": [
      { "value": 850,   "color": ${"def.colorRating.very_bad" } }, //    0 - 500   - very bad
      { "value": 1000,  "color": ${"def.colorRating.bad"      } }, //  501 - 1000  - bad
      { "value": 1450,  "color": ${"def.colorRating.normal"   } }, // 1001 - 2000  - normal
      { "value": 1800,  "color": ${"def.colorRating.good"     } }, // 2001 - 3000  - good
      { "value": 2300,  "color": ${"def.colorRating.very_good"} }, // 3001 - 5000  - very good
      { "value": 99999, "color": ${"def.colorRating.unique"   } }  // 5001 - 99999 - unique
     ],
    // Dynamic color by win percent
    // Динамический цвет по проценту побед

colors.xc

Share this post


Link to post

Short link
Share on other sites
Just now, kordiks said:

The thing is I want to use my own scales :)

I didn`t understand at first)

 

1 minute ago, kordiks said:

Am doing something wrong in those lines?

No. It`s correct.

Attach your config (res_mods\configs\xvm).

Share this post


Link to post

Short link
Share on other sites

@kordiks, this config uses macro "{{c:xr}}". It means that the color scales takes from XVM server.

To use in-config color scales you have to use "{{c:wn8}}" (e.g.) macro.

Share this post


Link to post

Short link
Share on other sites
1 minute ago, kordiks said:

Could You tell me what exactly You changed

All "{{c:xr}}" to "{{c:wn8}}". You can use notepad++ option "Find in files" to find all matches.

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...