How do i change my sniper crosshair?

Post Reply
User avatar
browneyes
Posts: 402
Joined: Mon Mar 03, 2014 12:14 am

How do i change my sniper crosshair?

Post by browneyes »

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??
Last edited by browneyes on Mon Jul 27, 2015 9:10 pm, edited 1 time in total.
Image
Image
User avatar
virus
Posts: 474
Joined: Wed May 22, 2013 10:27 pm
Contact:

Re: How do i change my sniper crosshair?

Post by virus »

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.
[NHOP]Virus
User avatar
browneyes
Posts: 402
Joined: Mon Mar 03, 2014 12:14 am

Re: How do i change my sniper crosshair?

Post by browneyes »

Thank you virus but H_reticle is already in use..

i wanna change my reticle when it's zoomed.
Image
Image
User avatar
virus
Posts: 474
Joined: Wed May 22, 2013 10:27 pm
Contact:

Re: How do i change my sniper crosshair?

Post by virus »

Hmm, I'm sure Shift will know what to do. Good luck.
[NHOP]Virus
User avatar
browneyes
Posts: 402
Joined: Mon Mar 03, 2014 12:14 am

Re: How do i change my sniper crosshair?

Post by browneyes »

Yea.. i think so.
but Shift doesn't come forum these days.
Image
Image
User avatar
KILROY
Posts: 1315
Joined: Sat Apr 05, 2014 8:59 pm
Location: Texas

Re: How do i change my sniper crosshair?

Post by KILROY »

Yeah, he still visits the forum. Send him a PM and see if he responds.
D4M45T3R
Posts: 69
Joined: Sun May 11, 2014 7:15 am

Re: How do i change my sniper crosshair?

Post by D4M45T3R »

these 2 lines are in clientprefs.cs in \config\ you can also put them in autoexec

Code: Select all

$pref::sniperCrosshair = "True";
$pref::sniperCrosshairTexture = "True";
1st one enables sniper crosshair so you don't use your regular crosshair for sniping
2nd enables textured crosshair, instead of hardcoded one
2Strong
Posts: 54
Joined: Tue Dec 20, 2011 11:10 am

Re: How do i change my sniper crosshair?

Post by 2Strong »

D4M45T3R wrote:these 2 lines are in clientprefs.cs in \config\ you can also put them in autoexec

Code: Select all

$pref::sniperCrosshair = "True";
$pref::sniperCrosshairTexture = "True";
1st one enables sniper crosshair so you don't use your regular crosshair for sniping
2nd enables textured crosshair, instead of hardcoded one
:zig:
User avatar
browneyes
Posts: 402
Joined: Mon Mar 03, 2014 12:14 am

Re: How do i change my sniper crosshair?

Post by browneyes »

Thanks a lot!!
Image
Image
Post Reply