NHL 2K3 CMN: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 35: | Line 35: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* Filenames are probably stored using unknown '''hash''' algorithm. | |||
=== Games === | === Games === | ||
Revision as of 21:21, 11 July 2022
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
Not written yet.
Compatible Programs
None.