Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: vytong on July 26, 2008, 03:13:30 AM
-
the megaman battlenetowrk sprite doesnt work it says invalid color depth, and i dont know what color its supposed to be....
-
A resource needs to be no more than 200 colours.
Using a tool such as Irfanview can easily decrease the colour depth within seconds. So that's probably what you should do.
---------------
Get Irfanview from their website, just get the free version.
Right-click on the resource(in the folder), choose "Open with..." And choose Irfanview(after installing it of course).
Now, there is a tab called "Image" click there and scroll down to "Decrease colour depth..." And a new window will pop up.
You have some choices but the one at the bottom is the one you'll use here.
Check the "Custom" box and enter "200" for the ammount of colours(Make sure that you uncheck the "Floyd-Stienberg dithering" or it will kinda screw the colours.) And click "ok".
Now, just go to "File" and "Save as" and save the file as a PNG(you can check the box for transparency while you're at it) and you're done.
This will make the picture only using 200 colours and it should be accepted into the rpg maker.
-
256.
-
Post the image here and I'll convert it for you.
-
256.
True, but making it 200 is being on the safe side. All 256 ccolour BMP doesn't work and just opening a 256c bmp and saving it as a PNG fails sometime.