Author Topic: Color set problem  (Read 503 times)

I am currently making a color set.
(Note: It is not done yet, obviously)

I got the HTML colors converted into RGB color codes, put them into the .txt file.
I have the colorSet.txt and description.txt in a WinRAR ZIP Archive. :|
Seems well right? No.
Theres a problem with it In-game.
When I go to the 'Color Manager' and select mine, there's no preview.
And, the worst part is, when I use it, the only thing there is 3 FX colors.

The colorSet.txt so far:
Code: [Select]
139 0 0
205 0 0
238 0 0
255 0 0

139 71 93
205 104 137
238 121 159
255 130 171
219 112 147

139 139 0
205 205 0
238 238 0
255 255 0
139 139 122
205 205 180
238 238 209
255 255 224
250 250 210

0 139 0
0 205 0
0 238 0
0 255 0
0 128 0
110 139 61
162 205 90
188 238 104
202 255 112
85 107 47

0 0 139
0 0 205
0 0 238
0 0 255
122 197 205
142 229 238
152 245 255
0 191 255

139 90 0
Am I missing something? :|

You're missing division names, like these:

Code: [Select]
0 0 255 255
0 0 255 235
0 0 255 195
0 0 255 165
0 0 255 135
0 0 255 105
0 0 255 75
0 0 255 45
0 0 255 15
0 0 255 5

DIV:Blue

25 25 132 255
15 15 104 255
5 5 86 255
0 188 255 255
0 145 208 255
0 124 179 255
0 95 158 255
0 76 132 255
0 255 255 110
0 172 172 110

DIV:More blue

0 0 80 110
0 0 100 110
0 0 120 110
0 0 140 110
0 0 160 110
0 0 180 110
0 0 200 110
0 0 220 110
0 0 240 110
0 0 255 110

DIV:BLUUUUUEEEE


FFFUU
I got them to appear in-game just fine.
But they're all transparent. D: