-
-
Notifications
You must be signed in to change notification settings - Fork 42
Custom Crosshairs
Crosshair
To enable custom crosshairs, open flawhud/resource/ui/hudplayerclass.res
and under the CustomCrosshair node, change the value of visible
to 1.
To change the crosshair color, open flawhud/resource/scheme/clientscheme_colors.res
and change the values of Crosshair
to the preferred color.
To change the crosshair style, open flawhud/resource/ui/hudplayerclass.res
and under the CustomCrosshair node, change the value of labelText
to the letter corresponding to the chart below.
Hitmarker
To change the hitmarker color, open flawhud/resource/scheme/clientscheme_colors.res
and change the values of CrosshairDamage
to the preferred color.
To disable the hitmarker, open flawhud/scripts/hudanimations_manifest.txt
and comment out the line containing scripts/hudanimations_hitmarker.txt
.