NHL 2K3 CMN: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == CMN == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...") |
imported>Ikskoks |
||
| Line 57: | Line 57: | ||
[[Category:Extension_cmn | Extension: cmn]] | [[Category:Extension_cmn | Extension: cmn]] | ||
[[Category:BMS_None | BMS: None]] | [[Category:BMS_None | BMS: None]] | ||
[[Category:Hash]] | |||
[[Category:File Format]] | [[Category:File Format]] | ||
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
None.
Games
List of games using this file format:
- NHL 2K3 (Gamecube) (*.CMN)
QuickBMS Script
Not written yet.
Compatible Programs
None.