Nancy Drew DAT: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 25: Line 25:
* The format uses '''LZSS''' compression method.
* The format uses '''LZSS''' compression method.
* The format occurs in games made by '''Her Interactive'''.
* The format occurs in games made by '''Her Interactive'''.
* The format doesn't store extensions for files.


=== Games ===  
=== Games ===  

Revision as of 20:36, 14 October 2022

Back to index | Edit this page

DAT, CAL, CIF

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : CIF TREE / CIF FILE / WayneSikes / HerInteractive


Format Specifications

// header
4 bytes (char) - signature // "CIF "
4 bytes (char) - file type // "TREE" or "FILE"
12-16 bytes (char) - unknown  // "WayneSikes" or "HerInteractive"
// TODO

Notes and Comments

  • Those DAT archives contain puzzle overlay images (basically any movable object in a puzzle), character dialog animation videos, interface images, and the game logic.
  • The format for the CIFTree.DAT changed with almost every game.
  • The format uses LZSS compression method.
  • The format occurs in games made by Her Interactive.
  • The format doesn't store extensions for files.

Games

List of games using this file format:

  • Nancy Drew: Alibi In Ashes (*.DAT)
  • Nancy Drew: Secrets Can Kill
  • Nancy Drew: Stay Tuned for Danger
  • Nancy Drew: Message in a Haunted Mansion
  • Nancy Drew: The Secret of Shadow Ranch
  • Nancy Drew: Curse of Blackmoor Manor

QuickBMS Script

Compatible Programs

See Also