Blockland Forums > General Discussion
How do you make a Colorset
Crown2:
not like scripting.
otto-san:
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: ---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
--- End code ---
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
Ghost15601:
--- Quote from: otto-san on October 11, 2011, 10:11:08 PM ---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: ---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
--- End code ---
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
--- End quote ---
Thanks now all i need is a scripter....
Ghost15601:
also where can i get a program to make colorsets. :cookie:
Masterlegodude:
--- Quote from: Ghost15601 on October 12, 2011, 09:03:32 AM ---Thanks now all i need is a scripter....
--- End quote ---
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
--- Quote from: Ghost15601 on October 12, 2011, 09:04:13 AM ---also where can i get a program to make colorsets. :cookie:
--- End quote ---
Whatever the default text editor your OS has, for Windows, it would be Notepad