Author Topic: Problems with colorset  (Read 1434 times)

Uhm, when i open colorset, specificly the last two rows( the new ones specificly) i get an onmount error >.<
can anyone help me?
(there are only 54 colors)
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 1
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

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

0.667 0.030 0.000 1.000
1.000 0.530 0.030 1.000
0.990 0.930 0.000 1.000
0.100 0.471 0.196 1.000
0.050 0.260 0.600 2.000
132 41 100 108
90 60 0 155
90 50 0 205
0.100 0.100 0.100 0.500
DIV:RkyColorsone

0.564 0.000 0.000 1.000
1.505 0.546 0.000 0.700
0.965 0.960 0.045 1.000
0.056 0.471 0.196 0.700
0.045 0.200 0.640 1.000
1.505 0.546 0.000 3
0.550 0.700 1.000 1.000
0.345 0.850 0.850 0.700
0.100 0.500 0.100 1.000
DIV:RkyColorstwo

On the RkyColorstwo, the sixth color has a 3 in the alpha channel... You appear to be using the 0-1 value system for that particular color. Change it to a 0.3 or something.

0.667 0.030 0.000 1.000
1.000 0.530 0.030 1.000
0.990 0.930 0.000 1.000
0.100 0.471 0.196 1.000
0.050 0.260 0.600 2.000
132 41 100 108
90 60 0 155
90 50 0 205

0.100 0.100 0.100 0.500
DIV:RkyColorsone

0.564 0.000 0.000 1.000
1.505 0.546 0.000 0.700
0.965 0.960 0.045 1.000
0.056 0.471 0.196 0.700
0.045 0.200 0.640 1.000
1.505 0.546 0.000 3
0.550 0.700 1.000 1.000
0.345 0.850 0.850 0.700
0.100 0.500 0.100 1.000
DIV:RkyColorstwo

The highlighted colours are likely to cause errors with >1 in one of the RGBA slots - try these:

0.667 0.030 0.000 1.000
1.000 0.530 0.030 1.000
0.990 0.930 0.000 1.000
0.100 0.471 0.196 1.000
0.050 0.260 0.600 1.000
0.5 0.15 0.4 1
0.35 0.19 0 1
0.35 0.18 0 1
0.100 0.100 0.100 0.500
DIV:RkyColorsone

0.564 0.000 0.000 1.000
1.505 0.546 0.000 0.700
0.965 0.960 0.045 1.000
0.056 0.471 0.196 0.700
0.045 0.200 0.640 1.000
1.00 0.546 0.000 1
0.550 0.700 1.000 1.000
0.345 0.850 0.850 0.700
0.100 0.500 0.100 1.000
DIV:RkyColorstwo

I toned down a few of the > 1 RGBs, and converted the ones in RkyColorsOne to x/1 rather than x/255 - which works in Blockland. I wasn't sure what you wanted with the ones with 140 Alpha, though - half trans, in x/1, or opaque? I converted them to opaque.

thanks for the help,  :cookie: for you guys. Now i can open the spray can but when i go to the last two rows it still gives me an onmount error.( i only tested on the top color and the color 3 colors up in rkycolorsone( i couldnt get past it)

Perhaps your names are too big, try making em smaller

I tried to no avail, thanks for the idea though.