Jump to content

Textures - keeping track of what is used


Recommended Posts

So one of the things that has been kind of a pain to me when mapping is when I use textures from another texture pack/wad other than the textures that are included in Doom II for example. I want to import just the textures I have used from the pack instead of including the entire pack. Which I know how to do, but it took me almost all day the last time because I went through each area of my map figuring out which textures I used from the pack so I knew which ones to import.

 

I was curious how you guys do it? Do you keep track as you go or do you just have players load the entire texture pack with your wad?

Is there an easier way to keep track of the textures you use?

Share this post


Link to post

What I do is merge the entire texture pack(s) into my WAD with Slade3. That involves copying all the texture lumps from the texture pack(s) into my WAD, then updating the PNAME, TEXTURE1, ANIMATED, and SWITCHES lumps. It sounds like a lot of work, but if you're smart about it and use the copy / paste functions, you can do it pretty easily all within Slade3.

When I want to publish my WAD, I simply use the remove pname / texture feature of Slade3. It automatically gets rid of all the textures I never used. This is very useful if you are planning to use a lot of textures from a texture pack.
 

remove.png

If I only need 3-5 textures from another WAD, I just do it exactly like you do it. Doom Builder Ultimate allows you to filter your textures by the WADs they came from as well, so I don't need to fly through the whole map looking at what textures I used, I just pull up the texture selection window, filter by WAD, then it just tells me all the textures I used from HEXEN.WAD for example.
 

used.png

Edited by RDETalus

Share this post


Link to post

@RDETalus the problem with this "delete unused textures" option is that it also deletes frames of animated textures, since you generally don't place them all into maps, breaking their animations. If I had few animated textures, I would make some walls outside of the map with every frame of them. (didn't test it, but should work)

 

@TheGreenZap I look at doombuilder which textures were used, exactly as @RDETalus mentioned above, which can be a slow and painfull task if you have lots of textures. I was just about to ask the same as you, if there was an easier method.

Share this post


Link to post
On 6/23/2021 at 9:29 AM, RDETalus said:

What I do is merge the entire texture pack(s) into my WAD with Slade3. That involves copying all the texture lumps from the texture pack(s) into my WAD, then updating the PNAME, TEXTURE1, ANIMATED, and SWITCHES lumps. It sounds like a lot of work, but if you're smart about it and use the copy / paste functions, you can do it pretty easily all within Slade3.

When I want to publish my WAD, I simply use the remove pname / texture feature of Slade3. It automatically gets rid of all the textures I never used.

 

Do you (or anyone) happen to know if this also works for textures in a pk3?

Share this post


Link to post
8 hours ago, jerrysheppy said:

 

Do you (or anyone) happen to know if this also works for textures in a pk3?

Sorry, I have no idea how the pk3 works, I don't know how to work with GZDoom at all

Share this post


Link to post
10 hours ago, jerrysheppy said:

 

Do you (or anyone) happen to know if this also works for textures in a pk3?

 

I do know that pk3 is like a zip file. So you could try unzipping it first.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...