Return to Castle Wolfenstein

Return to Castle Wolfenstein

Not enough ratings
Return to Castle Wolfenstein - Zoom with any weapon
By Dvořák Štěpán
Switchable and smooth zoom with any weapon by changing the field of view (FOV)
   
Award
Favorite
Favorited
Unfavorite
Editing file
  • Create or modify file in root of game or mod: "main\autoexec.cfg" or "mod\autoexec.cfg"
  • Add to the end of the file:

// 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 be changed to any key
  • cg_fov XX - Add, edit or remove zoom as you needed
  • sensitivity X - Change the ensitivity as needed
  • cg_fixedAspectFOV X - For high zoom, set to 0 everywhere
Launch parameters
  • The game must be launched with parameter: +set sv_cheats 1