View Single Post
Author Message
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 08-27-2016 , 12:34   [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #1


Description:
This plugin and its API is meant to be a replacement for the old Simple Chat Processor (redux version) by fixing some bugs and adding new features to it. This plugin also uses the ColorVariables include to add additional features to the forwards for the plugin in order to automatically replace colors, remove colors, etc. This plugin uses a configuration file instead of a translation file for the format strings which allows for less translation files.

:: WARNING ::
This plugin is NOT meant to be ran alongside Simple Chat Processor(SCP) therefore you should either pick that SayText2 plugin or this one.

:: NOTE ::
This plugin is NOT a plugin which handles chat related changes, it's just an API plugin. Use HexTags which relies on this plugin to make those necessary changes.

ConVars:
  • sm_chatprocessor_status - 1 - Status of the plugin.
  • sm_chatprocessor_config - configs/chat_processor.cfg - Name of the message formats config.
  • sm_chatprocessor_process_colors_default - 1 - Default setting to give forwards to process colors.
  • sm_chatprocessor_remove_colors_default - 0 - Default setting to give forwards to remove colors.
  • sm_chatprocessor_strip_colors - 1 - Remove color tags from the name and the message before processing the output.
  • sm_chatprocessor_colors_flag - b - Flags required to use the color name and message. Needs sm_chatprocessor_strip_colors 1
  • sm_chatprocessor_deadchat - 1 - Controls how dead communicate.\n(0 = off, 1 = on)
  • sm_chatprocessor_allchat - 0 - Allows both teams to communicate with each other through team chat.\n(0 = off, 1 = on)
  • sm_chatprocessor_specchat - 1 - Allow spectators to chat to the teams or just to each other.\n(0 = off, 1 = on)
  • sm_chatprocessor_restrictdeadchat - 0 - Restricts all chat for the dead entirely.\n(0 = off, 1 = on)
  • sm_chatprocessor_addgotv - 1 - Add GOTV client to recipients list. (Only effects games with GOTV or SourceTV)
Special Thanks:
  • abrandnewday - recommendation and idea
  • Peace-Maker - format recommendations
  • SM9() - push requests and fixes for CSGO

Available 2013 Colors By Dr.McKay(TF2, CSS, ETC)

Available CSGO Colors:


Download | Repository | Download | Plugin Updates | Report Bugs | Donate

Last edited by Drixevel; 01-22-2023 at 11:16.
Drixevel is offline