Advertisement
tavarner17

Mousing settings 1-28

Jan 28th, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Bindings=(Name="MouseX", Command="Count bXAxis | Axis aMouseX Speed=+1.0 DeadZone=0 AbsoluteAxis=0")
  2. Bindings=(Name="MouseY", Command="Count bYAxis | Axis aMouseY Speed=+1.0 DeadZone=0 AbsoluteAxis=0")
  3. Bindings=(Name="MouseScrollUp", Command="PressedWeaponSwitch 1",Shift=False)
  4. Bindings=(Name="MouseScrollDown", Command="PressedWeaponSwitch 1",Shift=False)
  5. Bindings=(Name="MouseScrollUp", Command="MagnifyZoom | SetSensitivity 1",Shift=True)
  6. Bindings=(Name="MouseScrollDown", Command="DemagnifyZoom | SetSensitivity 2",Shift=True)
  7. Bindings=(Name="LeftShift", Command="PressedZoom | OnRelease ReleasedZoom | SetSensitivity 1 | OnRelease SetSensitivity 5 | Gamma 0.6 | OnRelease Gamma 1.8")
  8. FOVSetting = 100
  9. bEnableFOVScaling = False
  10.  
  11. ;; This will scale sens at a rate of .01 per FOV change
  12. ;; If you use 120 FOV use 6 normal sens
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement