tbh, i believe ET:QW doesnt even HAVE mouseaccel since it doesnt recognize the m_accel command.
M_smooth = m_filter
m_filter 1 = compares 2 frames and adds a third that is middle value of the actuall leap by mouse, smooths out mousemovement.
mousesmoothing should be turned off, to turn it off set m_smooth to 1, the id tech 4 engine mousesmoothing is a bit different from the q3 mouse smoothing, they have now made it so you have to set it to 2, 4, 6 or 8, and afaik any higher number will do to.
put r_megadrawmethod on 3 instead of 0 (worked with me)
tbh, i believe ET:QW doesnt even HAVE mouseaccel since it doesnt recognize the m_accel command.
M_smooth = m_filter
m_filter 1 = compares 2 frames and adds a third that is middle value of the actuall leap by mouse, smooths out mousemovement.
mousesmoothing should be turned off, to turn it off set m_smooth to 1, the id tech 4 engine mousesmoothing is a bit different from the q3 mouse smoothing, they have now made it so you have to set it to 2, 4, 6 or 8, and afaik any higher number will do to.
m_smooth 1 (off - id tech 4 engine)
m_filter 0 (off - id tech 3 engine)
EDIT: and i love having the last word