Difference between revisions of "DL1"

From Game Research Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:
| 8 Bytes || Magic || "DL1.0..."
| 8 Bytes || Magic || "DL1.0..."
|-
|-
| 8 Bytes || Unknown ||
| 2 Bytes || Filecount ||
|-
| 4 Bytes || Index Start ||
|-
| 2 Bytes || Unknown\padding? ||
|}
|}


Line 19: Line 23:
! Size !! Content !! Description
! Size !! Content !! Description
|-
|-
| 16 Bytes || Unknown ||
| 12 Bytes || Filename || Null terminated
|-
| 4 Bytes || Filesize ||
|}
|}


==Comments==
==Comments==
Small header. Index appears to be at the end of the file rather that the start after the header.
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.

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.