FPK: Difference between revisions
Jump to navigation
Jump to search
Created page with "Category:Archives Used in the following games: * Sid Meier's Civilization Beyond Earth" |
No edit summary |
||
Line 2: | Line 2: | ||
Used in the following games: | Used in the following games: | ||
* Sid Meier's Civilization Beyond Earth | * Sid Meier's Civilization Beyond Earth | ||
== Structure == | |||
{| class="wikitable" | |||
!colspan="15"|Header | |||
|- | |||
! Size !! Content !! Description | |||
|- | |||
| 4 Bytes || Unknown || Static | |||
|- | |||
| 4 Bytes || Magic/ID || | |||
|- | |||
| 2 Bytes || Unknown || | |||
|- | |||
| 4 Bytes || File count || | |||
|- | |||
!colspan="15"|Index Entry | |||
|- | |||
! Size !! Content !! Description | |||
|- | |||
| 4 Bytes || Filename length || | |||
|- | |||
| ? Bytes || Filename || | |||
|- | |||
| 8 Bytes || unknown || | |||
|- | |||
| 4 Bytes || file size || | |||
|- | |||
| 4 Bytes || offset || | |||
|- | |||
|} | |||
== Notes == | |||
* Filenames are not in a fixed space? File name length is a 4 byte int before the filename. |
Latest revision as of 05:58, 9 February 2015
Used in the following games:
- Sid Meier's Civilization Beyond Earth
Structure
Header | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size | Content | Description | ||||||||||||
4 Bytes | Unknown | Static | ||||||||||||
4 Bytes | Magic/ID | |||||||||||||
2 Bytes | Unknown | |||||||||||||
4 Bytes | File count | |||||||||||||
Index Entry | ||||||||||||||
Size | Content | Description | ||||||||||||
4 Bytes | Filename length | |||||||||||||
? Bytes | Filename | |||||||||||||
8 Bytes | unknown | |||||||||||||
4 Bytes | file size | |||||||||||||
4 Bytes | offset |
Notes
- Filenames are not in a fixed space? File name length is a 4 byte int before the filename.