Creating a pk3 with 2 wads

Ask about editing graphics, sounds, models, music, etc here!
Shaders (GLSL) and SNDINFO questions also go here!

Moderators: GZDoom Developers, Raze Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Post Reply
Sheffaeth
Posts: 7
Joined: Thu Apr 23, 2020 9:26 pm
Graphics Processor: nVidia (Legacy GZDoom)

Creating a pk3 with 2 wads

Post by Sheffaeth »

I recently made a custom map, added custom pictures for the title and logo and a custom song I composed and recorded myself.

This song (mp3) is in a separate WAD and I would love to know how to merge both WADs into a single file. Currently I have to select both WADs and drag them to the GZdoom executable, which is not much of a problem but having a single file would make it more comfy.

I tried putting them both into a zip file, but it would load the original Doom 2 instead of my mod. Also tried changing the extension to pk3 and nothing changed.

HELP D:
User avatar
Caligari87
Admin
Posts: 6233
Joined: Thu Feb 26, 2004 3:02 pm
Preferred Pronouns: He/Him
Contact:

Re: Creating a pk3 with 2 wads

Post by Caligari87 »

Just putting both wads into a zip/pk3 sometimes works but is very much not recommended. You can use zip/pk3 files for GZDoom specifically, if you follow the instructions on the [wiki]Using_ZIPs_as_WAD_replacement[/wiki] page. Or you can use regular wad files if your project is designed for non-gzdoom compatibility.

Either way, you will probably want to use a lump editor to extract and compile the contents of your wads. SLADE is one such editor, meaning it can manage the contents of .wad files. You can simply open both files and copy the stuff you want from one into the other.

Note that .wad files are dependent on lump ordering and require the use of "markers" to separate different kinds of data. See the Namespaces article on the zdoom wiki, and wad article on Doomwiki for more details on how wad files are organized.

8-)
Post Reply

Return to “Assets (and other stuff)”