Skip to content

implementations of various mouse acceleration algorithms into MOH(AA/SH)'s CL_MouseMove function

Notifications You must be signed in to change notification settings

slowptr/mohaacceleration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mohaacceleration

implementations of various mouse acceleration algorithms into MOH(AA/SH)'s CL_MouseMove function

the "mod" implements following commands:
  cl_mouseAccelOption       [0-4]
  cl_mouseAccelOffset       [float]
  cl_mouseAccelPower        [2=linear]
  cl_mouseAccelThreshold    [float]
  sensitivity_scale_x       [float]
  sensitivity_scale_y       [float]
  
  
cl_mouseAccelOption explanation:
    0: default mohaa accel style
    1: interaccel / classic style
    2: tauntyarmordillo's natural accel (threshold relevant)
    3: natural logarithmic accel
    4: source style acceleration

i just realized, it doesn't scale your sensitivity down, when zoomed in with a sniper anymore.

i do know, how to fix that though (i may add another cvar for that).

it'll basically be like what "zoom_sensitivity_ratio_mouse" is in csgo then.

About

implementations of various mouse acceleration algorithms into MOH(AA/SH)'s CL_MouseMove function

Resources

Stars

Watchers

Forks

Packages

No packages published