Code Editing Tutorials
Changing the Ceiling Colours

 Step 1. Open up WL_DRAW.C and search for “1d1d”. There you see:

0x1d1d,0x1d1d,0x1d1d,0x1d1d,0x1d1d,0x1d1d,0x1d1d,0x1d1d,0x1d1d,0xbfbf, 0x4e4e,0x4e4e,0x4e4e,0x1d1d,0x8d8d,0x4e4e,0x1d1d,0x2d2d,0x1d1d,0x8d8d, 0x1d1d,0x1d1d,0x1d1d,0x1d1d,0x1d1d,0x2d2d,0xdddd,0x1d1d,0x1d1d,0x9898,
0x1d1d,0x9d9d,0x2d2d,0xdddd,0xdddd,0x9d9d,0x2d2d,0x4d4d,0x1d1d,0xdddd,
0x7d7d,0x1d1d,0x2d2d,0x2d2d,0xdddd,0xd7d7,0x1d1d,0x1d1d,0x1d1d,0x2d2d,
0x1d1d,0x1d1d,0x1d1d,0x1d1d,0xdddd,0xdddd,0x7d7d,0xdddd,0xdddd,0xdddd

Step 2. Now, use the following color chart (supplied courtesy of Paal Olstad), to select your color. Then just insert the color within the "0x". Also, don't forget to type the index of the color twice, as the ceiling will have 2 different colors. No, not cool, crazy. You see a striped sky, which does not look good. If you prefer a black ceiling, it's another deal. Then you do this:

0x0

See? With black colors you use the index just ONCE. Keep that in mind!


 

Get back to the Dome tutorials
Jump to the top