Crosshairs - Hypnootize/hypnotizehud GitHub Wiki

HUD CROSSHAIRS

ENABLING THE CROSSHAIR

  • Navigate to Hypnotize Hud\customizations\crosshairs and hitmarker.res
  • Edit the "visible" to "1" in order to activate the crosshair

CHANGING CROSSHAIR TYPE

Choose a crosshair from the screenshot above and use its attached letter as a value for "labelText"

for example with "labelText" "!" we will get the first cross in the screenshot

CHANGING CROSSHAIR SIZE

Edit the "font" value to resize the crosshair, any size between Size:10 | and Size:30 | is selectable

ENABLING/DISABLING THE OUTLINE

Edit the "font" value again to enable or disable the outline by simply changing it from "Size:18 | Outline:OFF" to Size:18 | Outline:ON or the other way around

CROSSHAIR POSITIONING

Edit both "xpos" and "ypos" values to perfectly center the crosshair. By default they will be set to "cs-0.5", you can add decimals to this value in order to move the crosshair left/right (xpos) and up/down (ypos). For example "cs-0.490" to move the crosshair up or left a bit or "cs-0.510" to move the crosshair down or right a bit

CROSSHAIR COLOR

The crosshair color can be changed from Hypnotize Hud\customizations\colors.res by editing the R(red) G(green) B(blue) A(alpha) code of "crosshair"

ANIMATING THE CROSSHAIR

The HUD crosshair can be animated to make it flash everytime an enemy was hit, to do so navigate to Hypnotize Hud\customizations\crosshairs and hitmarker animation.txt and from this file simply remove the double slash // from both Animate "CustomCrosshair"... lines in order to activate them.

The flash color is set to be red by default but it can be changed from Hypnotize Hud\customizations\colors.res once again, by editing the "Crosshair Pulse" color code.