ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.74k stars 631 forks source link

[GoldSource/CS][Bug] Pushable objects #2188

Open ArmynC opened 5 years ago

ArmynC commented 5 years ago

That bug is when you are moving using some pushable object ("func_pushable") - your speed can rise up to sv_maxvelocity cvar number.

Sorce & Code fix

YaLTeR commented 5 years ago

In the event that anyone decides to patch this, please don't in singleplayer as it's very useful for speedruns and probably doesn't affect casual players.

ArmynC commented 5 years ago

A cvar is the best solution.

twisterniq commented 5 years ago

From ReGameDLL: https://github.com/s1lentq/ReGameDLL_CS/commit/b5a0fa4736302e6ae297c67944b76314aa1128fd

voed commented 5 years ago

@mikela-valve bump