[SELECT ALL] Code:
//Sniper Zoom Script made by Franz "Kirin" Al.
alias zoom [
if (= $arg1 1) [
push oldsens $sensitivity
sensitivity (*f $oldsens (divf $scopefov $fov))
setscope 1
] [
setscope 0
sensitivity $oldsens
pop oldsens
]
]
alias altaction_4 [ zoom 1; onrelease [ zoom 0 ] ] // Sniper
bind "MOUSE2" [ if $editing [ showmenu editing ] [ altaction ] ]
this script fixes every possible problem you might have had with zooming
also it automatically calculates the sniper scoping sensitivity
for example if you use a sensitivity of 3 at fov 120
you'll probably like a sensitivity of 1.5 at fov 60
the script does this automatically
just put it at the end of autoexec.cfg which can be found in AC/config/
(also in AC 1.1 this problem is inexistent, it wont happen again)