Nancy Drew DAT

From XentaxWiki
Revision as of 20:34, 14 October 2022 by imported>Ikskoks (→‎Compatible Programs)
Jump to navigation Jump to search

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 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.

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