Urban Chaos IAM: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 12: | Line 12: | ||
// IAM file format (Game map file) | // IAM file format (Game map file) | ||
// little endian | |||
//header | |||
4 bytes (uint32) - save type // "25" | |||
4 bytes (uint32) - object size | |||
4 bytes (uint32) - amount of data before the obs | |||
// TODO | // TODO | ||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 18:19, 18 November 2020
IAM
- Game : Urban Chaos
- Format Type : Misc
- Endian Order : Little Endian
Format Specifications
// Urban Chaos // IAM file format (Game map file) // little endian //header 4 bytes (uint32) - save type // "25" 4 bytes (uint32) - object size 4 bytes (uint32) - amount of data before the obs // TODO
Notes and Comments
- Files with this file format can be found inside "\Urban Chaos\data\" folder.
- IAM file can be described as "Game map file".
Compatible Programs
None.