Clear audio runtime baseline after combo fix
Some checks failed
ci / headless-e2e (push) Has been cancelled
runtime-self-hosted / runtime-ci (push) Has been cancelled

This commit is contained in:
server
2026-04-14 19:10:21 +02:00
parent 7e18042bca
commit 15c10c9a6f
3 changed files with 8 additions and 12 deletions

View File

@@ -200,10 +200,10 @@ It also now includes an audio scenario validator:
- `scripts/validate_audio_scenarios.py` - `scripts/validate_audio_scenarios.py`
On the current real client runtime, the audio validator checks the full `*.mss` On the current real client runtime, the audio validator checks the full `*.mss`
runtime script layer and now reports a single concrete missing audio runtime script layer and no longer reports any missing audio references. The
reference: `sound2/sound/pc2/assassin/dualhand_sword/combo7.wav`. The previous previous cross-pack and wrong-path sound references were cleaned up in the
cross-pack and wrong-path sound references were cleaned up in the runtime runtime assets, and the last remaining `combo7.wav` issue was resolved by
assets and are no longer part of the shared baseline. aligning `combo_07.mss` with the byte-identical `combo_08` motion variant.
Those current actor and effect findings are also recorded in: Those current actor and effect findings are also recorded in:

View File

@@ -277,7 +277,7 @@ Current baseline on the real runtime:
- `world`: `0` - `world`: `0`
- `actor`: `5` - `actor`: `5`
- `effect`: `12` - `effect`: `12`
- `audio`: `1` - `audio`: `0`
Audio scenario validator: Audio scenario validator:
@@ -293,10 +293,8 @@ This validator checks the runtime audio script layer:
- every `SoundDataNN` reference to `wav/mp3` - every `SoundDataNN` reference to `wav/mp3`
- resolution against the effective virtual audio namespace used by the client - resolution against the effective virtual audio namespace used by the client
Current real-runtime findings now show a single historical audio content issue: Current real-runtime findings no longer show any audio content issues. The
`sound2/sound/pc2/assassin/dualhand_sword/combo7.wav`. That remaining issue is audio validator is now expected to pass cleanly on the current runtime.
recorded in the shared runtime baseline and does not fail the gate unless it
changes.
Built-in CI: Built-in CI:

View File

@@ -21,7 +21,5 @@
"effect:reference:ymir work/effect/background/turtle_statue_tree_roof_light01.mse:ymir work/effect/background/turtle_statue_tree_roof_light01.mde", "effect:reference:ymir work/effect/background/turtle_statue_tree_roof_light01.mse:ymir work/effect/background/turtle_statue_tree_roof_light01.mde",
"effect:reference:ymir work/effect/etc/compete/ready.mse:ymir work/effect/etc/compete/ready.dds" "effect:reference:ymir work/effect/etc/compete/ready.mse:ymir work/effect/etc/compete/ready.dds"
], ],
"audio": [ "audio": []
"audio:reference:sound2/sound/pc2/assassin/dualhand_sword/combo_07.mss:sound/pc2/assassin/dualhand_sword/combo7.wav"
]
} }