интересно, да увидел под релизом коммент насчёт краша (перепутал ещё 2022 год рекорда, а не релиза). Играл на одном просто сервере недавно где всё гуд было с ней
@inactive рассмотрена в 2020, крашилась при рестарте раунда
spm_kzcn_adenbhop_h (2022 года) вроде нормальная extreme карта с кози, нет на сайте и серверах.
@Roy казах тише
@imbik я просто попросил пофиксить,зачем ты мне что то пишешь я не понимаю
@Roy берёшь и фиксишь, у lxr и kroluka, есть работа в ИРЛ, и у них когда и есть время свободное, они занимаются сайтом, демками, записями видосов на ютуб.
@Roy Сам пофикси
@lxr пофикси места в топе,а именно соточные рекорды ставятся на равне с 10аа рекордами
@nxvi
You can find all maps here
ссылка
and you can use this to get kz plugin on lan
ссылка
Hi, I just go deep into CS 1.6 KZ, and I was wondering as I want to practice and run some maps on LAN. Is there anything similar to kzgo (csgo kz) so I can see the maps and tiers ? I can't find anything, thanks in advance
-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.
внешняя ссылка