Poll

Would you download my colorset?

Yes
1 (50%)
OH YEA ITS GONNA BE AWESOME
1 (50%)
No
0 (0%)
Please,Please go away
0 (0%)
maybe, it depends on if it looks good
0 (0%)

Total Members Voted: 2

Author Topic: How do you make a Colorset  (Read 950 times)

Ever since I joined blockland ive wanted to make a colorset. How do you make one? Could someone please help me. Thank you for your time.




I figured out how to make a colorset. That is for Addons and it's not true.
colorsets are addons


anyways a colourset is basically just a list of named sets of colours (ie 1.000 1.000 1.000 1.000 or 255 255 255 255 would be white)

at the end of the sets of colour codes, you have a line that says "DIV: rowname" which is what names what each row on the spraycan interface is basically


example of a row
Code: [Select]
255 0 0 255
255 36 0 255
255 127 0 255
255 255 0 255
0 200 0 255
0 255 255 255
0 127 255 255
0 0 255 255
255 255 255 64
DIV: Standard


tell me if there are any issues with this because i wrote this when tired and so the quality of the explanation may be a bit bad

anyways a colourset is basically just a list of named sets of colours (ie 1.000 1.000 1.000 1.000 or 255 255 255 255 would be white)

at the end of the sets of colour codes, you have a line that says "DIV: rowname" which is what names what each row on the spraycan interface is basically


example of a row
Code: [Select]
255 0 0 255
255 36 0 255
255 127 0 255
255 255 0 255
0 200 0 255
0 255 255 255
0 127 255 255
0 0 255 255
255 255 255 64
DIV: Standard


tell me if there are any issues with this because i wrote this when tired and so the quality of the explanation may be a bit bad

Thanks now all i need is a scripter....

also where can i get a program to make colorsets.  :cookie:

Thanks now all i need is a scripter....
You don't need a scripter, all you need is to open up the colorSet.txt file with Notepad and you can edit it yourself

also where can i get a program to make colorsets.  :cookie:
Whatever the default text editor your OS has, for Windows, it would be Notepad

You don't need a scripter, all you need is to open up the colorSet.txt file with Notepad and you can edit it yourself
Whatever the default text editor your OS has, for Windows, it would be Notepad
Thanks