PAK (old): Difference between revisions
Jump to navigation
Jump to search
Created page with "Category:Archives Used in the following games: * Bible Black == Structure == {| class="wikitable" !colspan="15"|Header |- ! Size !! Content !! Description |- | 2 Bytes ||..." |
|||
Line 21: | Line 21: | ||
== Notes == | == Notes == | ||
Possibly an older version of [[PAK]]. Only has offsets. Sizes are probably calculated with next files offset. Last index does not point to a file but is used for final file size. | Possibly an older version of [[PAK]]. Only has offsets. Sizes are probably calculated with next files offset. Last index does not point to a file but is used for final file size. Needs some testing but "PK.BAT, STREAM.TAG, TAGHEAD, FILEPACKC, FILEPACKEREXE" can probably be omitted and is just the result of bad programming. |
Revision as of 08:18, 8 May 2015
Used in the following games:
- Bible Black
Structure
Header | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size | Content | Description | ||||||||||||
2 Bytes | File Count | |||||||||||||
Index Entry | ||||||||||||||
Size | Content | Description | ||||||||||||
12 Bytes | File name | |||||||||||||
4 Bytes | Offset |
Notes
Possibly an older version of PAK. Only has offsets. Sizes are probably calculated with next files offset. Last index does not point to a file but is used for final file size. Needs some testing but "PK.BAT, STREAM.TAG, TAGHEAD, FILEPACKC, FILEPACKEREXE" can probably be omitted and is just the result of bad programming.