Problem making sprites
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
- The NUtcracker
- Posts: 843
- Joined: Sun Jan 14, 2007 9:12 pm
- Location: South Dakota
- Contact:
Problem making sprites
I'm making custom graphics (don't ask to see them. They suck.) for a weapons mod to practice creating a weapon in decorate, and I've run into a problem. I need to figure out how to make it so the square outline goes away. How do I do that? I'm using MS-Paint, if that helps.
Depends on what format you are changing the graphic into before putting it in the wad. If it is PNG, just make sure the background of your sprite is set as the transparency color. If you using some tool which converts it into Doom's image format (such as XWE), then try making the background color cyan (0 255 255), since most programs which do the conversion treat cyan as transparent.
- The NUtcracker
- Posts: 843
- Joined: Sun Jan 14, 2007 9:12 pm
- Location: South Dakota
- Contact:
- The NUtcracker
- Posts: 843
- Joined: Sun Jan 14, 2007 9:12 pm
- Location: South Dakota
- Contact:
Exactly. The games don't use the same palettes, so the same exact colors which are used in one are not available in the others, and it just has to make due with that it has. Tools like XWE will try to match original colors in the sprite with their closest counter-part in the new palette, but you aren't going to get the same exact colors unless you change the palette of the game you are putting the sprites into (thus screwing over the look of all the sprites and textures native to the game.)