Add cache/XTEA key layout to the README

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent fe3bfb4b12
commit 50c1dd9ce8
  1. 24
      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:

Loading…
Cancel
Save