Jump to content

where can i edit the xvm rating?


Recommended Posts

Hello Forum

 

So ive been trying to edit my xvm rating settings in the alpha.xc to try and change the colors of xvm but it seems that even though i change everything under wn8 to really low numbers nothing happens which means it doesnt read the scale there.

 

 

so my question is where can i find those settings that define the color you have in a certain wn8 range and how do i change that range?

 

 

 

- Nightmarez

Edited by nightmarez
Link to comment
  • Moderator

colors.xc is the one you need to adjust...

    // Dynamic color by WN8 rating
    // Динамический цвет по рейтингу WN8
    "wn8": [
	  { "value": 300,  "color": ${"def.colorRatingNew.beginner" 		} },
	  { "value": 450,  "color": ${"def.colorRatingNew.basic" 			} },
	  { "value": 650,  "color": ${"def.colorRatingNew.below_average"	} },
	  { "value": 900,  "color": ${"def.colorRatingNew.average"			} },
	  { "value": 1200, "color": ${"def.colorRatingNew.above_average"	} },
	  { "value": 1600, "color": ${"def.colorRatingNew.good"				} },
	  { "value": 2000, "color": ${"def.colorRatingNew.very_good"		} },
	  { "value": 2450, "color": ${"def.colorRatingNew.great"			} },
	  { "value": 2900, "color": ${"def.colorRatingNew.unicum"			} },
	  { "value": 9999, "color": ${"def.colorRatingNew.super_unicum"		} } 
    ],

Change the "value" on when the color should change..

 

alpha.xc is for transparency only

Link to comment
  • Moderator

and the color itself is changed at the top of the colors.xc file:

	"colorRatingNew": {
      "beginner":		"0xB80000",   // very bad
      "basic":			"0xFE0E00",   // bad
      "below_average":	"0xff8a00",   // below average
      "average":		"0xe6df27",   // average
      "above_average":	"0x77e812",   // above average
      "good":			"0x459300",   // good
      "very_good":		"0x2ae4ff",   // very good
      "great":			"0x00a0b8",   // great
      "unicum":			"0xc64cff",   // unicum
      "super_unicum":	"0x8225ad"    // super_unicum
    }
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.