Csabo
Moderator
Posts: 541
Registered: 02-02 |
I can't answer your question with a yes or no.
When you load a Hexen/any other custom playpal lump, XWE will use that one. It will use it for color remap, displaying images, and most importantly it will convert loaded images to that palette. However, it will not convert or modify any image that is already a part of your WAD. Loading a new palette will most likely "ruin" them, they won't look right. (Doom images are storing pixels as an index to the palette. E.g. let's say you have a doom texture which is a big block of color 223, it's basically an orange image. If you load the Hexen palette, in that on 223 is a nice cyan color, so if you view your image it suddenly turns cyan from orange. However, if you load any new image, it will look and display correctly.)
Hope this clears it up.
|