Author Topic: Paint Mixing  (Read 420 times)

I'm not sure what you would call it, Its a bit like the option where bricks spawn with random colours,

I had a idea that you could select like a.. mode.. or something, And in it you would only have the basic colours, And you could make more colours by painting a brick and mixing colours together.


I'm not even sure if thats possible :x
But its just a idea i had :D

I want graffiti can, where it would paint 1 side of a brick, and the other one stays the same color as it was, unless you sprayed that one too.

sorta like blendy pens?
if so, (does anyone remember the fill can? it could that model)  each color that is added will make the variable color(like going through select color - more colors menu, in ms paintin it, you can use the rbg bars to select amount of each color, createing a variable.)the script for this would have to have a "add color values" thing were it combines the levels of rbg, makeing variable color.
if not, i have know idea what you would do.
« Last Edit: June 14, 2009, 12:03:17 PM by cazyforlegos »

I want graffiti can, where it would paint 1 side of a brick, and the other one stays the same color as it was, unless you sprayed that one too.

Make your own suggestion topic then. :/

This probably isn't very easy to do. There's a limit of 64 colors for a start - colors are stored on the client and addressed using a byte ranging from 0 to 63 or something. To mix colors you'd have to store all the colors applied to that brick or have it keep a dynamic RGBA (which then increases the packets needed to allow people to see the brick colors and slows down the loading) so its not really possible. A more basic version could be done via script though.