AltimorTASDK
AltimorTASDK
Fixes the lack of pose parameter lag compensation shown here in CSGO: https://www.youtube.com/watch?v=I0_xRnxe-sE  Hitboxes are now pretty tight doing the same thing I did in the video. I took...
Fixes issue #3586
…f the guest VMCS pointer to a bitwise AND
This adds support for fixed tick deltatime and multiple ticks per render frame. `cl_mergeticks` (default `1`) disables simulating multiple ticks per frame and instead ticks only once, consuming the highest...
### Describe the bug ```c# /// /// Start a new bump. Clears planes and resets BumpVelocity /// public void StartBump( Vector3 velocity ) { BumpVelocity = velocity; Count = 0;...