more internal links

georgemoralis 2023-02-24 16:14:29 +02:00
parent 356a52fae2
commit 5b3efd292e

@ -80,7 +80,7 @@ The file table is a list of file entries. File entries start from **pkg_table_en
| Field | Type | Size | Offset | Description
| -------------- | -----|----- |----- |------------|
| id | U32 | 4 | 0x000 | File ID, useful for files without a filename entry * Check ID to filename table below
| id | U32 | 4 | 0x000 | File ID, useful for files without a filename entry.[Check ID to filename Table below](https://github.com/georgemoralis/shadPS4/wiki/PKG-Information#id-to-filename-table)
| filename_offset | U32 | 4 | 0x004 | Offset into the filenames table (ID 0x200) where this file's name is located
| flags1 | U32 | 4 | 0x008 | Flags including encrypted flag, etc
| flags2 | U32 | 4 | 0x00C | Flags including encryption key index, etc