Jump to content

My shooting Script what do you think ?


NemesisET

Recommended Posts

//FOV Shooting Script
seta cg_fov "120"
set shooton "+attack;seta cg_fov 90;set vstr shootoff"
set shootoff "-attack;seta cg_fov 120;set vstr shooton"
bind mouse1 "+vstr shooton shootoff"

Link to comment
Share on other sites

You will not get used to fov 90 nor to 120.

Try one fov for example 100-105 and try to get used to.

 

Anyway script looks cooool

  • Like 1
Link to comment
Share on other sites

On 3/21/2021 at 4:57 PM, HarryAimpotter said:

What if you need to shoot at close-range? Also, don't you want to change sensitivity as well, when you change fov?

it's true, i have to think about close-range shooting and experiment with sensitivity. 🤔

 

On 3/24/2021 at 7:43 PM, joo said:

You will not get used to fov 90 nor to 120.

Try one fov for example 100-105 and try to get used to.

 

Anyway script looks cooool

I'm used to it. I have played like this for six months. 🙂

Link to comment
Share on other sites

I have near-far script that I use for long distance fights.

 

//fov changer
set fov90 "cg_fov 116; sensitivity 1.64; m_pitch 0.0151; cg_crosshaircolor green; cg_crosshairsize 50; bind CAPSLOCK vstr farnear; echo ^3NORMAL"  
set farnear "cg_fov 90; sensitivity 1.20; m_pitch 0.0151; cg_crosshaircolor cyan; cg_crosshairsize 30; bind CAPSLOCK vstr fov90; echo ^3ZOOM" 
bind CAPSLOCK vstr farnear

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.