Skip to content
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

Merged
merged 5 commits into from
Apr 19, 2024

Conversation

CookieCat45
Copy link
Contributor

@CookieCat45 CookieCat45 commented Apr 19, 2024

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

This fixes the following Windows signatures that were changed:

Studio_LookupSequence
Studio_SelectWeightedSequence
SimThink_EntityChanged
CBaseEntity::PhysicsMarkEntitiesAsTouching
CBaseEntity::TakeDamage
CBaseAnimating::SetPoseParameter
Copy link
Collaborator

@KitRifty KitRifty left a 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.

gamedata/cbasenpc.txt Outdated Show resolved Hide resolved
gamedata/cbasenpc.txt Outdated Show resolved Hide resolved
gamedata/cbasenpc.txt Outdated Show resolved Hide resolved
gamedata/cbasenpc.txt Outdated Show resolved Hide resolved
CookieCat45 and others added 4 commits April 19, 2024 00:42
Copy link
Collaborator

@KitRifty KitRifty left a 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!

@KitRifty KitRifty merged commit 297c057 into TF2-DMB:master Apr 19, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants