Issue with face sprites in 2k3

Consistent issue ive ran into is parts of sprites going invisible and idrk how to fix it.

on a similar note whats up with these white dots in the menu for the texture I made? how do I fix that?

1 Like

Ok so multiple things…

For the transparent bits, RPG Maker 2003 uses the color at the index 0 as transparency. That is true for most graphics. My personal rule of thumb is always put the color I want as transparent at that first color index. Issue is, how you do this will depend on what tool you use for editing your images.

Graphics Gale: Easy to find the first color here, I usually do gray as background/transparent color.

Aseprite: Also easy, it has an easily visible palette editor.


As for the little bits your system texture has, check your borders. I think one pixel from the arrows graphic is bleeding into the area of the borders. The borders take this space I marked with pink. It is 8px wide.

2 Likes

Sorry I havent tested for awhile as I was just focused on making sprites but thank you so much​:folded_hands::folded_hands:

LOT easier than I thought itd be

1 Like