From 774025f6a0e412d5478db310db3b1a6b0a8c78e3 Mon Sep 17 00:00:00 2001 From: saturnSam Date: Mon, 23 Mar 2026 15:54:55 +0000 Subject: [PATCH] Add md5sum verification instructions to README Added instructions for verifying ISO/GCM/CISO version using md5sum. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9a024258..3925e3bf 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ This repository does not contain any game assets or assembly whatsoever. An exis Supported versions: GAFE01_00: Rev 0 (USA) +If you want to ensure your ISO/GCM/CISO is the correct version, compare your md5sum to the one listed on [GameTDB](https://web.archive.org/web/20260310023548/https://www.gametdb.com/Wii/GAFE01). For example: +```bash +md5sum YourGame.ciso +``` + ## Quick Start (Pre-built Release) Pre-built releases are available on the [Releases](https://github.com/flyngmt/ACGC-PC-Port/releases) page. No build tools required.