I've been experimenting my way a bit into the procedural generation of planet surfaces, and I've been trying to make them look a bit like the planets used in SC2. Therefore it'd be great if I could use the original SC2 colormaps, ofcourse .
But unfortunately they don't exactly describe how the respective formats are built up. For the colormaps I expected red, green and blue values each sequentially stored with one byte for each color channel.. But unfortunately that doesn't generate the expected results. So if anyone knows how these formats are built up exactly that'd be great .
Once again, thanks in advance for any help you can provide .
Just so you know, I'm now able to read these colormaps and height translation files. I've created a small demo which is able to procedurally generate all the Star Control planet types, although they could still use some tweaking .