Hitmarkers - Hypnootize/hypnotizehud GitHub Wiki
HITMARKERS
ENABLING THE HITMARKER
- Navigate to
Hypnotize Hud\customizations\crosshairs and hitmarker animation.txt
- Remove the double slash
//
from bothAnimate "Hitmarker"...
lines in order to activate them.
EDITING THE HITMARKER
CHANGING HITMARKER TYPE
- Navigate to
Hypnotize Hud\customizations\crosshairs and hitmarker.res
and scroll down to the HitMarker section - Choose a hitmarker from the screenshot above and use its attached letter as a value for
"labelText"
for example with "labelText"
"s"
we will get the Overwatch styled hitmartker
CHANGING HITMARKER SIZE
Edit the "font"
value to resize the hitmarker , 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
HITMARKER 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 hitmarker left/right (xpos) and up/down (ypos). For example "cs-0.490"
to move the hitmarker up or left a bit or "cs-0.510"
to move the hitmarker down or right a bit
HITMARKER COLOR
The hitmarker color can be changed from Hypnotize Hud\customizations\colors.res
by editing the R(red) G(green) B(blue) A(alpha) code of "hitmarker"