[Feature Request] Expand the antiduck system for a better use
Dividing the system to allow server configs to vary would be greatly appreciated.
mp_antiduck - 0 to disable this option, 1 to enable this option (0 by default). mp_antiduck_limit - number of ducks before penalty hits. mp_antiduck_window - window of time (seconds) where ducks are counted to see if penalty needs to be applied. mp_antiduck_penalty - time in seconds to not allow the player to duck.
+1
Could this be considered?
Could this be considered? I believe it would be a pretty good option for those who want to ban the scroll abuse but not the double duck.
Would be really good to get this feature for cw/5v5 server.
Something like: mp_unduck_method "0" - disabled mp_unduck_method "1" - block everything (as it is like now) mp_unduck_method "2" - allow only double duck (block mouse wheel/scroll) also known as crouch Example AMXX (REAPI) : https://dev-cs.ru/threads/5844/#post-55776
@s1lentq @wopox1337 @Vaqtincha
+1
Another way to do this would be to modify the cvar to work with a max amount of ducking allowed, 1 by default.
Bump. Hope that this could be added.
Another way to do this would be to modify the cvar to work with a max amount of ducking allowed, 1 by default.
I prefer this idea to my original one.
Would be really good to get this feature for cw/5v5 server.
Something like: mp_unduck_method "0" - disabled mp_unduck_method "1" - block everything (as it is like now) mp_unduck_method "2" - allow only double duck (block mouse wheel/scroll) also known as crouch Example AMXX (REAPI) : https://dev-cs.ru/threads/5844/#post-55776
@s1lentq @wopox1337 @Vaqtincha
Anyone?
Would be really good to get this feature for cw/5v5 server.
Something like: mp_unduck_method "0" - disabled mp_unduck_method "1" - block everything (as it is like now) mp_unduck_method "2" - allow only double duck (block mouse wheel/scroll) also known as crouch Example AMXX (REAPI) : https://dev-cs.ru/threads/5844/#post-55776
@s1lentq @wopox1337 @Vaqtincha
Anyone?
In my opinion is a very good idea 💡
If is someone that can do that to block scroll for good and only ctrl allowed(like FASTCUP), contact me, i will pay for it.
Yes, i know that they are using gameguard for this but i think it can be done by a plugin too.
Bump. Improved the suggestion with more cvars.