Reaver, I am using the latest version! and the only things broken in megamod (and mine initially ) for me where the laser bigobs everything else was fine
here is some screenies using the latest oxce + my fix:
something funky is going on, either we arent communicating properly or I am missing something....(both are extremely likely considering its me here)
I don't know what's wrong with OXCE and I may not have the latest version, though mine is pretty close to up to date. The fact that you aren't experiencing the issue with other images in Faithful means that the image fix I provided should work both for you and me, and anyone else, because it doesn't have any format changes from the other images that work. My original laser image had a format problem in which the image's palette listed index #255 as transparent, instead of 0. It worked fine because I used 0 for background anyway. Your fix switched the background to index 255. Any version of OXCE in which it worked would be one that checks the transparency indexing on the image, rather than assuming #0 is transparent, which I'm pretty sure is not what it is supposed to do.
My fix will work because it keeps 0 as the index color for the background and sets the palette to treat 0 as transparent.
In summary:Original imagePalette index 0: opaque
Palette index 255: transparent
Background color: 0 (opaque)
XCom index 0: transparent
XCom index 255: opaque
Your fixPalette index 0: opaque
Palette index 255: transparent
Background color: 255 (transparent)XCom index 0: transparent
XCom index 255: opaque
My fixPalette index 0:
transparentPalette index 255:
opaqueBackground color: 0 (
transparent)
XCom index 0: transparent
XCom index 255: opaque