z4Basically need help
To remove borders from items, open clientscheme.res and find
// Standard ------------------------------------------------------------------------------------------------
BackpackItemBorder
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"image" "backpack_rect"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "11"
}
BackpackItemMouseOverBorder
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"image" "backpack_rect_mouseover"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "11"
}
BackpackItemSelectedBorder
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"image" "backpack_rect_selected"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "11"
}
BackpackItemGreyedOutBorder
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"color" "Black"
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "11"
}
BackpackItemGreyedOutSelectedBorder
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"color" "Black"
"image" "backpack_rect_selected"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "11"
}
and change draw_corner_width and height to 0. Then repeat this for every quality.