NHL FaceOff 2001 DAT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
(No difference)
| |
Revision as of 13:11, 5 July 2021
Back to index | Edit this page
DAT
- Format Type : Archive
- Endian Order : Little Endian
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) - unknown // 96
4 bytes (uint32) - some 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.