View Full Version : MWHEELUP/DOWN usage
Karotte
10-30-2007, 01:07 PM
Hi everyone!
I want to assign stroyup/down and reload to the mousewheel without loosing the ability to zoom in and out while using the scope on the sniper rifle.
Is there a way to do this?
Karotte
hugin
10-30-2007, 02:00 PM
Hi everyone!
I want to assign stroyup/down and reload to the mousewheel without loosing the ability to zoom in and out while using the scope on the sniper rifle.
Is there a way to do this?
Karotte
bind "MWHEELDOWN" "_stroyDown" "ALT" "default"
bind "MWHEELUP" "_stroyUp" "ALT" "default"
Where you have to press the ALT button before you use the mousewheel to stroy up/down;)
Karotte
10-30-2007, 03:28 PM
bind "MWHEELDOWN" "_stroyDown" "ALT" "default"
bind "MWHEELUP" "_stroyUp" "ALT" "default"
Where you have to press the ALT button before you use the mousewheel to stroy up/down;)
Thank you. Unfortunatly, this does not solve my Problem. I dont want weaponnext and weaponprev on the mousewheel since I have problems with accidential usage :o
So could I configure it the way that only in sniper zoom mode the wheel works as weaponnext/prev? There must be some variable or something I am missing.
K.
WhizzIK
10-30-2007, 05:40 PM
i had a similar problem but with the strogg side this worked for me zoom works on the infiltrator and no other class ive just replaced infiltrator with covertops
// COVERTOPPS
Seta g_class_context_covertops "covertops"
bind "MWHEELUP" "_weapprev" "" "covertops"
bind "MWHEELDOWN" "_weapnext" "" "covertops"
hope this helps
Boumy
10-31-2007, 07:35 PM
To zoom with sniper rifle it's better to use "_activate" key.
It's like a fast zoom : press 3 times "_activate" key to zoom max, one more to zoom min.
But in my case, it doesn't work with MWHEELUP.
Maybe can you bind :
bind "MOUSE3" "_activate" "" "default" to zoom ?