RealRTCW FOV and Toggle Zoom Config

RealRTCW FOV and Toggle Zoom Config 1 - steamsplay.com
RealRTCW FOV and Toggle Zoom Config 1 - steamsplay.com

This guide will teach you how to switch toggle and change FOV in the game.

Editing file

  • Modify or create file in root game or mod: mainautoexec.cfg or modautoexec.cfg
  • Add the following:

 

// Toggle smooth zoom
seta cg_fixedAspectFOV "1"
seta cg_fov "95"
seta sensitivity "2"

set user_zoom_in "seta cg_fixedAspectFOV 0; wait; cg_fov 90; wait; cg_fov 85; wait; cg_fov 80; wait; cg_fov 75; wait; cg_fov 70; wait; cg_fov 65; wait; cg_fov 60; wait; cg_fov 55; wait; cg_fov 50; wait; cg_fov 45; wait; cg_fov 40; sensitivity 1; set user_zoom vstr user_zoom_out"
set user_zoom_out "cg_fov 45; wait; cg_fov 50; wait; cg_fov 55; wait; cg_fov 60; wait; cg_fov 65; wait; cg_fov 70; wait; cg_fov 75; wait; cg_fov 80; wait; cg_fov 85; wait; cg_fov 90; wait; cg_fov 95; wait; seta cg_fixedAspectFOV 1; sensitivity 2; set user_zoom vstr user_zoom_in"
set user_zoom "vstr user_zoom_in"
bind MOUSE3 "vstr user_zoom"

 

  • MOUSE3 can easily be changed to any other key
  • As needed, add or subtract cg_fovXX
  • Set a sensitivity of “X” – adjust the sensitivity as necessary

 

This is all for RealRTCW FOV and Toggle Zoom Config hope you enjoy the post. If you believe we forget or we should update the post please let us know via comment, we will try our best to fix how fast is possible! Have a great day!


Be the first to comment

Leave a Reply

Your email address will not be published.


*