Zoomsens in q4 ???

Locked
ReMeDy_
Posts: 2
Joined: Sun Nov 06, 2005 11:16 pm

Zoomsens in q4 ???

Post by ReMeDy_ »

So, the question is:

Is there any possibility (script?) to somehow decrease mouse sensitivity while holding "_zoom" key?
brisk
Posts: 3801
Joined: Sun May 07, 2000 7:00 am

Post by brisk »

Don't move the mouse as fast.
mik0rs
Posts: 2650
Joined: Wed May 03, 2000 7:00 am

Post 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?
[img]http://www.zen85869.zen.co.uk/img/mik0rsSig.jpg[/img]
Nologic
Posts: 121
Joined: Thu Aug 05, 2004 7:00 am

Post by Nologic »

No there currently isn't any way to do that, I'm afraid.
User avatar
Foo
Posts: 13840
Joined: Thu Aug 03, 2000 7:00 am
Location: New Zealand

Post by Foo »

Who the fuck uses zoom? :D
"Maybe you have some bird ideas. Maybe that’s the best you can do."
― Terry A. Davis
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Post by MKJ »

Foo wrote:Who the fuck uses zoom? :D
people who know how to use the machinegun ?
[url=http://profile.mygamercard.net/Emka+Jee][img]http://card.mygamercard.net/sig/Emka+Jee.jpg[/img][/url]
Oeloe
Posts: 1529
Joined: Fri Mar 19, 2004 8:00 am

Re: Zoomsens in q4 ???

Post 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.
Jenny
Posts: 144
Joined: Mon Oct 17, 2005 7:08 pm

Post by Jenny »

script above won't work.. min online fov ~85
DRuM
Posts: 6841
Joined: Mon Oct 28, 2002 8:00 am

Post by DRuM »

Foo wrote:Who the fuck uses zoom? :D

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.
Oeloe
Posts: 1529
Joined: Fri Mar 19, 2004 8:00 am

Post by Oeloe »

Jenny wrote:script above won't work.. min online fov ~85
:dork: Damn VQ4 limitations. :mad:
Locked