String Table Blocker
Version: 1 for TF2
Date: 2/25/09
Creator: Drunken F00l, www.sourceop.com

This plugin prevents the following crash (or ones similar):
Host_Error: Overflow error writing string table baseline Scenes

It works by removing a bunch of stuff from the string tables. The goal of this
is to remove enough stuff so that a client can connect without causing an
overflow when the server tries to send the client all of the string tables. By
default, it will remove almost all scene (vcd) files and defer all of them from
being added until use. The taunt scenes will be removed which will break taunts.
This can be controlled by one of the CVARs. Adding taunts back in may or may not
cause an overflow message and hasn't been thoroughly tested.

CVARs:
stb_blocktaunts
 - Blocks taunts from being processed. (defaults to on)
stb_blockunused
 - Blocks unused table entries. Should always be enabled. (defaults to on)
stb_cutspy
 - Blocks spy scene table entries. (defaults to on)
stb_cutvoicemenu
 - Blocks all vcd related to voice menu and responses. (defaults to on)
stb_deferallscenes
 - Doesn't enter scene table entries until use. (defaults to on)
stb_verbose
 - Displays messages to console when action is taken. (defaults to off)
