Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
sincity2100

Making Texture edit on Boom

Question

There is a bug in the Boom engine, mainly the PRBoom Launcher and the GLBoom+ , somehow the engine doesn't load the Texture that I imported in my wad, but it works just fine on ZDoom / GZDoom and any other ports, so how do I fix this problem? 

bug.jpg

Share this post


Link to post

4 answers to this question

Recommended Posts

  • 0

To add a texture for a Boom wad, you'll need not just to place it somewhere, but add it to PNAMES and then to TEXTURE1. If you use slade, just press on Add to TEXTUREx  as shown here:

image.png

Share this post


Link to post
  • 0

You need to right click them and add to patch table first, then right click again and add to texturex. Make sure your new lumps are between pp_start and pp_end  markers.

Share this post


Link to post
  • 0

I've come up with a simpler solution:

Set your base archive as Doom 2 (it's optional but doing something with textures without issues will be easier this way I think)

Copy TEXTURE1 and PNAMES from Doom 2 to your wad

Then place your ALTAQUA and ASPHALT between PP_START and PP_END markers as Doomkid stated above (create null lumps and name them like that)

Select ALTAQUA and ASPHALT and click on "Add to TEXTUREx" and they will be added to both PNAMES and TEXTURE1

 

If you don't want to bring all Doom 2 textures in your TEXTURE1, delete them there leaving your new textures untouched then save TEXTURE1 and rename it as TEXTURE2

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
×