From eabf2066b640d300fe159facb067e54b748a0921 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Mon, 10 Aug 2026 22:22:57 +0200 Subject: [PATCH] README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f999286..aef8f38 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,18 @@ scripts/start.sh > โš ๏ธ Do **not** use `dotnet build` or `dotnet run` directly โ€” always use the platform build script to ensure consistent output. +### ๐Ÿงช Demo Mode + +`demo.sh` creates a complete test environment with fake ZIPs and two layers (root + patch), then launches the launcher: + +```bash +scripts/demo.sh +``` + +This builds the project, generates a structured `.demo/` directory with sample folders and ZIPs, writes a matching `launcher.config.json`, and starts the launcher. Useful for quickly testing overlay behavior and navigation without setting up real game files. + +> โš ๏ธ Windows is not supported for `demo.sh`. Use `start.cmd` with your own game files instead. + ### ๐Ÿš€ Release Process Releases are automated via GitHub Actions (`.github/workflows/release.yml`).