Performance Impact: None

m_cpi

Defines your mouse's hardware DPI (Counts Per Inch) for the game engine. 0 = Off (Standard Behavior). >0 = The engine uses this value to calculate precise cm/360 turns based on your sensitivity. Rare in 2026 pro play; most stick to 0 to avoid recalc.

💡

Pro Tip

Almost nobody in 2026 QPL uses this, but it is the secret to 'hardware independence.' If you set m_cpi to your mouse's hardware DPI, your sensitivity value becomes a physical measurement. This allows you to swap mice or DPI levels without your cm/360 turn distance ever changing.

Friendly Name Mouse CPI (DPI Override)
Default Value 0
Data Type enum
Quick Copy seta m_cpi "0"

Available Settings

ValueDescription
0 0 - Off - Sensitivity handles everything (Recommended/Default)
400 400 - Legacy Standard
800 800 - Modern Standard
1000 1000 - Mid-High DPI
1600 1600 - High Precision
3200 3200 - Ultra-High (Modern Mice)

Related Commands

Want to use m_cpi in your config?

Our visual editor lets you tweak this setting and 300+ others without touching a text file.

Open in Editor