NHL FaceOff 2001 DAT: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(One intermediate revision by the same user not shown)
Line 29: Line 29:
   4 bytes (uint32) - unknown // 2
   4 bytes (uint32) - unknown // 2
   4 bytes (uint32) - nulls
   4 bytes (uint32) - nulls
   4 bytes (uint32) - unknown // 96
   4 bytes (uint32) - entry size? // 96
   4 bytes (uint32) - some size?  // 1120 - header+palette size?
   4 bytes (uint32) - some size?  // 1120 - header+palette size?
   8 bytes - nulls
   8 bytes - nulls

Latest revision as of 13:38, 5 July 2021

Back to index | Edit this page

DAT


Format Specifications

// NHL FaceOff 2001 (PS1)
// PMUGS.DAT

num_of_images *
{
   // 96 bytes per entry
   12 bytes (char) - signature // "SolWorks Tex"
   1 byte - null
   3 bytes - padding // 0xCD 0xCD 0xCD
   2 bytes - nulls
   4 bytes (uint32) - unknown // some size?
   2 bytes - nulls
   4 bytes (uint32) - bpp? // 32
   4 bytes - padding // 0xCD 0xCD 0xCD 0xCD
   32 bytes (char) - original file name // e.g. "AaltoAntti.tif"
   4 bytes (uint32) - image width
   4 bytes (uint32) - image height
   4 bytes (uint32) - unknown // 2
   4 bytes (uint32) - nulls
   4 bytes (uint32) - entry size? // 96
   4 bytes (uint32) - some size?  // 1120 - header+palette size?
   8 bytes - nulls

   1024 bytes - image palette
   x bytes - image data
}

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Games

List of games using this file format:

  • NHL FaceOff 2001 (PS1)

Compatible Programs

None.