Custom Buffs - nosoop/SM-TFCustomAttributeStarterPack GitHub Wiki

These are the custom buff types available in this pack.

The names are used as the values for the custom buff type attribute specified in the Custom Attribute List.

Example(s):

  • To use crit-banner, you must set:
    • custom buff type to crit-banner
    • There are no additional attributes providing options, so that is the only attribute you need to apply.
  • To use rocket-aiming-control, you must set:
    • custom buff type to rocket-aiming-control
    • rocket control buff turn rate to a numerical value e.g. 0.05

attr_buff_override.smx must be running in addition to the providing plugins below.

crit-banner

  • Gives owner and surrounding players the crit boosted and marked for death conditions.
  • Provided by buff_crit_and_mark_for_death.smx
  • Requested by Karma Charger and used in his Merasmus' Private Stash 2.0 video.

rocket-aiming-control

  • Gives owner the ability to control rockets they own.
  • Provided by buff_control_rockets.smx
  • Has an attribute rocket control buff turn rate, which determines the percentage to turn towards the target per tick. 1.0 instantly snaps the rocket towards the target point. Recommended value is 0.05 or similar.
  • Requested by Karma Charger and used in his Call To Arms video.

spy smokeout

  • Gives owner the ability to see a smoke effect on disguised Spies.
  • Provided by sniper_rage_smokeout_spies.smx
  • Requested by Karma Charger and used in his Essendon Eliminator video.

tag enemies on hit

  • Gives owner and surrounding players the ability to make enemy outlines visible through walls on hit.
  • Provided by buff_enable_tag_players.smx
  • Has an attribute buff tag enemies on hit, which is a varstring with the following option:
    • duration in seconds determining how long the glow outline lasts.
  • Requested by Karma Charger and used in his Public Address video.

sniper rifle full auto

  • Gives owner a faster reload rate on the rage-granting item. Only really applicable to Sniper Rifles, as they're the only reloadable weapon that uses the game's rage system (I think).
  • Provided by sniper_rage_buff_reload.smx
  • Has an attribute sniper rifle full auto rate, which is a multiplier on reload time (internally, it applies the faster reload rate attribute on the player while the weapon is active).
  • Requested by Karma Charger and used in his County Killer video.