nosoop b2698cee7e Update TF2 gamedata for version 8835751 (2024-04-22) | vor 5 Monaten | |
---|---|---|
gamedata | vor 5 Monaten | |
scripting | vor 5 Jahren | |
.gitignore | vor 5 Jahren | |
.gitmodules | vor 5 Jahren | |
LICENSE | vor 5 Jahren | |
README.md | vor 4 Jahren |
Patches the game's taunt handling so bots are able to use taunt items.
This is a cleaner patch compared to the one that was originally in Bot Weapon Randomizer.
The plugin does a few things:
taunt (1...8)
) when no partner is nearby. This will always result in
a call to CTFPlayer::PlayTauntSceneFromItem()
. Normal taunts (e.g. taunt 0
) will always
use the weapon taunt.CTFPlayer::PlayTauntSceneFromItem()
is pre-hooked for a null check; if a null pointer was
passed in then the plugin will create a taunt item and set the argument to that instead.This is a plugin mainly intended for use in Pikachu's Canadian Server of Romance and Drama.
While I'm happy if you find some useful code for your own plugins, I can't provide any support for said code, nor will I offer any guarantees that the plugin will remain usable outside of its main use.