rehlds / ReHLDS

Enhanced version of the HLDS engine with bug fixes, security patches, and optimizations for stable servers.
https://rehlds.dev/docs/rehlds
GNU General Public License v3.0
671 stars 171 forks source link

Add new CVar `sv_maxusrcmdprocessticks_holdaim` #840

Open SergeyShorokhov opened 3 years ago

SergeyShorokhov commented 3 years ago
CVar Def. value Description
sv_maxusrcmdprocessticks_holdaim 0 Hold client aim for multiple server sim ticks when client-issued usrcmd contains multiple actions (0: off; 1: hold this server tick; 2+: hold multiple ticks)

Port it from CS:GO leaked source code

Thanks to danil.nesvetaev for the reminder of this functionality in CS:GO. 👍

Related comment: https://github.com/dreamstalker/rehlds/pull/837#issuecomment-860239821

dystopm commented 3 years ago

Hi. Can you show a brief example of what behaviour will this modification improve? Thanks!

SergeyShorokhov commented 3 years ago

@PM32 This CVar is present in CS:GO and it affects the function pSilent in the cheats.

I'll just give you an example of how pSilent works at the moment, as well as a link to the discussion on the cheat forum.

dystopm commented 3 years ago

@wopox1337 thansk for answering. Have you tested this already, proving it's effectiveness?

SergeyShorokhov commented 3 years ago

@PM32 At this point in the "proceedings".

WaLkZa commented 1 year ago

Any updates?