Jump to content

Fov script config


-=First=-

Recommended Posts

Here i've created a FOV script if you want to try different FOV to choose the right one for you !

And then, what i'll do is bind mousewheel up for zoom in, and down for zoom out with the value I prefer.

 

 
// FOV-script
bind CTRL "vstr fovswitch" 
set fovswitch "vstr 90"
 
set 90 "echo ^dFOV: ^790; set cg_fov 90; set fovswitch vstr 94;"
set 94 "echo ^dFOV: ^794; set cg_fov 94; set fovswitch vstr 98;"
set 98 "echo ^dFOV: ^798; set cg_fov 98; set fovswitch vstr 102;"
set 102 "echo ^dFOV: ^7102; set cg_fov 102; set fovswitch vstr 106;"
set 106 "echo ^dFOV: ^7106; set cg_fov 106; set fovswitch vstr 110;"
set 110 "echo ^dFOV: ^7110; set cg_fov 110; set fovswitch vstr 112;"
set 112 "echo ^dFOV: ^7112; set cg_fov 112; set fovswitch vstr 90;"
  • Like 1
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.