Difference between revisions of "PAK (Adventure Time)"

From Game Research Wiki
Jump to navigation Jump to search
Line 13: Line 13:
| 4Bytes || Number of Files
| 4Bytes || Number of Files
|-
|-
!colspan="15"|Index
!colspan="15"|Index Entry
|-
|-
! Size !! Content
! Size !! Content
Line 27: Line 27:
| ?Bytes || padding 0x37
| ?Bytes || padding 0x37
|-
|-
!colspan="15"|Data
!colspan="15"|Data Entry
|-
|-
! Size !! Content
! Size !! Content

Revision as of 15:12, 4 August 2014

Used in the following game(s):

  • Adventure Time - Explore the dungeon because I don't know.

Structure

Header
Size Content
4Bytes Index Size
4Bytes Number of Files
Index Entry
Size Content
16Bytes "FILELINK_____END"
4Bytes Offset
4Bytes File Size
?Bytes+1 filename
?Bytes padding 0x37
Data Entry
Size Content
64Bytes "MANAGEDFILE_DATABLOCK_USED_IN_ENGINE_________________________END""
?Bytes Data

Research

Index entries are not consistent. Might be related to file name path length. 00-23 = 48bytes, 24-32 = 56bytes, 33-?? = 64bytes. However. I have seem some break this guesses but only for the last entry. No way to know how many files are inside archive without scanning it first.