So, the question is:
Is there any possibility (script?) to somehow decrease mouse sensitivity while holding "_zoom" key?
Zoomsens in q4 ???
Re: Zoomsens in q4 ???
This works for rail but not for MG.ReMeDy_ wrote:So, the question is:
Is there any possibility (script?) to somehow decrease mouse sensitivity while holding "_zoom" key?
// Zoom script that changes FOV and sens. Seperate keybind required to use real zoom mode for MG (+2 damage) and RG.
set ua_zoom "vstr ua_zoomin"
set ua_zoomin "set ua_zoom vstr ua_zoomout;g_fov 50;sensitivity 3"
set ua_zoomout "set ua_zoom vstr ua_zoomin;g_fov 110;sensitivity 6.8"
bind mouse2 "vstr ua_zoom"
bind x "_zoom"
So in this example x uses the real zoom mode for MG.