Author Topic: Adding Colors  (Read 2578 times)

If I want to add colors to the defult colorset, where in the Blockland Folder do I go?

In here:

Windows XP or older:
C:\ProgramFiles\Blockland\Config\Server\

Windows Vista
C:\Blockland\Config\Server\


There is a file named "ColorSet" and is written in RGB (Red, Green, Blue)
Be aware that you can only have 64 colors (effects not included)

Thank you.
Will leave unlocked incase anything goes wrong.
When I went to the folder the file consisted of numbers.
I expexted colors like images.
How do I edit the colors?
« Last Edit: February 04, 2009, 09:13:50 PM by Lord Templar »

You need to work whit a code named RGB
its kinda like this:
255 (of red) 0 (of green) 0 (of blue) 255 (of transparent) : makes Red not transparent
0 255 0 255 makes green
0 0 255 255 makes blues
then you can mix stuf

The easyest way to create such numbers is: open Paint or an other coloring program you have
there go to the ColorChose window
Notice that there only will stand 3 numbers (transparent is not included)

Transparent:
255 cant see trough
0 cant be seen
and all the rest thats between it

I hope this makes sence to you

I'll test it out.
How do I tell it what column to go in on BL?
I think I figured that out.
Yet, now when I try to start a game with my new colors it shuts the game down.
I did the math and I did not go over the limit of 64.
Any help?
« Last Edit: February 05, 2009, 04:36:31 PM by Lord Templar »

If you finished a culum, you need to add "DIM: "place the name here""
This is what is going to be the name of the culum

Example:

255 155 100 255
5 5 5 255
123 45 67 100
DIM: Random Colors

147 252 132 0
156 87 135 12
41 46 48 79
DIM: More random colors


I think its because of that

If its not, send me the file so I can check
« Last Edit: February 05, 2009, 05:59:55 PM by honytawk »

I figured that for the column names but when i try to start a game (single player) with my new colors it shuts the game down.

Tom

I believe it DIV, not DIM

Btw, pure colors, like 255 0 0 255, can look bad for most building. (But they work great for RGB light animation)

Yep, its DIV
Code: [Select]
230 87 20 255
191 46 123 255
99 0 30 255
34 69 69 255
0 36 85 255
27 117 196 255
255 255 255 255
20 20 20 255
255 255 255 64
DIV:Bold

I figured that for the column names but when i try to start a game (single player) with my new colors it shuts the game down.
please help me on this

255 is the maximum you can use
Maybe its about this

255 is the maximum you can use
Maybe its about this
Nope thats not is.
I think, I'll double check.

Nope thats not is.
I think, I'll double check.
Did you make it DIV and not DIM?
If you did then I can't help you...

Can you copy and paste the file in here, so I can check?
Or send it to me on PM or something if you dont want it to be spread over internet

Can you copy and paste the file in here, so I can check?
Or send it to me on PM or something if you dont want it to be spread over internet
Here it is:
Code: [Select]
0.900 0.000 0.000 1.000
0.900 0.900 0.000 1.000
0.000 0.500 0.250 1.000
0.200 0.000 0.800 1.000
0.900 0.900 0.900 1.000
0.750 0.750 0.750 1.000
0.500 0.500 0.500 1.000
0.200 0.200 0.200 1.000
100 50 0 255
DIV:Standard

230 87 20 255
191 46 123 255
99 0 30 255
34 69 69 255
0 36 85 255
27 117 196 255
255 255 255 255
20 20 20 255
255 255 255 64
DIV:Bold

236 131 173 255
255 154 108 255
255 224 156 255
244 224 200 255
200 235 125 255
138 178 141 255
143 237 245 255
178 169 231 255
224 143 244 255
DIV:Soft

255 93 0 255
159 0 0 255
236 182 0 255
0 105 0 255
113 255 0 255
0 82 62 255
120 0 140 225
127 89 63 255
159 105 0 255
DIV:KWSN

255 93 0 0.700
159 0 0 0.700
236 182 0 0.700
0 105 0 0.700
113 255 0 0.700
0 82 62 0.700
120 0 140 0.700
127 89 63 0.700
159 105 0 0.700
DIV:KWSN Trans

0.667 0.000 0.000 0.700
1.000 0.500 0.000 0.700
0.990 0.960 0.000 0.700
0.000 0.471 0.196 0.700
0.000 0.200 0.640 0.700
152 41 100 178
0.550 0.700 1.000 0.700
0.850 0.850 0.850 0.700
0.100 0.100 0.100 0.700
DIV:Transparent
I added the DIV:KWSN
and the DIV:KWSN Trans

I think the problem is somewhere else
I tryed the set and it worked for me
Maybe an add-on thats placed wrong

If you dont have much add-ons, I sugest that you reinstall Blockland
(you could copy your saves, colorset, ... to somewhere else and then copy it back in)

PS its easyer to use full numbers for transparrent like 100 or 124 instead of 0.700