Urban Chaos IAM: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== IAM == * ''' Game ''': Urban Chaos <br> * ''' Format Type ''': Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>...") |
imported>Ikskoks No edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== IAM == | == IAM == | ||
* ''' Game ''': [[Urban Chaos]] <br> | * ''' Game ''': [[Urban Chaos]] <br> | ||
* ''' Format Type ''': Misc <br> | * ''' Format Type ''': Misc / Map file<br> | ||
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> | * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> | ||
| 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 | |||
</pre> | </pre> | ||
</div> | </div> | ||
| Line 19: | Line 26: | ||
* Files with this file format can be found inside "\Urban Chaos\data\" folder. | * Files with this file format can be found inside "\Urban Chaos\data\" folder. | ||
* IAM file can be described as "Game map file". | |||
=== Compatible Programs === | === Compatible Programs === | ||
| Line 31: | Line 39: | ||
[[Category:Extension_iam | Extension: iam]] | [[Category:Extension_iam | Extension: iam]] | ||
[[Category:BMS_None | BMS: None]] | [[Category:BMS_None | BMS: None]] | ||
[[Category:File Format]] | |||
Latest revision as of 17:04, 25 January 2021
IAM
- Game : Urban Chaos
- Format Type : Misc / Map file
- 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.