Dear WME game developers,
My questions might seem stupid to you, but I'm still pretty new to Wintermute and game development, so your friendly help and patience is vitally important. There are different levels of understanding WME, and who knows, maybe this topic will help another beginner to understand WME better.
I'd like to ask about two things that both are related to replacing Molly with a custom 2D character. I'm in the beginning of making a 2D game with only horizontal (left and right) movement for actors. My current objective is to explore WME and create a working demo for an artist as my collaborator. For this demo I've got a single image of a female silhouette. I just resized it to fit Molly and replaced Molly's images in "walk" folder with my own images (see screen).
Questions:1. How does WME deal with BMP transparency? I mean we've all seen Molly images against pink background (see screen).
How does that pink background become transparent in WME? When I created my custom images to replace Molly files in "walk/rr" folder, I simply painted background with the same pink hue in Photoshop (tried another hue, yet it was not tranparent and there was colored rectangle around my actor in the game), changed Mode to Indexed colors with transparency and saved images as 8-bit BMP.
2. However, when I replaced 00.bmp in "talk" folder with my custom image, an issue appeared: the pink background of BMP is partially seen now (see screenshot).
There is no such issue as the actor "walks" (slides to the right in my case), but each time it stops, the pink background reappears. The female silhouette was sized and placed to fit Molly in the image. So what's the matter? You may wonder why I decided to replace 00.bmp in "talk" folder. The point is I needed an image for my actor standing still, and "stand.sprite" says:
IMAGE = "actors\molly\rr\talk\00.bmp"
I assumed to replace the image of Molly standing still I needed to change 00.bmp in "talk" folder. Am I right?
And how do I remove that partially visible pink background?THANK YOU for your attention and help!