click4dylan / CSGO_FakeAngleFix

Create a bool inside CBasePlayer class called m_bIsFinalCommand. Inside CBasePlayer::PhysicsSimulate in the PlayerRunCommand loop, m_bIsFinalCommand = commandsToRun == (commandsToRun - 1), then inside CSGOPlayerAnimState::Update, check to see if m_bIsFinalCommand is set. If m_bIsFinalCommand isn't set, then DON'T UPDATE ANIMATIONS, except bots
8Updated 6 years ago

Related projects

Alternatives and complementary repositories for CSGO_FakeAngleFix