From a71d614d565a5e876c1cc6c3daee6503267699e3 Mon Sep 17 00:00:00 2001 From: server Date: Tue, 14 Apr 2026 19:28:05 +0200 Subject: [PATCH] Document remaining effect gaps as real content issues --- docs/migration.md | 5 +++++ docs/testing.md | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/docs/migration.md b/docs/migration.md index 08a9ccd..54bf769 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -197,6 +197,11 @@ safe aliases for already existing textures: - `effect/background/smh_gatetower01.mse` now resolves `effect/monster2/smoke_dust.dds` - `effect/etc/compete/ready.mse` now resolves `effect/etc/compete/ready.dds` +The remaining ten effect findings were also checked against the current +`m2dev-client` git history and no matching source `*.dds` or `*.mde` assets +were found there. They are therefore treated as true content gaps for now, not +as simple path regressions. + It also now includes an audio scenario validator: - `scripts/validate_audio_scenarios.py` diff --git a/docs/testing.md b/docs/testing.md index 2e62e03..2ba8a28 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -280,6 +280,10 @@ Current baseline on the real runtime: - `effect`: `10` - `audio`: `0` +The remaining ten effect baseline entries were checked against the current +`m2dev-client` git history and still have no matching source asset files. They +are currently treated as real content gaps rather than easy alias/path fixes. + Audio scenario validator: ```bash