-=First=- Posted March 30, 2014 Posted March 30, 2014 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;" 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.