Urban Chaos IAM

From XentaxWiki
Jump to: navigation, search

IAM


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.