Old sniper cross hair has bad visibility. so i tried replacing old one with Shift's one.
but it doesn't work..
though i overwrote new H_snipercross.png, still my sniper crosshair is a old one.
what should i do??
How do i change my sniper crosshair?
How do i change my sniper crosshair?
Last edited by browneyes on Mon Jul 27, 2015 9:10 pm, edited 1 time in total.
Re: How do i change my sniper crosshair?
I believe you need to rename it to h_reticle
There should also be a script to use it too if you didn't already have one.
There should also be a script to use it too if you didn't already have one.
[NHOP]Virus
Re: How do i change my sniper crosshair?
Thank you virus but H_reticle is already in use..
i wanna change my reticle when it's zoomed.
i wanna change my reticle when it's zoomed.
Re: How do i change my sniper crosshair?
Hmm, I'm sure Shift will know what to do. Good luck.
[NHOP]Virus
Re: How do i change my sniper crosshair?
Yeah, he still visits the forum. Send him a PM and see if he responds.
Re: How do i change my sniper crosshair?
these 2 lines are in clientprefs.cs in \config\ you can also put them in autoexec
1st one enables sniper crosshair so you don't use your regular crosshair for sniping
2nd enables textured crosshair, instead of hardcoded one
Code: Select all
$pref::sniperCrosshair = "True";
$pref::sniperCrosshairTexture = "True";
2nd enables textured crosshair, instead of hardcoded one
Re: How do i change my sniper crosshair?
D4M45T3R wrote:these 2 lines are in clientprefs.cs in \config\ you can also put them in autoexec
1st one enables sniper crosshair so you don't use your regular crosshair for snipingCode: Select all
$pref::sniperCrosshair = "True"; $pref::sniperCrosshairTexture = "True";
2nd enables textured crosshair, instead of hardcoded one