Skip to content

HowToPlayMeow/TF2-Chat-Annotations

Repository files navigation

Description

  • When a Player types in chat, a Floating Message appears above their head, visible to nearby Players who can see and read it.

20251211233926_1

More

  • Supports All Languages. (Probably)
  • Supports 32+ Player Servers. (Probably)
  • Supports Basecomm and SourceComms.
  • Supports Say Team, Team Chat Annotations are only visible to Teammates.
  • Annotations do Not Penetrate Walls.
  • Spy Cloak / Disguise, Chat Annotation Not Working.

Difference From TF2-ChatBubbles

  • ConVar Mores.
  • No Dependencies.
  • Supports Ban Gag / Silence.

ConVar

  • sm_cvann_version "6.5.0" (Default) - Version of TF2Chat Annotations.
  • sm_cvann_enable "1" (Default) - TF2Chat Annotations. (1 = Enable, 0 = Disable)
  • sm_cvann_range "25" (Default) - Distance to See Annotations.
  • sm_cvann_show_range "0" (Default) - Show Distance to speaker in Annotations. (1 = Enable, 0 = Disable)
  • sm_cvann_show_msg "1" (Default) - Allow Players to See their own Chat Annotation. (1 = Enable, 0 = Disable)
  • sm_cvann_show_cmd "1" (Default) - Command Visibility. (0 = Hide ! and /, 1 = Show !, 2 = Show /, 3 = Show ! and /)
  • sm_cvann_interval "0.5" (Default) - Update interval for checking Annotation Visibility.
  • sm_cvann_lifetime "10.0" (Default) - How long Message stays visible (Seconds).
  • sm_cvann_limit "5" (Default) - Maximum Number of Annotations shown at same time. (0 = Unlimited)
  • sm_cvann_maxlen "64" (Default) - Maximum Length of Chat Message shown in Annotations.
  • sm_cvann_entity_remove "1900" (Default) - Remove All Annotations if Entity count reaches this.
  • sm_cvann_entity_block "2000" (Default) - Block New Annotations if Entity count reaches this.