Quinarbre
Frungy champion
 
Offline
Posts: 60
|
I'd suggest two things :
- be careful to always load and save indexed images. If you switch to truecolor for some reason, the game won't always properly load them. OR, if you really need true color pictures, edit the corresponding .ani file, you'll find lines that look like :
chmmr-001.png -1 10 -36 -54 Look for the line that matches the file you've modified, and change whatever the first number is to -2, so in our example, I've edited chmmr-001.png, I'll write :
chmmr-001.png -2 10 -36 -54 Be careful though, the game does need some images to be indexed. - if you think that you have left the image as an indexed picture but its colors have changed anyway, use an image manipulation program that does not screw the color map (Gimp does that sometimes for instance).
|