Grosse Posted January 18, 2021 (edited) I am wondering how I can turn my sprite into DOOM II Material. For example, you wanted to do a sprite but you really mind working with making pixel art on Microsoft Paint. so you use a drawing program like Flash. Edited January 18, 2021 by Grosse 0 Quote Share this post Link to post
Doomkid Posted January 18, 2021 I'd suggest opening Doom.wad in Slade3 and seeing how the sprites are made and their sizes and everything. Sprites are generally about 70x70 pixels or so, confined to Doom's 256 color palette and use cyan as the background color for transparency. Looking at some Doom sprites, extracting them and using how they work as a basis will probably be helpful. 3 Quote Share this post Link to post
Dexiaz Posted January 18, 2021 If you want to add your artworks "as is", you should delete the background (make it transparent alpha) and save it as PNG. Next you must add it to your .wad or .pk3 (.pk7) project (I prefer .pk3). Don't forget to place it in the right place and add XY coordinates (they should not be just 0,0) (see the Doom.wad sprites). And since your sprites might be much bigger than originals, you MUST add the scaling parameters (this is how HD sprites were added in HD mods, for example) 2 Quote Share this post Link to post
Gez Posted January 18, 2021 3 hours ago, Doomkid said: and use cyan as the background color for transparency No they don't! :p 4 Quote Share this post Link to post
Grosse Posted January 19, 2021 (edited) This was one way of "Doomify'ing your sprite, I took the example photo and zoomed it in 200%, then cropped it to it's spot, took a screen cap, then cropped it and used the magic wand tool to remove the background. Edited January 19, 2021 by Grosse 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.