is it possible to change the fov it sets back to when u turn the sniper off? i play with fov 130 but it seems like its sets back to something around fov 90...
For returning to fov 130, just use these aliases instead of the original sniper aliases:
--------------------------------------------------------------------
alias sniperon "crosshair 27;bind mwheelup zum2;bind mouse3 sniperoff"
alias sniperoff "bind mouse3 sniperon;crosshair 16;unbind mwheelup;unbind mwheeldown;
fov 130;sensitivity 7.0"
alias zum0 "
fov 130;bind mwheelup zum2;unbind mwheeldown"
alias zum2 "
fov 115;sensitivity 6.4;bind mwheeldown zum0;bind mwheelup zum4"
alias zum4 "
fov 100;sensitivity 5.8;bind mwheeldown zum2;bind mwheelup zum6"
alias zum6 "
fov 85;sensitivity 5.2;bind mwheeldown zum4;bind mwheelup zum8"
alias zum8 "
fov 70;sensitivity 4.6;bind mwheeldown zum6;bind mwheelup zum10"
alias zum10 "
fov 55;sensitivity 4.0;bind mwheeldown zum8;bind mwheelup zum12"
alias zum12 "
fov 40;sensitivity 3.4;bind mwheeldown zum10;bind mwheelup zum14"
alias zum14 "
fov 25;sensitivity 2.8;bind mwheeldown zum12;bind mwheelup zum16"
alias zum16 "
fov 10;sensitivity 2.2;bind mwheeldown zum14;bind mwheelup zum17"
alias zum17 "
fov 5;sensitivity 1.9;bind mwheeldown zum16;unbind mwheelup"
alias +zoom2 "crosshair 27;fov 30;sensitivity 2.6;bind mouse3 -zoom2;zum12"
alias -zoom2 "crosshair 16;
fov 130;sensitivity 7.0;bind mouse3 +zoom2;bind mwheelup tossgren;bind mwheeldown tossgren"
alias +antisniper "crosshair 27;fov 160;bind mouse3 -antisniper"
alias -antisniper "crosshair 16;
fov 130;bind mouse3 +antisniper"
alias +zoom "crosshair 27;fov 30;sensitivity 2.6;bind mouse3 -zoom"
alias -zoom "crosshair 16;
fov 130;sensitivity 7.0;bind mouse3 +zoom"
Also, you would need the below menu file instead of the original.
---------------------------------------------------------------------------
Modifying the script---------------------------------------------------------------------------
In
bold/
yellow are the values in the alias you would have to change to change what fov it sets to when you turn it off. Just replace the 130 in the script with any other fov value. In
green are values you might consider changing to match up with your new fov return value. (these are for the precise zoom, so they should be spaced evenly)
Modifying the menu-------------------------------------------------------------
pb2menu 1
widget
type pic
xcent 0
halign center
yabs 16
pic "m_setup1s"
widget
halign center
xcent 0
text "Select Sniper Type to be Bound to [Mouse3]"
yabs 64
widget
halign center
xcent 0
yabs 96
text "Precise (+/-
15 fov)"
command "bind mouse3 sniperon"
widget
halign center
xcent 0
yrel 16
text "Combo Sniper (
130-30 fov and +/- 10 fov)"
command "bind mouse3 +zoom2"
widget
halign center
xcent 0
yrel 16
text "2 Extremes (
130-30 fov)"
command "bind mouse3 +zoom;bind mwheelup tossgren;bind mwheeldown tossgren"
widget
halign center
xcent 0
yrel 16
text "Anti-Sniper (
130-160 fov)"
command "bind mouse3 +antisniper;bind mwheelup tossgren;bind mwheeldown tossgren"
widget
halign center
xcent 0
yrel 16
text "None (all snipers off)"
command "unbind mouse3;bind mwheelup tossgren;bind mwheeldown tossgren;
fov 130;crosshair 16;sensitivity 7.0"
widget
valign bottom
ybot -8
xabs 8
type text
command "menu pop"
text "Back"
In
yellow is the variable you would change to set the fov value it returns to when you select all snipers off from the menu. in
green are just the menu options. You don't have to change these, but you might want to in case you forget... what your fov return value/precise increment is.