Page 1 of 1
Zoomsens in q4 ???
Posted: Mon Nov 07, 2005 3:17 pm
by ReMeDy_
So, the question is:
Is there any possibility (script?) to somehow decrease mouse sensitivity while holding "_zoom" key?
Posted: Mon Nov 07, 2005 3:26 pm
by brisk
Don't move the mouse as fast.
Posted: Mon Nov 07, 2005 3:32 pm
by mik0rs
Lol, I'd love to be able to change the sens while zooming.
I looked on the CVar list and couldn't find anything to do with the FOV on the zoom, is there anything?
Posted: Mon Nov 07, 2005 4:00 pm
by Nologic
No there currently isn't any way to do that, I'm afraid.
Posted: Mon Nov 07, 2005 4:10 pm
by Foo
Who the fuck uses zoom?

Posted: Mon Nov 07, 2005 4:18 pm
by MKJ
Foo wrote:Who the fuck uses zoom?

people who know how to use the machinegun ?
Re: Zoomsens in q4 ???
Posted: Mon Nov 07, 2005 4:40 pm
by Oeloe
ReMeDy_ wrote:So, the question is:
Is there any possibility (script?) to somehow decrease mouse sensitivity while holding "_zoom" key?
This works for rail but not for MG.
// 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.
Posted: Mon Nov 07, 2005 4:49 pm
by Jenny
script above won't work.. min online fov ~85
Posted: Mon Nov 07, 2005 5:48 pm
by DRuM
Foo wrote:Who the fuck uses zoom?

Specced a tourney the other day. Lots of players but one clear winner for a lot of the duels. This guy was using zoom quite a lot and getting frags with it quite often.
Posted: Mon Nov 07, 2005 11:45 pm
by Oeloe
Jenny wrote:script above won't work.. min online fov ~85

Damn VQ4 limitations.
