NS/main/weaponcfgs/noweapon.cfg

17 lines
598 B
INI
Raw Normal View History

// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
//
// Default to white cross when no weapon is out for custom cfgs so people aren't stuck with whatever was last used when swapping to custom crosshairs.
cl_cross_color "255 255 255"
cl_cross_alpha "255"
cl_cross_thickness "2"
cl_cross_size "6"
cl_cross_gap "3"
cl_cross_outline "1"
cl_cross_outline_alpha ""
cl_cross_outline_inner "0"
cl_cross_line_top "1"
cl_cross_line_bottom "1"
cl_cross_line_left "1"
cl_cross_line_right "1"
cl_cross_dot_size "0"
cl_cross_circle_radius "0"