Author Topic: Color Codes?  (Read 1848 times)

Can someone list the Color codes for blockland?

So far I have:

1 0 0 1 = Red


Can I have the Others please?

I'm not sure whether you need the fourth value or not for name colours. In general, though, make it '1' - this is the Alpha value or transparency, and you'd only need it for partially transparent things.

Code: [Select]
R G B - Colour
1 1 1 - White
0.75 0.75 0.75 - Light Grey
0.5 0.5 0.5 - Mid Grey
0.25 0.25 0.25 - Dark Grey
0 0 0 - Black
1 0 0 - Red
1 1 0 - Yellow
0 1 0 - Green
0 1 1 - Cyan
0 0 1 - Blue
1 0 1 - Magenta (Pink)

For darker variants of the colours, change the 1's to numbers between zero and one. The first value is the amount of Red, the second is Green and the third is Blue. You can use things like a colour selector in MS Paint to make the colour you want, divide each value by 255 to get the values Blockland uses. Try experimenting to create different colours.
« Last Edit: October 09, 2008, 01:51:50 PM by Space Guy »


How do i make difernt text in a slash command a differnt color?

Do /colortest in Blockland, then use the number of the color, like "\c3" will change the message following the \c3 that color, until the color is changed again.

For instance, \c2 is green and \c3 is yellow.

"\c3Jervan \c2is the \c3best\c2." would come out in-game as: Jervan is the best.

I feel like an idiot.
« Last Edit: October 12, 2008, 08:22:01 PM by Jervan »

I did that, and did it ingame, and this happened:
messageClient(%client,'', "/c8Tech is Happy.");.
It came out as:

/c8Tech is happy. (in red)

whats wrong with it?



My post is handicapped due to brain overclocking - fixed.

Jervan, what exactly is your avatar?

An outdated orange blob with no WarREN.

Looks like a Blockhead holding up a baby with the umbilical cord still attached.