flatlineI don't have a collectors item so I have no easy way to fix that.
Yeah you do.
Find "QualityColorHaunted", put this under it
"QualityColorCollectors" "131 0 0 255"
Same with "QualityColorHaunted_GreyedOut"
"QualityColorCollectors_GreyedOut" "32 0 0 255"
And then in the borders section, under Haunted and above Vintage
// Collector's ------------------------------------------------------------------------------------------------
BackpackItemBorder_Collectors
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"color" "QualityColorCollectors"
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}
BackpackItemMouseOverBorder_Collectors
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"color" "QualityColorCollectors"
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}
BackpackItemGreyedOutBorder_Collectors
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"color" "QualityColorCollectors_GreyedOut"
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}
BackpackItemGreyedOutSelectedBorder_Collectors
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"color" "QualityColorCollectors_GreyedOut"
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}
Now you have collector's colors friend