Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Koko Ricky

Textures converting strangely in Slade 3

Recommended Posts

I've noticed that sometimes, an imported graphic's colors will change slightly when being converted to Doom's texture format, even if the import uses Doom's exact palette. Is this a format-dependent issue or is something else the cause?

Share this post


Link to post

Rather than a BMP-specific error in the conversion process, I'm more inclined to suspect that your graphics didn't in fact use exact Doom palette colors.

Share this post


Link to post

Well here's my process. I make a texture, save it as a gif which uses the Doom palette, then I convert the gif to the bitmap. So it only has Doom colors going in. Then Slade will change a few of them, inexplicably, such as reds to browns.

Share this post


Link to post
Quote

The BMP format is not supported. This is deliberate. This format does not support offsets, transparency, or compression, and is therefore cumbersome and useless. (The BMP specs actually allow for transparency in 32-bit mode, and compression is theoretically possible. However, the most common tool used for editing BMP files, MS Paint, does not, rendering the question irrelevant.)

https://zdoom.org/wiki/Image_format

 

It would be better to convert them to PNG or something before moving it into your wad. Slade can convert those to Doom graphics that use the palette for you, and you shouldn't have any errors.

Share this post


Link to post

^ The page says that BMP is not supported by the ZDoom game engine. It doesn't imply anything about SLADE3's in-editor texture converter.

Share this post


Link to post

That's true, but it also doesn't say anything about GIF images, and the Doom Wiki page didn't say anything on what image formats beyond the native Doom format the Doom engine can use that I could see.

Share this post


Link to post
3 minutes ago, Aquila Chrysaetos said:

That's true, but it also doesn't say anything about GIF images, and the Doom Wiki page didn't say anything on what image formats beyond the native Doom format the Doom engine can use that I could see.

Doom supports the Doom image format. Nothing more. What source ports support beyond it is specific to that port, and if ZDoom doesn't list it, it probably doesn't support that either.

Share this post


Link to post

I've actually encountered the same error, so I'm pretty sure it's a problem with SLADE.  I don't remember how or if I fixed it.  How about you try editing in indexed color format in the first place?  I know GIMP supports that...

Share this post


Link to post
1 hour ago, RockstarRaccoon said:

I've actually encountered the same error, so I'm pretty sure it's a problem with SLADE.  I don't remember how or if I fixed it.  How about you try editing in indexed color format in the first place?  I know GIMP supports that...

As I said, I initially index the colors in GIF, then convert it to PNG. I'm not sure why, but I was under the impression that Slade wants PNGs, but I guess it would rather deal with a bitmap.

Share this post


Link to post

Assuming that GIMP supports it, why not make a PNG in the first place, skipping the GIF altogether?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×