From 50c1dd9ce845c12efd66639f2abcf2471b99f890 Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 29 May 2021 20:31:17 +0100 Subject: [PATCH] Add cache/XTEA key layout to the README Signed-off-by: Graham --- README.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a6b3be53..5c4652fe 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,23 @@ the root of the repository), in the following structure: ``` nonfree -└── lib - ├── jaggl.pack200 - ├── loader_gl.jar - ├── loader.jar - ├── runescape_gl.pack200 - ├── runescape.jar - └── unpackclass.pack +├── lib +│ ├── jaggl.pack200 +│ ├── loader_gl.jar +│ ├── loader.jar +│ ├── runescape_gl.pack200 +│ ├── runescape.jar +│ └── unpackclass.pack +└── share + ├── cache + │ ├── 0 + │ │ ├── 0.dat + │ │ └── ... + │ ├── ... + │ └── 255 + │ ├── ... + │ └── 28.dat + └── keys.json ``` The CRC-32 checksums and SHA-256 digests of the correct files are: