Blockland Forums > Suggestions & Requests
Paint Mixing
Pages: (1/1)
tails:
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
Isjix:
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.
cazyforlegos:
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.
Camera:
--- Quote from: Isjix on June 14, 2009, 02:54:00 AM ---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.
--- End quote ---
Make your own suggestion topic then. :/
Ephialtes:
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.
Pages: (1/1)