07-02-2012, 05:01 PM
(This post was last modified: 07-02-2012, 05:08 PM by Deathbringer.)
If I remember right, you need to add the following to tmspec.xml:
Under colorformats
Under palettefilters
Wait, you did mean the bg/obj.pal, right?
Under colorformats
Code:
<directcolor id="RIFF" bpp="32" rmask="FF000000" gmask="00FF0000" bmask="0000FF00">
<description>32bpp RGB (Windows Palete)</description>
</directcolor>
Under palettefilters
Code:
<palettefilter extensions="pal" colorformat="RIFF" size="256" offset="24" endianness="big">
<description>Windows Palette (*.pal)</description>
</palettefilter>
Wait, you did mean the bg/obj.pal, right?