Page 1 of 1

[PS1] MHPB WAD Tool

Posted: Tue Apr 23, 2013 1:45 pm
by Demo
This tool works with MHPB PS1 HED/WAD files which differs from those found in Neversoft games.
File type recognition works the same way which means only bmp, trg, prk psx and vab are detected,
rest is simply bin and i doubt anyone will need these files anyway.

Download: http://www.mediafire.com/download/93bkp ... l_MHPB.zip

-----------------------------------
[original post]

A while ago i assumed that ps1 version of mhpb levels might work in th2 (pc maps doesnt work cause of changes in format), but i stucked at unusual HED format which differs from those used in thps.

here are the bmxcd hed and wad files: http://www.mediafire.com/?qg8q42nfs63n8gf

2 bytes - number of files
number of files * 6 bytes - something

in wad each file is padded with zeroes to fill 2048 bytes, usual ps1 practic, yet i have no idea how to use hed data to split the wad, so maybe someone got ideas about it?

Re: MHPB WAD??

Posted: Tue Apr 23, 2013 3:01 pm
by quazz
You could try using the files from the Dreamcast version of the game, there is no wad, they are all at the root, but again they might be in a diff format. :?

Re: MHPB WAD??

Posted: Tue Apr 23, 2013 3:23 pm
by Demo
quazz7654 wrote:You could try using the files from the Dreamcast version of the game, there is no wad, they are all at the root, but again they might be in a diff format. :?
they are

Re: MHPB WAD??

Posted: Sat Apr 27, 2013 3:31 am
by %.gone.
haven't figured this all out
hed
each entry
first 3 bytes unknown
next 2 bytes are the size of the file data padded %4
1 byte null terminator
wad
at each file the second pair of bytes are the size of the file data padded %4
they match the hed

file data size doesn't include the addition padding mentioned by demo.

I guess you could read all hed entries and gather each data size
read the wad, data size and advance position % 2048

Re: [PS1] MHPB WAD Tool

Posted: Mon Jul 08, 2013 11:49 am
by Demo
used that same way, last 3 bytes are filesize, first 3 are still unknown, yet it doesn't matter

there is a high chance that ps1 versions of mhpb levels are compatible with thps2.
here is la habra level render.

Image