-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x32 Windows Gamedata Update for 4/18/2024 TF2 Update #51
Conversation
This fixes the following Windows signatures that were changed: Studio_LookupSequence Studio_SelectWeightedSequence SimThink_EntityChanged CBaseEntity::PhysicsMarkEntitiesAsTouching CBaseEntity::TakeDamage CBaseAnimating::SetPoseParameter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thanks for the update!
I was in the process of fixing some of the Windows signatures as well. Most of the signatures are correct (with some just needing some minor adjustments). Studio_LookupSequence
needs to be looked over again, though.
Co-authored-by: Kit o' Rifty <[email protected]>
Co-authored-by: Kit o' Rifty <[email protected]>
Co-authored-by: Kit o' Rifty <[email protected]>
Co-authored-by: Kit o' Rifty <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still some more signatures + the extension needs to be updated, but I'll pull this in for now and I'll add with my own changes in another PR. Thanks for the contribution!
This fixes the following Windows signatures that were changed in the update. It's possible there are more, but the server crashes when it's starting up instead of the extension complaining about missing gamedata, which I assume means it just needs to be updated and rebuilt.
Studio_LookupSequence
Studio_SelectWeightedSequence
SimThink_EntityChanged
CBaseEntity::PhysicsMarkEntitiesAsTouching
CBaseEntity::TakeDamage
CBaseAnimating::SetPoseParameter
CBaseAnimating::ResetSequence
CBaseAnimating::LookupPoseParameter