nosoop / SM-TFCustomAttributeStarterPack

A collection of plugins to be used with the TF2 Custom Attribute framework.
MIT License
19 stars 10 forks source link

Need to update / verify gamedata for 2021-06-22 update #43

Closed nosoop closed 2 years ago

nosoop commented 3 years ago

Every vtable of classes derived from CBaseEntity needs to be updated (CBaseEntity::BCanCallVote() was added).

I need to do maintenance for other plugins, so this one is a bit low priority at the moment; throwing the issue up as a reminder. Will take care of it myself down the line if I need to, but if anyone wants to get ahead of me for ✨ maintainer credit ✨, feel free to PR.

If someone else tackles it, do keep in mind that the reported offsets for the CBaseObject vtable is known to be inaccurate on asherkin's dumper.

nosoop commented 3 years ago

Memory patches or in-function offset lookups may also be broken. Have to clean up asserts on those.