houston2015 wrote:sir, is it possible to adjust FOX scoreboard slide-out stats' background color darker as the violation panel?
And really appreciate your FOX scoreboard, thanks a lot.

Yes, it is very easy to do, but I can't make it for everybody as some persons will prefer old layout, etc.
HEre is a tutorial how to make background more/less transparent and how to change the color.
Open newscorebug.iff with any hex editor.
Offset range we are interested in is from 9d974 to 9dca7 (red circled in the picture. Yuu will get the same look as in picture if you choose to display 16 colums in editor, then all important offsets will be in column).
You see a pattern?
00 00 00 a0.
First three "00 00 00" are responsible for color. (00 00 00 is pure black color). You can substitute them with any color in hex format, egzample 98 01 2e (red as miami heat).
Last "a0" is responsible for transparency. Substitute to FF and it will have zero transparency, while changing to 00 will make object invisible (fully transparent).
So, substitute all these offsets (range from 9d974 to 9dca7) as you think will work best for you.
BTW, violation panel's color and transparency was set by me "20 20 20 f0"