Kreedz Jumping

Game mode when you racing with other players to finish a maps as fast as possible. Its comes from Counter-Strike 1.6 and was named in honor of creator
Our community will help you with passing the maps with your friends, set new records, participate and win in tournaments.

Last server records
Pro Nub

Commentaries - TC-thebot

-noforcemaccel - Copies the current windows values for mousethreshold1 and mousethreshold2.
-noforcemspd - Copies the current windows values for MouseSpeed, "Enhanced Pointer Precision (EPP)". If disable in windows, it'll be disabled in CS.
-noforcemparms - When used by itself ensures both MouseThreshold# and MouseSpeed windows settings are copied.

This is what you'll get by only using -noforcemaccel if Enhanced Pointer Precision (EPP) is disabled in Windows.
- MouseThreshold1: 0 - MouseThreshold2: 0 - MouseSpeed: 1 SpeedValue: 10 (default pointer speed slider value)

Note: MouseSpeed: 1 means Enhanced Pointer Precision (EPP) On.

The source code always initializes EPP on by default without any launch options.
static int originalmouseparms[3], newmouseparms[3] = {0, 0, 1};
внешняя ссылка

Full Source Code:
- внешняя ссылка

---------------------------------------------------
Info about mousethreshold1 and mousethreshold2
---------------------------------------------------
внешняя ссылка
внешняя ссылка

You can verify this is occurring with this script which uses the Windows SystemParametersInfo function to get the state of the values.
внешняя ссылка