Upvote Upvoted 1 Downvote Downvoted
knhud crosshair in omphud
1
#1
0 Frags +

So Knhud has this script that turns the crosshair red every time you do damage. What do I have to copy over to omphud to enable that?

http://www.rdyup.org/knhud/

So Knhud has this script that turns the crosshair red every time you do damage. What do I have to copy over to omphud to enable that?

http://www.rdyup.org/knhud/
2
#2
-1 Frags +

In hudanimations_tf(scripts folder) control+f for event DamagedPlayer

Then paste in there this

Animate crosshair FgColor "color" Linear 0.0 0.1
Animate crosshair FgColor "color" Linear 0.2 0.200001

Change crosshair to the crosshair you are using and color to the colors you want. This is how mine looks.

Animate xHairCirclePulse FgColor "255 0 0 255" Linear 0.0 0.1
Animate xHairCirclePulse FgColor "0 0 0 255" Linear 0.2 0.200001

In hudanimations_tf(scripts folder) control+f for event DamagedPlayer


Then paste in there this

Animate crosshair FgColor "color" Linear 0.0 0.1
Animate crosshair FgColor "color" Linear 0.2 0.200001

Change crosshair to the crosshair you are using and color to the colors you want. This is how mine looks.

Animate xHairCirclePulse FgColor "255 0 0 255" Linear 0.0 0.1
Animate xHairCirclePulse FgColor "0 0 0 255" Linear 0.2 0.200001
3
#3
0 Frags +

I have 3 crosshairs that light up.

Animate xHairCircle FgColor "102 0 0 150" Accel 0.0 0.0
Animate xHairCircle FgColor "0 255 0 150" Accel 0.2 0.0
Animate KonrWings FgColor "102 0 0 150" Accel 0.0 0.0
Animate KonrWings FgColor "0 255 0 150" Accel 0.2 0.0
Animate BasicDot FgColor "255 0 0 150" Accel 0.0 0.0
Animate BasicDot FgColor "0 255 0 150" Accel 0.2 0.0

It helps

I have 3 crosshairs that light up.

Animate xHairCircle FgColor "102 0 0 150" Accel 0.0 0.0
Animate xHairCircle FgColor "0 255 0 150" Accel 0.2 0.0
Animate KonrWings FgColor "102 0 0 150" Accel 0.0 0.0
Animate KonrWings FgColor "0 255 0 150" Accel 0.2 0.0
Animate BasicDot FgColor "255 0 0 150" Accel 0.0 0.0
Animate BasicDot FgColor "0 255 0 150" Accel 0.2 0.0

It helps
Please sign in through STEAM to post a comment.