DL1: Difference between revisions
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
! Size !! Content !! Description | ! Size !! Content !! Description | ||
|- | |- | ||
| 12 Bytes || Filename || | | 12 Bytes || Filename || Null terminated | ||
|- | |- | ||
| 4 Bytes || Filesize || | | 4 Bytes || Filesize || |
Latest revision as of 05:22, 12 June 2016
Used in the following game(s):
- Divi Dead
Structure
Header | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size | Content | Description | ||||||||||||
8 Bytes | Magic | "DL1.0..." | ||||||||||||
2 Bytes | Filecount | |||||||||||||
4 Bytes | Index Start | |||||||||||||
2 Bytes | Unknown\padding? |
Index Entry | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size | Content | Description | ||||||||||||
12 Bytes | Filename | Null terminated | ||||||||||||
4 Bytes | Filesize |
Comments
Small header. Index appears to be at the end of the file rather that the start after the header. Data in header does not seem useful initially. Could be protected in some manner.