I *like* 320x200x256c. It makes the best graphics. Probably fog too
On the 8-bit map thing, just for more explanation.
(remember that it goes 1+2+4+8+16+32+64+128, with each of them as a boolean "flag", added together for the value)
A value of:
129 means boolean 1 and 8 flags are true.
71 means boolean 1, 2, 3 and 7 flags are true.
24 means boolean 4 and 5 flags are true.
25 means boolean 1, 4 and 5 flags are true.
Is this what you're going for Meridian? Admittedly, even the most ambitious of mods will probably only ever use bits 1-5 at most, but we didn't design computers. 8-bit maps are where it's at.....