Skip to content

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

Notifications You must be signed in to change notification settings

click4dylan/CSGO_FakeAngleFix

About

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

Stars

Watchers

Forks

Packages

No packages published