GFAC: Difference between revisions
Meleemeister (talk | contribs) |
Meleemeister (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 33: | Line 33: | ||
| || 4 || uint32 || CRC-32 ? | | || 4 || uint32 || CRC-32 ? | ||
|- | |- | ||
| || 4 || uint32 || Absolut offset of file name | | || 4 || uint32 || Absolut offset of file name; Last offset has MSB set to 1 | ||
|- | |- | ||
| || 4 || uint32 || file size | | || 4 || uint32 || file size | ||
| Line 39: | Line 39: | ||
| || 4 || uint32 || file offset | | || 4 || uint32 || file offset | ||
|} | |} | ||
The file offset refers to the raw file data. If a container like [[GFCP]] is used the data has to be decompressed and must replace the whole container. | |||