|
Config Armory - Zoom script
Woohoo! The zoom script is perhaps the most powerful of all! It allows you to toggle between two zoom settings. This is very useful as it helps greatly in either long-distance firefights or close-range combat. This script was made by [RFI]Scorpion.
The two most important strings in this script are:
- set fov_toggle_90 "set fov_toggle vstr fov_toggle_110;set cg_fov 90 ; set sensitivity 0.6 ; echo ^1FOV^7 set to ^190".
- set fov_toggle_110 "set fov_toggle vstr fov_toggle_90;set cg_fov 110 ; set sensitivity 1.2 ; echo ^1FOV^7 set to ^1110".
The first one contains settings for the zoomed-in position. The second for the zoomed-out position. Important settings in these strings you might want to change are cg_fov, sensitivity and echo. The explanations for these settings can be found further down the page.
|