tmp64/BugfixedHL

Incorrect speed detection on moving platforms

Closed this issue · 1 comments

tmp64 commented

Actual speed of the player is calculated by the engine based on player's own speed (shown in the speedometer) and platform speed. You can notice that by jumping while standing on a moving platform: once you jump, you'll lose the platform speed.

The real velocity is not exposed to the client DLL AFAIK.