XFL: Difference between revisions
Jump to navigation
Jump to search
m Orin moved page XLF (archive) to XFL (archive) without leaving a redirect: Mistype of file extention |
No edit summary |
||
Line 27: | Line 27: | ||
|} | |} | ||
Offsets stored appear to start from 0 so true offsets have to be | Offsets stored appear to start from 0 so true offsets have to be calculated with given information. Actual location = stored offset + 12 + Index Size. | ||
Files MUST appear in descending order based on filenames else the game will throw an error. |
Revision as of 07:33, 2 July 2014
Seen/used in the follow game(s):
- 赫炎のインガノックFVR
Header | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size | Content | |||||||||||||
4Bytes | ID | |||||||||||||
4Bytes | Index Size | |||||||||||||
4Bytes | File Count |
Index | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size | Content | |||||||||||||
32Bytes | File name | |||||||||||||
4Bytes | Offset? | |||||||||||||
4Bytes | File Size? |
Offsets stored appear to start from 0 so true offsets have to be calculated with given information. Actual location = stored offset + 12 + Index Size.
Files MUST appear in descending order based on filenames else the game will throw an error.