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

textures are not displayed in the .pk3 file

Question

131973029_Entryway-DOOM2_HellonEarth28_05.202121_47_40.png.3f20dbc2d0e1a6e31066646eeccb29ab.png

I decided to make a mod on a .pk3 file. After dragging in all the textures, I open Ultimate Doom Builder. And textures are not displayed, how can I fix this?

 

 

Share this post


Link to post

3 answers to this question

Recommended Posts

  • 0

I have been figuring this out for the last few months too.

 

This might be useful as a starter. It has a texture (no flats though, not figured that out yet...) extracted from OTEX and a custom sprite from R667 and the appropriate namespaces are used. I also separated the custom monster lump types into their own sub-namespaces - this helps if multiple custom things are used.

 

It should give you a starting point on which to build.

 

https://github.com/smeghammer/snippets/tree/master/pk3test

 

You will also find the original cyberimp.wad in the /resources directory. Compare how the lumps in this are separated into the various namespaces in the PK3 hierarchy. Lastly, notice that the compiled PK3 is just a ZIP file (change the extension and see...).

 

Note that to test you DO NOT need to zip/change extension name every time as you can simply drag and drop the uncompressed root folder (pk3test/root/) onto a zdoom desktop shortcut (Windows) or .desktop launcher (linux/Ubuntu)

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
×