nosoop / SM-TFAttributeSupport

A SourceMod plugin that improves support for official TF2 attributes.
GNU General Public License v3.0
12 stars 4 forks source link

TF2 Attribute Extended Support Fixes

Hooks into all sorts of game functions so they work with attributes correctly when they previously didn't. This allows other modders to use the game's attributes in previously unsupported cases, instead of needing their own fixes.

Improves support for, among other things:

Dependencies

This plugin depends on TF2Attributes, which exposes the game's attribute value hooks as native functions for plugins to use, TF2Utils, which provides common gameplay-related functions for plugins to work with, and Source Scramble, which handles patching memory for certain functions.