NHL 2K3 CMN: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 43: | Line 43: | ||
=== QuickBMS Script === | === QuickBMS Script === | ||
* [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/NHL%202K3/NHL_2K3_CMN_script.bms NHL_2K3_CMN_script.bms] | |||
=== Compatible Programs === | === Compatible Programs === | ||
Latest revision as of 21:24, 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
Compatible Programs
None.