Jump to content
Korean Random
Sign in to follow this  
CBARoughneck

would cause this for colors not showing up

Recommended Posts

HL2466.png

 

Im using the same colors.xc,  rating.xc, and players panel.xc in 2 different cfg  pretty much every file except for OTM one is vertical health bars the other is circle health bars folders but as you can tell the screen shot on right leaves anything under48%  and low wn8 not colored and it should look like the screenshot on the left,

 

vertical cfg folder works perfect the circle one doesnt but im using the same files except for OTM

 

can someone take a look and test? or explain where my issue is

 


i went to a old colors xc working now, wotlabs color cfg doesnt show the low rating

roughnecks-circle.rar

Share this post


Link to post

Short link
Share on other sites

Everything works exactly as it is in your config
 
take a look at this parts:

// New WN8 color scale from Wotlabs
    "colorRatingNew": {
      "bad":   "0xBAAAAD",   // bad
      "below_average": "0xC00B00",   // below average
      "average":  "0xFE0E00",   // average
      "above_average": "0xF8AF00",   // above average
      "intermediate": "0xF8F400",   // intermediate
      "adequate":       "0x60FF00",    // adequate
      "good":   "0x44B400",    // good
      "very_good":  "0x00FFCC",    // very good
      "great":   "0x00B4FF",    // great
      "unicum":   "0xAE42F3",    // unicum
      "super_unicum": "0x9000FF"    // super_unicum
    },
	// Wotlabs Colorscale replacement for XVM
	"rating": [
	  { "value": 47,  "color": ${"def.colorRatingNew.bad"			} },
	  { "value": 48,  "color": ${"def.colorRatingNew.below_average"	} },
	  { "value": 49,  "color": ${"def.colorRatingNew.average"		} },
	  { "value": 50, "color": ${"def.colorRatingNew.above_average"	} },
	  { "value": 51, "color": ${"def.colorRatingNew.intermediate"	} },
	  { "value": 52, "color": ${"def.colorRatingNew.adequate"		} },
	  { "value": 53, "color": ${"def.colorRatingNew.good"			} },
	  { "value": 56, "color": ${"def.colorRatingNew.very_good"		} },
	  { "value": 62, "color": ${"def.colorRatingNew.great"			} },
	  { "value": 67, "color": ${"def.colorRatingNew.unicum"			} },
	  { "value": 101, "color": ${"def.colorRatingNew.super_unicum"	} } 
    ],

As you can see Wotlabs decided to consider all players with 47 and below as "bad".

Edited by Uti-Puti

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.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...