Again, working on a plug-in for my own personal enjoyment, ran into something interesting/confusing...
I have the plug-in I am working on, Plug-in A. I wanted to copy the graphics another plugin, Plug-in B, uses for one of its ships. However, when I load Plug-in B with EVNEW, all I see are the rleD images, and nothing pops up for their corresponding rle8 masks. I thought it could be a problem with EVNEW. I decided to copy the rleD pic anyway, copy it into my Plug-in A, and try to use it and see what happened...
... and it seems to work just fine. I haven't really worked on plugins since EV/EVO days, but I was under the assumption you always needed a sprite and its corresponding mask. But then I look at the EVN Bible and it says, for BaseMaskID that it is "ignored if the base image is an rleD/rle8 resource". Does that mean that I don't need masks? But, then, why does EVN apparently have all the masks like it should? (which EVNEW loads no problem... assuming there was a problem at all)
So, do I need masks? Or no?