I can make a new basepalette saved as a 24bpp raw + with .def file definitions all setup and the palette displays fine
I can make a new lookup pal saved as a 8bpp indexed raw + with defs all setup (w/ "noshades") and the palette displays without issues when changing palette id to the new lookup
However I cannot get a lookup pal with custom shadetable (32 shades) without causing the rainbow effect, as it randomly cycling between colours:
Even tried saving the default shadetable from here as a .raw with similar problems: https://wiki.eduke32...uke3d_shade.png
It's saved as a 8bpp indexed raw.
Raw file is 8192 bytes. 256 x 32 = 8192, so that's correct.
Definition:
- palookup 240 { raw { file "pal/testpal.raw" } }
It's a single shadetable, no offsets
Tried saving the .raw via irfanview and gimp
I'm certain it's a simple issue but I'm not understanding what I've done wrong based on the information available. Any insights?