Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Mitchell
~lick~
Join Date: Mar 2010
Old 12-07-2021 , 12:50   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #341

Quote:
Originally Posted by Hawkins View Post
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
Might want to start by finding the right plugin. This plugin does nothing like that to player names.
Mitchell is offline
daffyy
Junior Member
Join Date: Jun 2020
Old 06-10-2022 , 10:19   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #342

Is there a way to disable double dots on chat before name?
My config:
Quote:
"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}"
}
without {teamcolor} there are no colored nicknames from the team
daffyy is offline
Groven
AlliedModders Donor
Join Date: Apr 2011
Location: Sweden
Old 07-27-2022 , 15:35   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #343

Anyone know the colorlist for L4D2?
__________________

Last edited by Groven; 08-08-2022 at 11:42.
Groven is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 09-04-2022 , 11:25   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #344

Quote:
Originally Posted by daffyy View Post
Is there a way to disable double dots on chat before name?
My config:

without {teamcolor} there are no colored nicknames from the team
Doing a test here in the plugin settings leaving the cvar "sm_chatprocessor_status" as disabled solves this problem.

Test there, change to sm_chatprocessor_status "0" and see if it solves.

I don't understand why the status cvar would have anything to do with this problem. Author can explain better or say if it shouldn't work like this

Complete configuration that I'm using in case I need it:
PHP Code:
// This file was auto-generated by SourceMod (v1.11.0.6911)
// ConVars for plugin "chat-processor.smx"


// Add GOTV client to recipients list. (Only effects games with GOTV or SourceTV)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_addgotv "1"

// Allows both teams to communicate with each other through team chat.
// (0 = off, 1 = on)
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_allchat "0"

// Flags required to use the color name and message. Needs sm_chatprocessor_strip_colors 1
// -
// Default: "b"
sm_chatprocessor_colors_flag "b"

// Name of the message formats config.
// -
// Default: "configs/chat_processor.cfg"
sm_chatprocessor_config "configs/chat_processor.cfg"

// Controls how dead communicate.
// (0 = off, 1 = on)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_deadchat "1"

// Default setting to give forwards to process colors.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_process_colors_default "1"

// Default setting to give forwards to remove colors.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_remove_colors_default "0"

// Restricts all chat for the dead entirely.
// (0 = off, 1 = on)
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_restrictdeadchat "0"

// Status of the plugin.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_status "0"

// Remove color tags from the name and the message before processing the output.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_strip_colors "1" 

Last edited by paulo_crash; 09-04-2022 at 11:28.
paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 03-12-2023 , 10:21   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #345

Doubt, chat-processor/csgo would have some function, new feature that blocks the chat in server demos?

In the past, the demos of my server showed the messages that the players sent in the server's chat, but recently the chat messages are no longer displayed.

I tested it by removing the chat-processor from the server, and the demo recordings after removing the plugin show the players' chats again.

I currently have the following configuration in the server.cfg file:
Code:
tv_relayradio "1"
tv_relayvoice "1"
tv_relaytextchat "2"
Anyway, any help would be welcome, I would like to use the chat processor because I use HexTags to configure tags and chat color for the players on the server.

[EDIT]
Fix in the latest versions.

Last edited by paulo_crash; 06-11-2023 at 09:51.
paulo_crash is offline
Samg381
Junior Member
Join Date: May 2023
Old 06-10-2023 , 23:05   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #346

FYI I think tf_bot_join_after_player "1" breaks this plugin.
Samg381 is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 06-11-2023 , 09:52   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #347

Quote:
Originally Posted by Samg381 View Post
FYI I think tf_bot_join_after_player "1" breaks this plugin.
Chat-Processor itself does not have this cvar, I believe it is from another plugin right? In this case the author of this plugin should verify this.
paulo_crash is offline
Dragonisser
AlliedModders Donor
Join Date: Jan 2014
Location: Germany
Old 08-28-2023 , 07:57   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #348

Quote:
Originally Posted by paulo_crash View Post
Chat-Processor itself does not have this cvar, I believe it is from another plugin right? In this case the author of this plugin should verify this.
Thats a stock tf cvar
Dragonisser is offline
Proaxel
Member
Join Date: Oct 2014
Old 09-26-2023 , 05:04   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #349

How does one stop the following error from spamming in logs on every map change:
Code:
Failed to auto generate config for chat-processor.smx, make sure the directory has write permission
There is already a chat_processor.cfg in sourcemod/configs but the error continues to persist. Someone on Discord said to try using chmod but the server provider we are using does not seem to allow access to the command line. I'm willing to modify the source code if that's what it takes.

Last edited by Proaxel; 09-26-2023 at 05:06.
Proaxel is offline
Wizzardoff
Senior Member
Join Date: Dec 2022
Old 09-26-2023 , 07:02   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #350

Isnt that folder already chmod to allow writing from root?

Last edited by Wizzardoff; 09-26-2023 at 07:03.
Wizzardoff 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 00:37.


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