Author Topic: Chat Customizer (Beta v5, nearly ready for the Add-Ons section)  (Read 11253 times)

This looks really nice, will definitely use once released.


Edit: Actually can you add default chat size presets, getting the normal default size with the slider would seem to be trouble.
« Last Edit: April 01, 2013, 11:24:16 PM by ShadowZero »

This looks really nice, will definitely use once released.


Edit: Actually can you add default chat size presets, getting the normal default size with the slider would seem to be trouble.
Fixed that, it's using a seperate variable now. I didn't catch that the first time.


https://dl.dropbox.com/u/27975145/Client_CustomChat.zip

Beta v2 is out, if you have Client_Extensions, remove it before updating.
EDIT: Also remove config/client/chat/vars.cs so the variables correctly re-initialize.
« Last Edit: April 01, 2013, 11:56:46 PM by TheBlackParrot »

Local and global chat settings?

Local and global chat settings?
Not quite sure what you mean by that.
oh
« Last Edit: April 02, 2013, 12:46:22 AM by TheBlackParrot »

Not quite sure what you mean by that.

If you meant in the code:
[line 101]
Code: [Select]
package ChatExtensions
{

function newChatSO::addLine(%a,%msg)
{

%font = $Chat::FontFamily;

if($Chat::Bold)
{

%font = %font SPC "Bold";

}

if($Chat::Italic)
{

%font = %font SPC "Italic";

}

%add = "<font:" @ %font @ ":" @ $Chat::FontSize_ @ ">";
%msg = %add @ %msg;

parent::addLine(%a,%msg);

}
%font is there to keep from modifying the global variable and to shorten things a bit.
Uh...

I meant being able to talk to people in a certain radius.

Uh...

I meant being able to talk to people in a certain radius.
Other addons exist for this already if I remember right. They should work fine with this.

Other addons exist for this already if I remember right. They should work fine with this.

You can use the GuiMlTextCtrl control as your preview.

Very nice idea, i need this addon :]


Why is my typing text really small but when I send it it shows up as normal size?

Fixed that, it's using a seperate variable now. I didn't catch that the first time.


https://dl.dropbox.com/u/27975145/Client_CustomChat.zip

Beta v2 is out, if you have Client_Extensions, remove it before updating.
EDIT: Also remove config/client/chat/vars.cs so the variables correctly re-initialize.
You can't add the the default ratio buttons that are in the chat size setting?
I think they would be useful if you don't want to use the slider.

Also, is comic sans not a supported font?  :cookieMonster:

Also, is comic sans not a supported font?  :cookieMonster:
they should purposely disable it for the sake of the children

Also, is comic sans not a supported font?  :cookieMonster:

That's because it's named Comic Sans MS, not Comic Sans.

they should purposely disable it for the sake of the children

Agreed.

Let the nerf-nukes launch in 5...