From 37f9c895d60fd1074736f01e5b19db5ea897eceb Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Thu, 29 Jun 2023 16:32:31 -0400 Subject: [PATCH] update hash docs (#3039) --- README.md | 12 ++---------- docs/supportedHashes.json | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 10 deletions(-) create mode 100644 docs/supportedHashes.json diff --git a/README.md b/README.md index 2bea2763d..1604e5f88 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,8 @@ If you're having any trouble after reading through this `README`, feel free ask The Ship does not include any copyrighted assets. You are required to provide a supported copy of the game. -### 1. Check your `sha1` -You can verify you have a supported copy of the game by checking the `sha1` hash. There are many ways to do this, one of the simplest is using the [`hasher-js`](https://github.com/snarfblam/hasher-js) webapp hosted at https://www.romhacking.net/hash/. - -| Supported Version | `sha1` | -| - | - | -| PAL 1.1 | `cfbb98d392e4a9d39da8285d10cbef3974c2f012` | -| PAL GC | `0227d7c0074f2d0ac935631990da8ec5914597b4` | -| PAL GC (Debug) | `cee6bc3c2a634b41728f2af8da54d9bf8cc14099` | -| PAL MQ (Debug) | `079b855b943d6ad8bd1eb026c0ed169ecbdac7da` | -| PAL MQ (Debug) | `50bebedad9e0f10746a52b07239e47fa6c284d03` | +### 1. Verify your ROM dump +You can verify you have dumped a supported copy of the game by using the compatibility checker at https://ship.equipment/. If you'd prefer to manually validate your ROM dump, you can cross-reference its `sha1` hash with the hashes [here](docs/supportedHashes.json). ### 2. Download The Ship of Harkinian from [Discord](https://discord.com/invite/shipofharkinian) The latest release is available in the most recent post in the `#downloads` channel. diff --git a/docs/supportedHashes.json b/docs/supportedHashes.json new file mode 100644 index 000000000..a138e882c --- /dev/null +++ b/docs/supportedHashes.json @@ -0,0 +1,26 @@ +[ + { + "name": "PAL 1.1", + "sha1": "cfbb98d392e4a9d39da8285d10cbef3974c2f012" + }, + { + "name": "PAL GC", + "sha1": "0227d7c0074f2d0ac935631990da8ec5914597b4" + }, + { + "name": "PAL GC (Debug)", + "sha1": "cee6bc3c2a634b41728f2af8da54d9bf8cc14099" + }, + { + "name": "PAL MQ (Debug)", + "sha1": "079b855b943d6ad8bd1eb026c0ed169ecbdac7da" + }, + { + "name": "PAL MQ (Debug)", + "sha1": "50bebedad9e0f10746a52b07239e47fa6c284d03" + }, + { + "name": "PAL MQ (Debug)", + "sha1": "cfecfdc58d650e71a200c81f033de4e6d617a9f6" + } +]