How can I extract stuff from a .WAD without a .HED?

Guest · 3 · 7946

moemudzi

  • Guest
I'm trying to open up a music WAD file, but it can't open without the HED for some reason?
Is there a program that does that or am I doing something wrong???


Offline %.gone.

  • Full Member
  • ***
    • Posts: 132
    • View Profile
There has to be another file associated with the .wad
Whether it be a .hed, .dat, .whatever or in the case of thaw sound paks the sfx pak is the 'wad' and the 'hed' data is found in the sfx_dat.qb

The other file stores the entries of each file; checksum, offset and size for each file in the wad.
Unless there is padding between each file in the wad and/or each file in the wad has a fourcc magic number doing this manually would be impossible.