mirror of
https://github.com/ENSL/NS.git
synced 2024-11-22 04:31:12 +00:00
417892f507
- adjust hivesight labels to be less visibile if they're not being attacked - add crosshair scaling when above 1080p - fix music not playing after the first map - config updates
17 lines
No EOL
598 B
INI
17 lines
No EOL
598 B
INI
// 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" |