Use switchable and smooth zoom with any weapon by changing the FOV.
Editing File
- Create or modify the file in the root of the game or mod: « main\autoexec.cfg » ou « 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; attendez; cg_fov 90; attendez; cg_fov 85; attendez; cg_fov 80; attendez; cg_fov 75; attendez; cg_fov 70; attendez; cg_fov 65; attendez; cg_fov 60; attendez; cg_fov 55; attendez; cg_fov 50; attendez; cg_fov 45; attendez; cg_fov 40; sensitivity 1; set user_zoom vstr user_zoom_out" set user_zoom_out "cg_fov 45; attendez; cg_fov 50; attendez; cg_fov 55; attendez; cg_fov 60; attendez; cg_fov 65; attendez; cg_fov 70; attendez; cg_fov 75; attendez; cg_fov 80; attendez; cg_fov 85; attendez; cg_fov 90; attendez; cg_fov 95; attendez; 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
- Add or remove cg_fov XX as you needed
- seta sensitivity « X » – change the sensitivity as needed
C'est tout ce que nous partageons aujourd'hui pour cela Realrtcw guide. Ce guide a été initialement créé et rédigé par Dvořák Štěpán. Si nous ne parvenons pas à mettre à jour ce guide, vous pouvez trouver la dernière mise à jour en suivant ceci lien.