From 5b3efd292e8d0f2b9930ed67aaa24bb8dfb7b1cf Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Fri, 24 Feb 2023 16:14:29 +0200 Subject: [PATCH] more internal links --- PKG-Information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKG-Information.md b/PKG-Information.md index 78376b2..75f2d44 100644 --- a/PKG-Information.md +++ b/PKG-Information.md @@ -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