@kyoto нет, VIP1 даёт только один резервный слот в аплоаде. Есть вариант после релиза залить побольше демок, и тогда следующий релиз случится быстрее.
@Kpoluk, могу ли я докинуть еще 3 демо поверх ограничения, чтобы все разом релизнуть?
@ff_ The maps from mujik are an eternal pain for amateur servers..
I have a server hosted and it crashes while loading certain maps downloaded from here. I think its 512 entity limit thing, is there a way to fix it?
Те кто в ПОЕ играют должны знать что запрещена палочка от мороженого
@stenLY запрещен сам функционал автоматического отжатия независимо от того, как он называется и в каких клавиатурах присутствует либо какими скриптами имитируется.
Вопрос к администрации проекта. Клавиатуры с snap tap типа razer или attack shark запрещены?
@thebig4l попробуй, по идее должен теперь работать
Мужики, почему 100 аа серв не работает/ выключен?
The player *** beat you record ***
Stop please =(
-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};
[external link]
Full Source Code:
- [external link]
---------------------------------------------------
Info about mousethreshold1 and mousethreshold2
---------------------------------------------------
[external link]
[external link]
You can verify this is occurring with this script which uses the Windows SystemParametersInfo function to get the state of the values.
[external link]