mirror of
https://github.com/Virtual-World-RE/NeoGF.git
synced 2024-11-15 12:45:34 +01:00
Update README.md
This commit is contained in:
parent
7aea60ab81
commit
d8806b5ebe
|
@ -83,10 +83,11 @@ files_rebuild_strategy is used to organise files (indexes, offsets, packed name
|
||||||
#### \[FilenameDirectory\] section
|
#### \[FilenameDirectory\] section
|
||||||
**toc_offset_of_fd_offset**: The TOC offset of the FD offset is at the end of the TOC. Some AFS use pad after the offsets/lengths serie. Use auto when it's possible.
|
**toc_offset_of_fd_offset**: The TOC offset of the FD offset is at the end of the TOC. Some AFS use pad after the offsets/lengths serie. Use auto when it's possible.
|
||||||
**fd_offset**: The FD is at the end of the AFS. Use auto when it's possible.
|
**fd_offset**: The FD is at the end of the AFS. Use auto when it's possible.
|
||||||
**FD_last_attribute_type**: The type of the last 4 bytes of each FD entries. 3 values are available:
|
**FD_last_attribute_type**: The type of the last 4 bytes of each FD entries. 4 values are available:
|
||||||
* length: Use file length.
|
* length: Use file length.
|
||||||
* offset-length: Use offset length series.
|
* offset-length: Use offset length series.
|
||||||
* 0xabcdef: Use a custom hexadecimal constant.
|
* 0xabcdef: Use a custom hexadecimal constant.
|
||||||
|
* unknown: Don't know yet what it represent.
|
||||||
|
|
||||||
### afs_rebuild.csv:
|
### afs_rebuild.csv:
|
||||||
All offsets and indexes are stored in hexadecimal with 0x prefix: 0xabcdef. Use auto for offsets or indexes when it's possible. Offsets have to be aligned to 0x800 (2048).
|
All offsets and indexes are stored in hexadecimal with 0x prefix: 0xabcdef. Use auto for offsets or indexes when it's possible. Offsets have to be aligned to 0x800 (2048).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user