PD: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
Used in the following games: | Used in the following games: | ||
* Cross†Channel | * Cross†Channel | ||
{| class="wikitable" | |||
!colspan="15"|Header | |||
|- | |||
! Size !! Content | |||
|- | |||
| 8Bytes || Magic | |||
|- | |||
| 56Bytes || 0x00 Padding | |||
|- | |||
| 4Bytes || Number of files | |||
|- | |||
| 4Bytes || 0x00 Padding | |||
|- | |||
!colspan="15"|Index | |||
|- | |||
! Size !! Content | |||
|- | |||
| 128Bytes || File name | |||
|- | |||
| 4Bytes || Offset | |||
|- | |||
| 4Bytes || 0x00 Padding | |||
|- | |||
| 4Bytes || File Size | |||
|- | |||
| 4Bytes || 0x00 Padding | |||
|} | |||
Pad much? :T | |||
== Notes == | |||
My tool will typically create a file that is slightly smaller in size compared to the original since the original files use excess amounts of padding. Also, will pack files in descending order. | |||
== Tools == | |||
-n/a- |
Latest revision as of 23:20, 5 October 2016
Used in the following games:
- Cross†Channel
Header | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size | Content | |||||||||||||
8Bytes | Magic | |||||||||||||
56Bytes | 0x00 Padding | |||||||||||||
4Bytes | Number of files | |||||||||||||
4Bytes | 0x00 Padding | |||||||||||||
Index | ||||||||||||||
Size | Content | |||||||||||||
128Bytes | File name | |||||||||||||
4Bytes | Offset | |||||||||||||
4Bytes | 0x00 Padding | |||||||||||||
4Bytes | File Size | |||||||||||||
4Bytes | 0x00 Padding |
Pad much? :T
Notes
My tool will typically create a file that is slightly smaller in size compared to the original since the original files use excess amounts of padding. Also, will pack files in descending order.
Tools
-n/a-