Fahrenheit DAT IDM: Difference between revisions
Jump to navigation
Jump to search
imported>Baccello |
imported>Ikskoks No edit summary |
||
| Line 56: | Line 56: | ||
These games use this file format<br> | These games use this file format<br> | ||
* Indigo Prophecy *.dat + *.idm | * Indigo Prophecy *.dat + *.idm | ||
[[Category:File Format]] | |||
Revision as of 12:47, 6 January 2021
Choose archive extension:
DAT + IDM
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// IDM FILE
char {20} - Header (QUANTICDREAMTABIDMEM)
uint32 {4} - Padding Size? (64)
uint32 {4} - Unknown (5)
uint32 {4} - Unknown (8)
uint32 {4} - Unknown (273)
uint32 {4} - Unknown
uint32 {4} - Unknown (7)
uint32 {4} - Unknown (273)
uint32 {4} - Unknown
uint32 {4} - Unknown (10)
// for each file
- uint32 {4} - File ID?
- uint32 {4} - File Offset
- uint32 {4} - File Length
- uint32 {4} - Unknown
// DAT FILE
byte {X} - Header Stuff
// for each file
- byte {X} - File Data
- byte {X} - Padding (using (byte)45)
MultiEx BMS
Not written yet
Notes and Comments
- The *.idm contains the directory, the *.dat contains the file data
Supported Programs
Other Games
These games use this file format
- Indigo Prophecy *.dat + *.idm