Author Topic: Colored Text In Game  (Read 4117 times)

Is there a mod for like colored text in Blockland?

Like change the chat color or event text?

Rky has a script in his server that lets you change the color, font and size of your text as you want. I think he didn't release it. But it's fun :D

Here's your awnser.
In events have this: onActivate->Client->centerprint
Type <color:FFFFFF>(white) in the box for a white color then type your message.
Fonts are the same way
<font:(text):(scale#)>
Font goes before color.
Notes:You can use any input event you want.
          I suggest that you get the /gethex addon, as the colors are in hex form.
That's all you need to know for ingame text.

5secafterpostEDIT IDK if there is a mod, /gethex just tellsyou what the hex of the paint color you have is :P
« Last Edit: January 30, 2010, 09:15:44 AM by Dnitro »

for welcome message you can use the color codes above, or /c# which i'm not sure which number goes to which color :D (6 is green i think)

Here's your awnser.
In events have this: onActivate->Client->centerprint
Type <color:FFFFFF>(white) in the box for a white color then type your message.
Fonts are the same way
<font:(text):(scale#)>
Font goes before color.
Notes:You can use any input event you want.
          I suggest that you get the /gethex addon, as the colors are in hex form.
That's all you need to know for ingame text.

5secafterpostEDIT IDK if there is a mod, /gethex just tellsyou what the hex of the paint color you have is :P
The /gethex Is a Mod. GetHex

for welcome message you can use the color codes above, or /c# which i'm not sure which number goes to which color :D (6 is green i think)

/colortest

Here's your awnser.
In events have this: onActivate->Client->centerprint
Type <color:FFFFFF>(white) in the box for a white color then type your message.
Fonts are the same way
<font:(text):(scale#)>
Font goes before color.
Notes:You can use any input event you want.
          I suggest that you get the /gethex addon, as the colors are in hex form.
That's all you need to know for ingame text.

5secafterpostEDIT IDK if there is a mod, /gethex just tellsyou what the hex of the paint color you have is :P
I already know how to do this..

You could use the console to change your name Suffix to <color:######>
:3

/colortest

Oh wow I didn't know you could do that, I made a separate script to do the same exact thing ;_;

The color hex is in RGB so...

<color:RRGGBB>

red= <color:ff0000>
green= <color:00ff00>
blue= <color:0000ff>
white= <color:ffffff>
black= <color:000000>


I think he meant the chat text.


I think Heedical had a mod like this. He changed the chat color, including name color, so I forgeted around with the color codes knowing he hadn't patched up the part where you could change the color yourself too with <color:> :D