XFL: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Archives]] | [[Category:Archives]] | ||
Used in the following game(s): | |||
* 赫炎のインガノックFVR | * 赫炎のインガノックFVR | ||
* 漆黒のシャルノスFVR | |||
== Structure | == Structure == | ||
{| class="wikitable" | {| class="wikitable" | ||
!colspan="15"|Header | !colspan="15"|Header | ||
Line 14: | Line 14: | ||
| 4Bytes|| Index Size || | | 4Bytes|| Index Size || | ||
|- | |- | ||
| 4Bytes|| File Count || | | 4Bytes|| File Count || | ||
| | |- | ||
!colspan="15"|Index | !colspan="15"|Index Entry | ||
|- | |- | ||
! Size !! Content || Description | ! Size !! Content || Description | ||
Line 22: | Line 22: | ||
| 32Bytes || File name || | | 32Bytes || File name || | ||
|- | |- | ||
| 4Bytes|| Offset | | 4Bytes|| Offset || Starts from zero. | ||
|- | |- | ||
| 4Bytes|| File Size || | | 4Bytes|| File Size || | ||
Line 30: | Line 30: | ||
Files MUST appear in descending order based on filenames inside archive else the game will throw a fit and not work. | Files MUST appear in descending order based on filenames inside archive else the game will throw a fit and not work. | ||
== Tools == | |||
-n/a- |
Latest revision as of 23:20, 5 October 2016
Used in the following game(s):
- 赫炎のインガノックFVR
- 漆黒のシャルノスFVR
Structure
Header | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size | Content | Description | ||||||||||||
4Bytes | Magic/ID | |||||||||||||
4Bytes | Index Size | |||||||||||||
4Bytes | File Count | |||||||||||||
Index Entry | ||||||||||||||
Size | Content | Description | ||||||||||||
32Bytes | File name | |||||||||||||
4Bytes | Offset | Starts from zero. | ||||||||||||
4Bytes | File Size |
Offsets are stored starting from zero. Actual offset is found with (12 + index size + stored offset).
Files MUST appear in descending order based on filenames inside archive else the game will throw a fit and not work.
Tools
-n/a-