-
Notifications
You must be signed in to change notification settings - Fork 2
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
click4dylan/CSGO_FakeAngleFix
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published