Nancy Drew DAT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 14: | Line 14: | ||
4 bytes (char) - signature // "CIF " | 4 bytes (char) - signature // "CIF " | ||
4 bytes (char) - file type // "TREE" or "FILE" | 4 bytes (char) - file type // "TREE" or "FILE" | ||
12 bytes (char) - unknown // "WayneSikes" | |||
// TODO | // TODO | ||
</pre> | </pre> | ||
Revision as of 20:24, 14 October 2022
Back to index | Edit this page
DAT
- Format Type : Archive
- Endian Order : Little Endian
- Signature : CIF TREE / CIF FILE
Format Specifications
// header 4 bytes (char) - signature // "CIF " 4 bytes (char) - file type // "TREE" or "FILE" 12 bytes (char) - unknown // "WayneSikes" // 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.
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
- GOBREAD
- oldhertools
See Also