Page 1 of 1

Can't Blend a Previously Translated Patch

Posted: Wed Aug 15, 2012 7:48
by NeuralStunner
The included example mod adds an item called "MegaRed". It's just a red Megasphere colored via TEXTURES.

First I desaturate the MegaSphere sprites completely to get a clean color blend. Then I use the resulting graphics as patches in another set of sprites, which uses a Blend. (I did not try to translate and blend on the same patch, I'm aware that doesn't work.)

However, it only works in ZDoom. GZDoom displays the result as merely desaturated. (If I remove the desaturation step I get red sprites, but that blends into non-grayscale sprites, which is ugly and not what I want.)

Re: Can't Blend a Previously Translated Patch

Posted: Wed Aug 15, 2012 15:24
by Gez
Like the previous issue with a TEXTURES thingie not displaying identically in ZDoom and GZDoom, this is a [Not GZDoom] bug.

If you want a proof, load up (in a Windows build of ZDoom) this lazy edit of your example and look at your pistol. (It'll be in the top-left corner because I didn't bother changing the offsets.)

Re: Can't Blend a Previously Translated Patch

Posted: Wed Aug 15, 2012 19:47
by NeuralStunner
I tend to forget about ZDoom's truecolor 2D unless I'm actually making HUD things. :P