Page 3 of 3

Re: [palettedump] Spidey's Palette Dump Tool

Posted: Sun Mar 16, 2008 11:41 am
by Sodaholic
OMG BUMP

Feature suggestion: pallete tinting. For example, vanilla doom had tints in the pallete in the wad and not hardcoded. It would be useful to make palletes compatible with older ports (and vanilla doom itself).

Re: [palettedump] Spidey's Palette Dump Tool

Posted: Mon Mar 17, 2008 5:35 pm
by Onslaught Six
Sodahollic wrote:OMG BUMP

Feature suggestion: pallete tinting. For example, vanilla doom had tints in the pallete in the wad and not hardcoded. It would be useful to make palletes compatible with older ports (and vanilla doom itself).
Huh?

Re: [palettedump] Spidey's Palette Dump Tool

Posted: Tue Mar 18, 2008 11:35 am
by Wagi
I know precisely what he's talking about. Ever seen Doom/Doom2's PLAYPAL lump in XWE? They have a red gradient, yellow gradient, and green tinted version of the pallette all in the lump, which Doom uses to display tints for damage. This is in contrast to Zdoom which simply uses the first 768 bytes, and then uses hard-coded values to apply tint to them based on the first pallette. He's requesting a feature that can read and use the colors in the PLAYPAL to apply tint.
I don't know if this is possible to put into Zdoom, but here's one thing I know: He asked for it in the wrong place. If you want to suggest a feature, then you should suggest it in the "Feature Suggestions" subforum. They shouldn't be posted in other people's threads.

Re: [palettedump] Spidey's Palette Dump Tool

Posted: Tue Mar 18, 2008 12:05 pm
by esselfortium
Wagi wrote:I know precisely what he's talking about. Ever seen Doom/Doom2's PLAYPAL lump in XWE? They have a red gradient, yellow gradient, and green tinted version of the pallette all in the lump, which Doom uses to display tints for damage. This is in contrast to Zdoom which simply uses the first 768 bytes, and then uses hard-coded values to apply tint to them based on the first pallette. He's requesting a feature that can read and use the colors in the PLAYPAL to apply tint.
I don't know if this is possible to put into Zdoom, but here's one thing I know: He asked for it in the wrong place. If you want to suggest a feature, then you should suggest it in the "Feature Suggestions" subforum. They shouldn't be posted in other people's threads.
Er..I think he's asking for Spidey's tool to add support for generating those tints, not making a ZDoom feature request :wink:

Re: [palettedump] Spidey's Palette Dump Tool

Posted: Tue Mar 18, 2008 12:05 pm
by phi108
I didn't know we could suggest features for non-ZDoom projects in the feature suggestions forum.

I guess I'll bring all of my GZDoom problems there, and ask for DECORATE in Doomsdsay, and whine until I get high resolutions in Chocolate doom.

EDIT: My respondification speed is lacking.

Re: [palettedump] Spidey's Palette Dump Tool

Posted: Tue Mar 18, 2008 1:26 pm
by Onslaught Six
Wagi wrote:I know precisely what he's talking about. Ever seen Doom/Doom2's PLAYPAL lump in XWE? They have a red gradient, yellow gradient, and green tinted version of the pallette all in the lump, which Doom uses to display tints for damage. This is in contrast to Zdoom which simply uses the first 768 bytes, and then uses hard-coded values to apply tint to them based on the first pallette. He's requesting a feature that can read and use the colors in the PLAYPAL to apply tint.
I don't know if this is possible to put into Zdoom, but here's one thing I know: He asked for it in the wrong place. If you want to suggest a feature, then you should suggest it in the "Feature Suggestions" subforum. They shouldn't be posted in other people's threads.
Ah. I wasn't aware of these gradients. Very well, then, move along.

Re: [palettedump] Spidey's Palette Dump Tool

Posted: Tue Mar 18, 2008 3:38 pm
by bagheadspidey
Sodahollic wrote:Feature suggestion: pallete tinting. For example, vanilla doom had tints in the pallete in the wad and not hardcoded. It would be useful to make palletes compatible with older ports (and vanilla doom itself).
XWE can create those tint palettes for you.

But, maybe the tool could allow you to use more than 256 palette entries. Then you could do the tinting yourself in the source image. Would anyone use a feature like that?

Re: [palettedump] Spidey's Palette Dump Tool

Posted: Wed Mar 19, 2008 2:48 pm
by Sodaholic
bagheadspidey wrote:But, maybe the tool could allow you to use more than 256 palette entries. Then you could do the tinting yourself in the source image. Would anyone use a feature like that?
Sounds good. :)