Raised This Month: $12 Target: $400
 3% 

[Any] Chat-Processor (Replacement for Simple Chat Processor)


Post New Thread Reply   
 
Thread Tools Display Modes
tlch0324
Senior Member
Join Date: Jan 2007
Old 07-28-2020 , 06:46   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #331

found that scoretag and color not shown in ZPS
tlch0324 is offline
yuv41
Member
Join Date: Jan 2020
Old 07-31-2020 , 13:00   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #332

Yo the chat colors actually dont work since you changed to Multicolors
yuv41 is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 07-31-2020 , 14:20   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #333

Quote:
Originally Posted by yuv41 View Post
Yo the chat colors actually dont work since you changed to Multicolors
This plugin does not change the color of your chat, it has already reported this in the topic.

Quote:
Originally Posted by Drixevel View Post
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 Multicolors 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.
If you want to let TAGS change the chat color, you have to add a plugin that does this, and is compatible with the Chat-Processor.
paulo_crash is offline
foxsay
AlliedModders Donor
Join Date: Sep 2013
Old 08-29-2020 , 09:23   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #334

Failed to auto generate config for other/chat-processor.smx, make sure the directory has write permission.

Why i get this error even do i have a config file.
foxsay is offline
yuv41
Member
Join Date: Jan 2020
Old 09-01-2020 , 11:08   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #335

Anyone knows how to fix this?
This is how chat looks without chat-processor enabled

And this is when chat processor is enabled

---
fixed it by modifying the chat-processor generated config.
Code:
	"csgo"
	{
		"Cstrike_Chat_CT_Loc"	"{teamcolor}(Counter-Terrorist){default} {1} : {2}"
		"Cstrike_Chat_CT"	"{teamcolor}(Counter-Terrorist){default} {1} : {2}"
		"Cstrike_Chat_T_Loc"	"{teamcolor}(Terrorist){default} {1} : {2}"
		"Cstrike_Chat_T"	"{teamcolor}(Terrorist){default} {1} : {2}"
		"Cstrike_Chat_CT_Dead"	"{teamcolor}*DEAD* (Counter-Terrorist){default} {1} : {2}"
		"Cstrike_Chat_T_Dead"	"{teamcolor}*DEAD* (Terrorist){default} {1}   : {2}"
		"Cstrike_Chat_Spec"	"{teamcolor}(Spectator){default} {1} : {2}"
		"Cstrike_Chat_All"	"{teamcolor}{1}{default} : {2}"
		"Cstrike_Chat_AllDead"	"{teamcolor}*DEAD*{default} {1} : {2}"
		"Cstrike_Chat_AllSpec"	"{teamcolor}*SPEC*{default} {1} : {2}"
	}

Last edited by yuv41; 09-07-2020 at 07:07.
yuv41 is offline
richlen99
Junior Member
Join Date: Sep 2014
Old 12-19-2020 , 03:39   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #336

I'm having an issue with this plugin on fistful of frags. The chat returns uncolored with " {default}" prefixed. Hextags is not yet installed, so the chat should return as it does normally, yes?

Here is the config chat_processor.cfg:
I verified it is prefixed with HL2MP_ in fof_english.txt, line 611
Code:
"chat-processor"
{
	"csgo"
	{
		"Cstrike_Chat_CT_Loc"	"(Counter-Terrorist) {1} : {2}"
		"Cstrike_Chat_CT"	"(Counter-Terrorist) {1} : {2}"
		"Cstrike_Chat_T_Loc"	"(Terrorist) {1} : {2}"
		"Cstrike_Chat_T"	"(Terrorist) {1} : {2}"
		"Cstrike_Chat_CT_Dead"	"*DEAD*(Counter-Terrorist) {1} : {2}"
		"Cstrike_Chat_T_Dead"	"*DEAD*(Terrorist) {1} : {2}"
		"Cstrike_Chat_Spec"	"(Spectator) {1} : {2}"
		"Cstrike_Chat_All"	"{1} : {2}"
		"Cstrike_Chat_AllDead"	"*DEAD* {1} : {2}"
		"Cstrike_Chat_AllSpec"	"*SPEC* {1} : {2}"
	}

	"csco"
	{
		"Cstrike_Chat_CT_Loc"	"(Counter-Terrorist) {1} : {2}"
		"Cstrike_Chat_CT"	"(Counter-Terrorist) {1} : {2}"
		"Cstrike_Chat_T_Loc"	"(Terrorist) {1} : {2}"
		"Cstrike_Chat_T"	"(Terrorist) {1} : {2}"
		"Cstrike_Chat_CT_Dead"	"*DEAD*(Counter-Terrorist) {1} : {2}"
		"Cstrike_Chat_T_Dead"	"*DEAD*(Terrorist) {1} : {2}"
		"Cstrike_Chat_Spec"	"(Spectator) {1} : {2}"
		"Cstrike_Chat_All"	"{1} : {2}"
		"Cstrike_Chat_AllDead"	"*DEAD* {1} : {2}"
		"Cstrike_Chat_AllSpec"	"*SPEC* {1} : {2}"
	}

	"cstrike"
	{
		"Cstrike_Chat_CT_Loc"	"(Counter-Terrorist) {1}{3} : {2}"
		"Cstrike_Chat_CT"	"(Counter-Terrorist) {1}{3} : {2}"
		"Cstrike_Chat_T_Loc"	"(Terrorist) {1}{3} : {2}"
		"Cstrike_Chat_T"	"(Terrorist) {1}{3} : {2}"
		"Cstrike_Chat_CT_Dead"	"*DEAD*(Counter-Terrorist) {1}{3} : {2}"
		"Cstrike_Chat_T_Dead"	"*DEAD*(Terrorist) {1}{3} : {2}"
		"Cstrike_Chat_Spec"	"(Spectator) {1}{3} : {2}"
		"Cstrike_Chat_All"	"{1}{3} : {2}"
		"Cstrike_Chat_AllDead"	"*DEAD* {1}{3} : {2}"
		"Cstrike_Chat_AllSpec"	"*SPEC* {1}{3} : {2}"
	}

	"left4dead"
	{
		"L4D_Chat_Infected"	"(Infected) {1} : {2}"
		"L4D_Chat_Survivor"	"(Survivor) {1} : {2}"
		"L4D_Chat_Infected_Dead"	"*DEAD*(Infected) {1} : {2}"
		"L4D_Chat_Survivor_Dead"	"*DEAD*(Survivor) {1} : {2}"
		"L4D_Chat_Spec"	"(Spectator) {1} : {2}"
		"L4D_Chat_All"	"{1} : {2}"
		"L4D_Chat_AllDead"	"*DEAD* {1} : {2}"
		"L4D_Chat_AllSpec"	"*SPEC* {1} : {2}"
	}

	"left4dead2"
	{
		"L4D_Chat_Infected"	"(Infected) {1} : {2}"
		"L4D_Chat_Survivor"	"(Survivor) {1} : {2}"
		"L4D_Chat_Infected_Dead"	"*DEAD*(Infected) {1} : {2}"
		"L4D_Chat_Survivor_Dead"	"*DEAD*(Survivor) {1} : {2}"
		"L4D_Chat_Spec"	"(Spectator) {1} : {2}"
		"L4D_Chat_All"	"{1} : {2}"
		"L4D_Chat_AllDead"	"*DEAD* {1} : {2}"
		"L4D_Chat_AllSpec"	"*SPEC* {1} : {2}"
	}

	"tf"
	{
		"TF_Chat_Team_Loc"	"(TEAM) {1} : {2}"
		"TF_Chat_Team"	"(TEAM) {1} : {2}"
		"TF_Chat_Team_Dead"	"*DEAD*(TEAM) {1} : {2}"
		"TF_Chat_Spec"	"(Spectator) {1} : {2}"
		"TF_Chat_All"	"{1} : {2}"
		"TF_Chat_AllDead"	"*DEAD* {1} : {2}"
		"TF_Chat_AllSpec"	"*SPEC* {1} : {2}"
		"TF_Chat_Coach"	"(Coach) {1} : {2}"
	}

	"hl2mp"
	{
		"HL2MP_Chat_Team_Loc"	"(TEAM) {1} : {2}"
		"HL2MP_Chat_Team"	"(TEAM) {1} : {2}"
		"HL2MP_Chat_Team_Dead"	"*DEAD*(TEAM) {1} : {2}"
		"HL2MP_Chat_Spec"	"(Spectator) {1} : {2}"
		"HL2MP_Chat_All"	"{1} : {2}"
		"HL2MP_Chat_AllDead"	"*DEAD* {1} : {2}"
		"HL2MP_Chat_AllSpec"	"*SPEC* {1} : {2}"
	}

	"fof"
	{
		"HL2MP_Chat_All"	"{1}: {2}"
		"HL2MP_Chat_AllSpec"	"*SPEC* {1}: {2}"
		"HL2MP_Chat_Team"	"(TEAM)- {1}: {2}"
		"HL2MP_Chat_Spec"	"(Spectator)- {1}: {2}"
	}
}
Here is the output of chat:
Code:
 {default}GP⋆ Skooma Claus: test
or a picture if you prefer



Thank you
richlen99 is offline
Sincronic
Senior Member
Join Date: Dec 2018
Old 12-20-2020 , 13:35   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #337

I have some problems with this plugin. After i install it my server has problems with connection to databse.. somethink like lag. My rankme, sourceban.. everyting that has a databse it no longer works normally.

Here is mylist of plugins and extensions:
Code:
  01 "[CSS/CS:GO] AbNeR ResetScore" (1.5fix) by AbNeR_CSS
  02 "Admin File Reader" (1.10.0.6490) by AlliedModders LLC
  03 "Display admins online" (1.0) by Ilusion9
  04 "Admin Help" (1.10.0.6490) by AlliedModders LLC
  05 "Admin Menu" (1.10.0.6490) by AlliedModders LLC
  06 "Advanced Noscop" (1.0.1) by Mish0UU
  07 "alltalk" (1.0) by Hattrick (HKS)
  08 "Anti-Flood" (1.10.0.6490) by AlliedModders LLC
  09 "Ban disconnected players" (1.04) by mad_hamster
  10 "Basic Chat" (1.10.0.6490) by AlliedModders LLC
  11 "Basic Comm Control" (1.10.0.6490) by AlliedModders LLC
  12 "Basic Commands" (1.10.0.6490) by AlliedModders LLC
  13 "Basic Info Triggers" (1.10.0.6490) by AlliedModders LLC
  14 "Basic Votes" (1.10.0.6490) by AlliedModders LLC
  15 "CallAdmin" (0.1.8) by Impact, dordnung
  16 "Client Preferences" (1.10.0.6490) by AlliedModders LLC
  17 "cNewCheatFix.smx"
  18 "Discord API" (1.0) by .#Zipcore, Credits: Shavit, bara, ImACow and Phire
  19 "Discord: CallAdmin" (1.1) by .#Zipcore
  20 "Discord: SourceBans" (1.0) by .#Zipcore
  21 "Discord: SourceComms" (1.1) by .#Zipcore
  22 "DR.API AFK MANAGER" (1.0.1) by Dr. Api
  23 "DR.API SHOW DAMAGE" (1.1.2) by Dr. Api
  24 "CS:GO Esl Admin ESP (mmcs.pro)" (2.8) by SAZONISCHE
  25 "Fix Hint Color Messages" (1.2.2 Franc1sco franug github version) by Phoenix (˙·٠●Феникс●٠·˙)
  26 "SM Fortnite Emotes Extended" (1.3) by Kodua, Franc1sco franug, TheBO$$
  27 "SM Franug Country Flag Icons" (1.3) by Franc1sco franug
  28 "SM Franug CSGO Sprays" (1.4.5) by Franc1sco Steam: franug
  29 "Fun Commands" (1.10.0.6490) by AlliedModders LLC
  30 "Fun Votes" (1.10.0.6490) by AlliedModders LLC
  31 "Gloves" (1.0.4) by kgns | oyunhost.net
  32 "GoldMember (DNS Benefits)" (1.3) by xSLOW
  33 "[CSGO] Advanced VIP System for CSGO Servers (Splewis Arena)" (0.1) by Mesharsky
  34 "[Multi-1v1] Challenge" (1.1.5) by Headline
  35 "[CS:GO] Custom MVP Anthem" (1.10) by Kento
  36 "RankMe" (3.0.3.Kento.33.2) by lok1, Scooby, Kento, pracc, Kxnrl, CrazyHackGUT
  37 "Admin Broadcast" (1.00) by KENOXYD
  38 "[CSGO] Server Lag Exploit Fix [3/7/2020]" (1.10.0.6453) by backwards
  39 "MapChooser Extended" (1.10.2) by Powerlord, Zuko, and AlliedModders LLC
  40 "CSGO Panorama Map Change Crashe Fixer" (1.0.6) by BOT Benson
  41 "Map History" (1.0) by Gweedo
  42 "SM Most Active" (2.6) by Franc1sco Steam: franug / shanapu
  43 "CS:GO Multi1v1" (1.1.9) by splewis
  44 "CS:GO Multi1v1: flashbangs addon" (1.1.9) by splewis
  45 "CS:GO Multi1v1: knife round addon" (1.1.9) by splewis
  46 "Nextmap" (1.10.0.6490) by AlliedModders LLC
  47 "Map Nominations Extended" (1.10.0) by Powerlord and AlliedModders LLC
  48 "[AWP] No-Scope Detector" (1.2.7) by Ak0 (improved by Grey83 & onehand)
  49 "Observe Client" (1.2.4) by WhiteWolf, puopjik, psychonic, RedSword
  50 "PanoramaMapCrashFix-v1.4.0.smx" (1) by Kashinoda
  51 "Panorama - Timeleft" (1.0.1) by Fastmancz
  52 "Player Commands" (1.10.0.6490) by AlliedModders LLC
  53 "[ANY] Player Analytics" (1.3.1) by Dr. McKay
  54 "[CSGO] QuakeSounds Overlays edition" (1.0) by TonyBaretta
  55 "RandomCycle" (1.10.0.6490) by AlliedModders LLC
  56 "[CS:GO] Matchmaking Ranks by Points" (1.5) by Hallucinogenic Troll
  57 "Reserved Slots" (1.10.0.6490) by AlliedModders LLC
  58 "Rock The Vote Extended" (1.10.0) by Powerlord and AlliedModders LLC
  59 "Rules Plugin" (1.3) by haN
  60 "SourceBans++: Admin Config Loader" (1.6.3) by AlliedModders LLC, SourceBans++ Dev Team
  61 "SourceBans++: SourceComms" (1.6.3) by Alex, SourceBans++ Dev Team
  62 "SourceBans++: Main Plugin" (1.6.3) by SourceBans Development Team, SourceBans++ Dev Team
  63 "SourceBans++ Report Plugin" (1.6.3) by RumbleFrog, SourceBans++ Dev Team
  64 "SendFile Exploit Fix" (1.8.0.5969) by backwards
  65 "Send player to spec" (1.0) by Arkarr
  66 "ServerAdvertisements3" (3.1.4) by ESK0
  67 "Server redirect" (1.0.0) by GAMMA CASE
  68 "SourceMod Anti-Cheat" (0.8.7.3) by SMAC Development Team
  69 "SMAC Aimbot Detector" (0.8.7.3) by SMAC Development Team
  70 "SMAC Client Protection" (0.8.7.3) by SMAC Development Team
  71 "SMAC Command Monitor" (0.8.7.3) by SMAC Development Team
  72 "SMAC ConVar Checker" (0.8.7.3) by SMAC Development Team
  73 "SMAC Rcon Locker" (0.8.7.3) by SMAC Development Team
  74 "SMAC Anti-Speedhack" (0.8.7.3) by SMAC Development Team
  75 "SMAC Spinhack Detector" (0.8.7.3) by SMAC Development Team
  76 "Sound Commands" (1.10.0.6490) by AlliedModders LLC
  77 "sprefs" (1.0) by Hattrick HKS
  78 "Stealth Revived" (1.0.1) by SM9();
  79 "Store - The Resurrection" (1.1) by Zephyrus
  80 "Rotate server graphic banners" (0.3) by HiTmAnY
  81 "SteamWorks Additive Glider" (1.0) by Kyle Sanderson
  82 "Tab Hud Info" (1.2) by Nano
  83 "tVip" (2.2) by Totenfluch
  84 "VIPEX.smx"
  85 "Weapons & Knives" (1.7.1) by kgns | oyunhost.net
Extensions:

Code:
[SM] Displaying 21 extensions:
[01] Automatic Updater (1.10.0.6501): Updates SourceMod gamedata files
[02] Webternet (1.10.0.6501): Extension for interacting with URLs
[03] CS Tools (1.10.0.6501): CS extended functionality
[04] BinTools (1.10.0.6501): Low-level C/C++ Calling API
[05] SDK Tools (1.10.0.6501): Source SDK Tools
[06] Top Menus (1.10.0.6501): Creates sorted nested menus
[07] Client Preferences (1.10.0.6501): Saves client preference settings
[08] SQLite (1.10.0.6501): SQLite Driver
[09] SteamWorks Extension (1.2.3): Exposes SteamWorks functions to Developers
[10] SendProxy Manager (1.2): Change stuff without actually changing stuff!
[11] Regex (1.10.0.6501): Provides regex natives for plugins
[12] SDK Hooks (1.10.0.6501): Source SDK Hooks
[13] GeoIP (1.10.0.6501): Geographical IP information
[14] <OPTIONAL> file "store_sm.ext.dll": The specified module could not be found.

[15] MySQL-DBI (1.10.0.6501): MySQL driver implementation for DBI
[16] <OPTIONAL> file "steamtools.ext.dll": The specified module could not be found.

[17] <OPTIONAL> file "geoipcity.ext.dll": The specified module could not be found.

[18] DHooks (2.2.0-detours14a): Dynamic Hooks
[19] Socket (3.0.1): Socket extension for SourceMod
[20] <OPTIONAL> file "connect.ext.dll": The specified module could not be found.

[21] <OPTIONAL> file "smrcon.ext.dll": The specified module could not be found.

[22] PTaH (1.1.2): Additional CS:GO Hooks and Natives

Last edited by Sincronic; 12-20-2020 at 13:39.
Sincronic is offline
carpeteamee
Junior Member
Join Date: Jun 2021
Old 07-29-2021 , 07:19   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #338

How do I put the symbol with the player's color before the tag? as it is in the print...

https://i.postimg.cc/nzLRW16J/screenshot-82.png
carpeteamee is offline
FluxyLynx
Junior Member
Join Date: Feb 2017
Old 09-02-2021 , 13:04   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #339

In team fortress 2 regular players without any admin flags do not have team colours even if strip colours is set to 0 and team colours are given in chat processor config, any ideas on how to fix this?
FluxyLynx is offline
Hawkins
Senior Member
Join Date: Jul 2021
Old 12-07-2021 , 12:45   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #340

How do i disable players getting re-named to [from country] or "[N/ANameHere" and processing it into chat? See the 2 attachments in my post
Attached Images
File Type: jpg 11.jpg (93.8 KB, 131 views)
File Type: jpg 22.jpg (29.7 KB, 111 views)

Last edited by Hawkins; 12-07-2021 at 12:48.
Hawkins is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:34.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode