NHL 2K3 CMN
Jump to navigation
Jump to search
Back to index | Edit this page
CMN
- Format Type : Archive
- Endian Order : Little Endian
- Signature : None
Format Specifications
// header
4 bytes (uint32) - number of files
// info table
number_of_files *
{
4 bytes (uint32) - filename hash?
4 bytes (uint32) - unknown // 1
4 bytes (uint32) - file offset
4 bytes (uint32) - file size
}
// data
number_of_files *
{
x bytes - file data
}
Notes and Comments
- Filenames are probably stored using unknown hash algorithm.
Games
List of games using this file format:
- NHL 2K3 (Gamecube) (*.CMN)
QuickBMS Script
Compatible Programs
None.