BF4 M/KB Sensitivity Smoothing fix

Smooths out the mouse speed to make it like PC
Version1.1
AuthorGamerGuy
Publish DateFri, 10 Jan 2014 - 05:18
Last UpdateFri, 10 Jan 2014 - 05:18
Downloads1242
RATE


4

0

Code: Select all
define SENS_INCREASE_BY = 20//increase secondary mouse sensitivity by 20%
main {
    if(get_val(CEMU_EXTRA9)) {
        sensitivity(XB360_RX, NOT_USE, 100 + SENS_INCREASE_BY);
        sensitivity(XB360_RY, NOT_USE, 100 + SENS_INCREASE_BY);
    }
}