Upvote Upvoted 0 Downvote Downvoted
Custom Crosshair That I Can't Find
1
#1
0 Frags +

Hello, Theres that crossahir that I saw in a youtube video: https://www.youtube.com/watch?v=68UczvlkzW0&t=375s
and I really liked it but I couldn't find it anywere can someone help me? thank you.

Also the crosshair has a cool feater that when you hit an enemy player the crosshair turns red for a second or less.

Hello, Theres that crossahir that I saw in a youtube video: https://www.youtube.com/watch?v=68UczvlkzW0&t=375s
and I really liked it but I couldn't find it anywere can someone help me? thank you.

Also the crosshair has a cool feater that when you hit an enemy player the crosshair turns red for a second or less.
2
#2
2 Frags +

this is just a cross, you can get in pretty much any hud, and the crosshair flashing when doing damage is also a feature you can find in almost every hud nowadays

this is just a cross, you can get in pretty much any hud, and the crosshair flashing when doing damage is also a feature you can find in almost every hud nowadays
3
#3
-3 Frags +

Can you give an example for a hud?

Can you give an example for a hud?
4
#4
0 Frags +

rayshud

rayshud
5
#5
-5 Frags +

this is a default crosshair

this is a default crosshair
6
#6
0 Frags +

if you want it to turn red you have to do that in hudanimations

if you want it to turn red you have to do that in hudanimations
7
#7
-1 Frags +

Do you know what do I need to write where for it to turn red?

Do you know what do I need to write where for it to turn red?
8
#8
2 Frags +

Depends what HUD you've used for the cross but
(in HUD/Scripts/Hudanimations.txt) go to where it has
event DamagedPlayer
{
//empty
}

replace with
event DamagedPlayer
{
Animate XXX FgColor "255 0 0 255" Linear 0.0 0.00001
Animate XXX FgColor "255 255 255 255" Linear 0.15 0.15001
}
Replace XXX with whatever the crosshair is named in resource/hudlayout.res
If you want to change the length of time of the flash, it’s the 0.15 0.15001, just change them until you like it. E.g. 0.5 0.5001 etc.
Copied from ETF2L

Depends what HUD you've used for the cross but
(in HUD/Scripts/Hudanimations.txt) go to where it has
event DamagedPlayer
{
//empty
}

replace with
event DamagedPlayer
{
Animate XXX FgColor "255 0 0 255" Linear 0.0 0.00001
Animate XXX FgColor "255 255 255 255" Linear 0.15 0.15001
}
Replace XXX with whatever the crosshair is named in resource/hudlayout.res
If you want to change the length of time of the flash, it’s the 0.15 0.15001, just change them until you like it. E.g. 0.5 0.5001 etc.
Copied from ETF2L
Please sign in through STEAM to post a comment.