When using mice with DPI over around 800, turning the camera causes the game's camera movement to freeze. This is especially a problem with modern gaming mice. With a DPI of 8000 this makes the game difficult to play on my mouse which is quite old now.
This is due to the game ignoring "ridiculous mouse delta" since back in 2004 mice were pretty trash.
https://github.com/themuffinator/OpenQ4/blob/e3e11770df36d85b719220f58023cd7bfa6693c5/src/framework/UsercmdGen.cpp#L716-L719
This issue is fixed in dhewm3 and RBDOOM3-BFG for reference.
When using mice with DPI over around 800, turning the camera causes the game's camera movement to freeze. This is especially a problem with modern gaming mice. With a DPI of 8000 this makes the game difficult to play on my mouse which is quite old now.
This is due to the game ignoring "ridiculous mouse delta" since back in 2004 mice were pretty trash.
https://github.com/themuffinator/OpenQ4/blob/e3e11770df36d85b719220f58023cd7bfa6693c5/src/framework/UsercmdGen.cpp#L716-L719
This issue is fixed in dhewm3 and RBDOOM3-BFG for reference.