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

[Source 2013] Custom Chat Colors


Post New Thread Reply   
 
Thread Tools Display Modes
MagicMouse
Junior Member
Join Date: Apr 2016
Location: Hidden somewhere
Old 05-14-2016 , 06:29   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1221

This plugin messes around with the Store plugn's name colour module. Is there a way to fix this?

Last edited by MagicMouse; 05-14-2016 at 06:30.
MagicMouse is offline
Fortune
New Member
Join Date: May 2016
Old 05-14-2016 , 12:19   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1222

I'm trying to get this to work on my TF2 server, but it just seems like it doesn't want to.

I've installed the custom chat colors and the simple chat processor. Both seem to be working fine on the server. They're listed under the loaded plugins anyway.

My config file looks like this:
Code:
"admin_colors"
{
	"Owner" 
	{
                "flag"                  "z"
                "tag"                   "[Owner] "
                "tagcolor"              "#30CBFF"
                "namecolor"             "#30CBFF"
                "textcolor"             "#30CBFF"
	}
}
At the moment, nothing is happening when I type in chat. No tag, no colours, nada. I have admin rank on my server so I don't think that's the problem.

I really need help ;~;
Fortune is offline
misterG
Senior Member
Join Date: May 2015
Location: Romania
Old 05-18-2016 , 13:12   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1223

Quote:
Originally Posted by Fortune View Post
I'm trying to get this to work on my TF2 server, but it just seems like it doesn't want to.

I've installed the custom chat colors and the simple chat processor. Both seem to be working fine on the server. They're listed under the loaded plugins anyway.

My config file looks like this:
Code:
"admin_colors"
{
	"Owner" 
	{
                "flag"                  "z"
                "tag"                   "[Owner] "
                "tagcolor"              "#30CBFF"
                "namecolor"             "#30CBFF"
                "textcolor"             "#30CBFF"
	}
}
At the moment, nothing is happening when I type in chat. No tag, no colours, nada. I have admin rank on my server so I don't think that's the problem.

I really need help ;~;
Make sure that you actually have the flag z setted up on you as in the config and also update to latest stable snapshot of sourcemod and metamod and baaam it should work.
And actually you just joined, asked and never return to see the answer...
__________________

Last edited by misterG; 05-26-2016 at 11:17.
misterG is offline
Nanochip
Senior Member
Join Date: Jan 2014
Old 05-19-2016 , 11:08   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1224

@Dr. McKay: Any hope for implementing something like this?

Quote:
Originally Posted by Nanochip View Post
Request/Idea:
Can you create a feature so that the custom chat colors can be applied to groups that have a specified command override, rather than using the flags? So you'd put the "command_override" key instead of the "flag" key, and a custom override would be the value, and that override would go in the admin_groups file.

For example:
Spoiler


and the admin groups would look like:
Spoiler
__________________
Nanochip is offline
tuan206
Member
Join Date: May 2016
Old 05-19-2016 , 22:37   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1225

Hey there, I'm trying to use this with mitchell's csgo version but I'm not sure I'm doing it right because after all the things I did, the chat tags doesn't seem to work. What I did is download the zip file, extract it. After that, I deleted the original ccc smx and replaced it with mitchell's ccc smx specifically for csgo. After reading how to install in OP, I placed the folder into the sourcemod directory. I will pastebin all of my configs I think is related to this below.I would also like to point out that I used the config that came with the original CCC, I just replaced the smx with mitchell's smx.
admin_group.cfg: http://pastebin.com/cDi0xcCB
admins.cfg: http://pastebin.com/djDNqtzK
customchatcolors.cfg: http://pastebin.com/MX7w8aJv

Last edited by tuan206; 06-04-2016 at 01:17.
tuan206 is offline
errorisgod
New Member
Join Date: May 2016
Old 06-02-2016 , 04:03   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1226

Quote:
Originally Posted by Mitchell View Post
Quick tip, since i didnt want to have your updater included i changed:

#include "mckayupdater.sp"
to
#tryinclude "mckayupdater.sp"

Edit: i have some good news

I have made the csgo version, with passive changes! it shouldnt break any modules

Try this, to use the colors make sure you do: {01} - {09}, {0A} - {0F}, {10} as the color of the tag/chat/name
see the colors/example here:
Spoiler

I'm also going to attach my test plugin
The CCC_GetColor will return a number 1-16 if it is a csgo chat color 01-10-0A-0F etc.
The reason i had to use {} is because KvGetString would return '7' instead of "07"

EDIT: i threw in an idea if {03} is used it will change the author to -1, not sure if you want to keep that idea, it so they can use the color purple. This will replace 'T' with purple though.
Can it only have 3 tags max as i have tried to add a fourth and it does not work. At the moment i have Owner, Chief Admin and Admin but i want to add Head of Staff and VIP and it does not work unless it is in the first 3 steam Id's / tags. Any ideas?
errorisgod is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 06-02-2016 , 09:02   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1227

Quote:
Originally Posted by errorisgod View Post
Can it only have 3 tags max as i have tried to add a fourth and it does not work. At the moment i have Owner, Chief Admin and Admin but i want to add Head of Staff and VIP and it does not work unless it is in the first 3 steam Id's / tags. Any ideas?
What do you mean 3 tags?
Check your config, there's probably a missing bracket or quote.
Mitchell is offline
Soul Eater
New Member
Join Date: Jun 2016
Old 06-06-2016 , 01:44   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1228

Hello! I am currently a new Team Fortress 2 server owner, if I say or have done anything wrong, please be soft on me, I dont have much experience in this. So, I added this plugin to my server, I have been working for hours trying to fix it, and I have no luck at all. Here is my config:
// ---------DO NOT EDIT ABOVE THIS LINE---------
"admin_colors"
{
"Server Host"
{
STEAM_0:1:128447762
"flag" "z"
"tag" [Server Host]
"tagcolor" "#22FF00"
}
"High Admin"
{
"flag" "c"
"tag" [High Admin]
"tagcolor" "#FFFFFF"
}
"Admin"
{
"flag" "b"
"tag" [Admin]
"tagcolor" "#FFFFFF"
}
"Jr Admin"
{
"flag" "a"
"tag" [Jr Admin]
"tagcolor" "#FFFFFF"
}
}
Soul Eater is offline
ddhoward
Veteran Member
Join Date: May 2012
Location: California
Old 06-06-2016 , 01:48   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1229

You're missing a lot of "" marks. Also why is there a Steam ID randomly in there?
__________________

Last edited by ddhoward; 06-06-2016 at 01:50.
ddhoward is offline
Soul Eater
New Member
Join Date: Jun 2016
Old 06-06-2016 , 02:04   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1230

Quote:
Originally Posted by ddhoward View Post
You're missing a lot of "" marks. Also why is there a Steam ID randomly in there?
Its my Steam ID, also can you possibly help me find out where to put the ""?
Soul Eater is offline
Reply



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 04:50.


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