I don't really know how these new options work, and haven't found anywhere that really explains it, so I'm hoping someone on here knows. This is what I've got so far, but there are big gaps in my knowledge of how it works -

cl_mouseaccel - this takes the square root of mousespeed_x^2+mousespeed_y^2 then it multiplies that number by cl_mouseaccel value and adds it to your sens?

cl_mouseaccelpower - allows you to set the exponent (z) ie: mousespeed_x^z + mousespeed_y^z, making it so the number that is multiplied by the cl_mouseaccel value increases at a faster or slower rate?

cl_mouseacceloffset - what does the value represent? If I put in 2, what is it 2 of? I assume its some kind of speed rating. I guess it takes the number that is multiplied by cl_mouseaccel and does something with that?

tbh I don't really have too much trouble finding a nice setting, but was just curious how it really works in the game code.