From 7e810810e2e936eff1991946588382649abfa8c8 Mon Sep 17 00:00:00 2001 From: sal063 <107197232+sal063@users.noreply.github.com> Date: Tue, 14 Apr 2026 12:40:48 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30076f6a..048d6003 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ Users must supply their own legally obtained game files locally. This repository - [CMake](https://cmake.org/) 3.25+ - [Ninja](https://ninja-build.org/) - [Clang](https://releases.llvm.org/) (LLVM/Clang toolchain) -- A legally obtained copy of the game, prepared by the end user outside this repository +- You need the game's original Xbox 360 disc image (ISO). Tools to extract it can be found here. + +After extraction, drop both the game assets and default.xex into the assets/ directory. ## Clone