Tony Hawk’s Underground HED WAD: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== HED, WAD == * ''' Game ''': Tony Hawk’s Underground <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] '''...")
 
imported>Ikskoks
(Created page with "== HED, WAD == * ''' Game ''': Tony Hawk’s Underground <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] '''...")
(No difference)

Revision as of 12:06, 23 October 2020

HED, WAD


Format Specifications

Document created by Bartlomiej Duda
Creation date: 23.10.2020

// Tony Hawk’s Underground (PS2)
// HED file format

// little endian


// Note: Actual data is stored in WAD files.


//info array
num_of_entries *
{
   4 bytes (uint32) - file offset
   4 bytes (uint32) - file size
   16/20/24 bytes (char) - file path // "\Music\track01"   
}
4 bytes - EOF ID  // "\xFF\xFF\xFF\xFF"

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs