@CumaliReizLegend^ Don't spell Satan's name
XDDDDDDDDDD
@Kpoluk I've been playing silently for 7 months because of some idiot. Can you please lift my ban? Unlimited muting is not possible please KPO, this is really ridiculous. If you don't remove this, I will report you to Putin, claiming that you are a racist, and I will start criminal records, please unban me now. 😁
@swatter Можешь подробнее свою идею в PM отписать?
@Sly спс
@Loona hb_onutza
Всем привет, кто может напомнить название мапы, там музончик блоки сердец, конфети летает, и фотки с дефкой
КС крашнулся и потерялся сейвпоз на kz_dirtblock2, помогите!!1
@lxr @kpoluk а у вас аналитика по количеству уникальных пользователей на серверах за месяц или год? Интересно просто сколько примерно людей сейчас играют в мод
Без VPN, Lan сборка не скачивается, с моего региона не скачивает, поставил Германию, сразу скачало. При попытке скачать, открывало страницу, и сразу закрывало, без скачивания архива, ошибок никаких не выдавало.
-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.
внешняя ссылка