Author Topic: [Beta] Client_CustomChat 2.0 [v0.2.0-1] [download moved]  (Read 6826 times)

This is nice! Hope to see this *done* and in the add-ons section soon

After downloading this, every message is prefixed by <color:1000>

I get the feeling something took over RGBToHex, replace RGBToHex in line 370 of client.cs with CC_RGBToHex and see if that fixes it.

if it does i'll update

OH (your edit clarified), you mean something like presets? That's planned further down the line, I just need to figure out what should be included with them.
No, I mean when I change settings, the old settings I had are reset automatically, so I have to set those back to my old ones and then do my new ones

I get the feeling something took over RGBToHex, replace RGBToHex in line 370 of client.cs with CC_RGBToHex and see if that fixes it.

if it does i'll update
It fixed it.
« Last Edit: January 28, 2016, 06:10:17 AM by jes00 »

v0.0.1-4
 - Fixed conflicts with other addons using RGBToHex

v0.0.1-5
 - Fixed font and color tags not being stripped in specific use cases
 - Fixed ranks not showing up for ranked users in minigames

v0.0.1-6
 - Fixed colors not being updated correctly in profiles
 - Fixed tagged strings not related to chat improperly rendering as a standard chat message (e.g. onActivate > Minigame > chatMsgAll > "test")

yeah i was getting some weird stuff where the text would always turn black and the outline would go away whenever i'd open up options

yeah i was getting some weird stuff where the text would always turn black and the outline would go away whenever i'd open up options
i've never seen this happen, that bugfix was related to saving/startup

i've never seen this happen, that bugfix was related to saving/startup
saving didn't work for any messages but my own, the rest (even the timestamps) went to black immediately. Just downloaded the new version and the same thing happened... idk what's going on if nobody else is getting this.

saving didn't work for any messages but my own, the rest (even the timestamps) went to black immediately. Just downloaded the new version and the same thing happened... idk what's going on if nobody else is getting this.
post the $Pref::Client::CustomChat prefs from config/client/prefs.cs

Code: [Select]
$Pref::Client::CustomChat::AdminRankString = "\c7[\c2A\c7]";
$Pref::Client::CustomChat::ClanTagsColor = "000000";
$Pref::Client::CustomChat::Color0 = "255 0 64 255";
$Pref::Client::CustomChat::Color1 = "64 64 255 255";
$Pref::Client::CustomChat::Color2 = "0 255 0 255";
$Pref::Client::CustomChat::Color3 = "255 255 0 255";
$Pref::Client::CustomChat::Color4 = "0 255 255 255";
$Pref::Client::CustomChat::Color5 = "255 0 255 255";
$Pref::Client::CustomChat::Color6 = "255 255 255 255";
$Pref::Client::CustomChat::Color7 = "96 96 96 255";
$Pref::Client::CustomChat::Color8 = "0 0 0 0";
$Pref::Client::CustomChat::Color9 = "0 0 0 0";
$Pref::Client::CustomChat::EchoChatToConsole = "0";
$Pref::Client::CustomChat::EnableBuzzwords = "1";
$Pref::Client::CustomChat::EnableClanTags = "0";
$Pref::Client::CustomChat::EnableOutline = "1";
$Pref::Client::CustomChat::EnableRandomNameColors = "0";
$Pref::Client::CustomChat::EnableRanks = "0";
$Pref::Client::CustomChat::EnableShadow = "1";
$Pref::Client::CustomChat::FontFamily = "Palatino Linotype";
$Pref::Client::CustomChat::FontSize = "24";
$Pref::Client::CustomChat::HourMode = "1";
$Pref::Client::CustomChat::LinkColor = "0 201 255 255";
$Pref::Client::CustomChat::LinkVisitedColor = "255 0 255 255";
$Pref::Client::CustomChat::LogDir = "config/client/chat/logs/";
$Pref::Client::CustomChat::LogMode = "0";
$Pref::Client::CustomChat::MessageColor = "AE9B02";
$Pref::Client::CustomChat::MessageSoundFilename = "./sounds/msg.wav";
$Pref::Client::CustomChat::NameColor = "2921E6";
$Pref::Client::CustomChat::NotifySoundFilename = "./sounds/notify.wav";
$Pref::Client::CustomChat::NotifyWhenSaid = "hodot hod hodo hotdog hobot";
$Pref::Client::CustomChat::OutlineColor = "223 129 37 255";
$Pref::Client::CustomChat::RandomNameColor0 = "000000";
$Pref::Client::CustomChat::RandomNameColor1 = "000000";
$Pref::Client::CustomChat::RandomNameColor2 = "000000";
$Pref::Client::CustomChat::RandomNameColor3 = "000000";
$Pref::Client::CustomChat::RandomNameColor4 = "000000";
$Pref::Client::CustomChat::RandomNameColor5 = "000000";
$Pref::Client::CustomChat::RandomNameColor6 = "000000";
$Pref::Client::CustomChat::RandomNameColor7 = "000000";
$Pref::Client::CustomChat::RandomNameColor8 = "000000";
$Pref::Client::CustomChat::RandomNameColor9 = "000000";
$Pref::Client::CustomChat::RandomNameColorCount = 10;
$Pref::Client::CustomChat::RemoveColorTags = "0";
$Pref::Client::CustomChat::RemoveFontTags = "0";
$Pref::Client::CustomChat::SelfMessageSoundFilename = "./sounds/selfmsg.wav";
$Pref::Client::CustomChat::SelfMsgColor = "D4BD80";
$Pref::Client::CustomChat::SelfNameColor = "D28861";
$Pref::Client::CustomChat::ShadowColor = "000000";
$Pref::Client::CustomChat::ShadowX = "2";
$Pref::Client::CustomChat::ShadowY = "2";
$Pref::Client::CustomChat::ShowSecondsInTimestamp = "0";
$Pref::Client::CustomChat::SoundNotificationMode = "1";
$Pref::Client::CustomChat::StripMLControlChars = "1";
$Pref::Client::CustomChat::SuperAdminRankString = "\c7[\c0S\c7]";
$Pref::Client::CustomChat::TimestampColor = "000000";
$Pref::Client::CustomChat::TimestampMode = "1";

it sets all colors to black no matter what i do.

i'm not sure, honestly
make sure there aren't any conflicting client-sided addons


i guess ill see. thanks anyway