Different vertical sensitivity for mouse


(_milla) #1

Hi, Id like to ask if its possible to set in config different sensitivity for vertical movenment. My mouse software not supporting this, and Id like to use sensitivity 5 for vertical and 7 for horizontal moves.

is this possible to change in config?
thank you!


(edxot) #2

in wolf:et and etqw those features were possible through commands which included the words “pitch” and “yaw”.
if you have access to some sort of commands list, maybe you can try to find those words there.


(BioSnark) #3

in shooterinput.ini file,

shootergame.sgplayerinputpawn section find the mousex and mousey bindings and replace with something like:

Bindings=(Name=“MouseX”,Command=“Count bXAxis | Axis aMouseX Speed=1.0”,Control=False,Shift=False,Alt=False,bIgnoreCtrl=F alse,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name=“MouseY”,Command=“Count bYAxis | Axis aMouseY Speed=0.6”,Control=False,Shift=False,Alt=False,bIgnoreCtrl=F alse,bIgnoreShift=False,bIgnoreAlt=False)


(_milla) #4

thank you guys! :slight_smile: