RNC Archive: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 26: | Line 26: | ||
</div> | </div> | ||
=== | === quickBMS Script === | ||
* [https://aluigi.altervista.org/bms/rnc.bms rnc.bms] | |||
=== Notes and Comments === | === Notes and Comments === | ||
Revision as of 12:14, 6 February 2022
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
- Syndicate
Compatible Programs
- libsyndicate
- rnctools
- rnc_propack
- rnc_propack_source
- RNC_ProPack
- Dungeon Keeper Utilities (+ source code)
See Also