Originally Posted by [b
Quote[/b] ]********* BIFs with black dots ***********************
It's bifreader the problem. It doesn't save bif icons in a correct format. The animations are fine, icons display black dots instead that the transparent color.
Here is the solution I found after hours of "trial and error". You must download the CA image tools available at the org site, the program you need is called Purplegrab.exe.
I made a save of the screen and I examined the image in the review panel. The dots are where there are just 1 or 2 pixels of the transparent color. They're correctly displayed in readbif though but I guess the game doesn't use exactly the same conversion routine that the program uses and reads those pixels as "non transparent" and thereby they're displayed with color the stored in the position 0 of the palette (black for the bif created with readbif).
I then exported the bif to bmp, loaded it in a paint proggy, corrected the position 0 of the palette to pink (255 0 255), convert the image to 24 bit color, save as uncompressed 24 bit tga, drag the tga file into CA's purplegrab to create a bif. That bif displays in the game without black dots.
I converted all the bifs I made in this way, I think you can use any other paint program if it can save the image in uncompressed 24 bit color tga and provided you have fill all the transparent areas of your image with pink color.