RNC Archive

From XentaxWiki
Jump to navigation Jump to search

Back to index | Edit this page

RNC

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : RNC


Format Specifications

// header
3 bytes (char) - signature // "RNC"
1 byte (uint8) - compression method  // 1 or 2
4 bytes (uint32) - uncompressed size
4 bytes (uint32) - compressed size
2 bytes (uint16) - uncompressed CRC
2 bytes (uint16) - compressed CRC
1 byte (uint8) - difference between compressed and uncompressed data in largest pack chunk
1 byte (uint8) - amount of pack chunks

// data
x bytes - compressed data

quickBMS Script

Notes and Comments

  • This file format occurs in archives compressed with RNC compression.
  • Many of games developed by Bullfrog Productions contain RNC archives.

Games

List of games using this file format:

  • Dungeon Keeper
  • Gene Wars
  • Shadow Man: 2econd Coming
  • Syndicate

Compatible Programs

See Also