Unify archived Flash game URL routing - #77
Merged
Merged
Conversation
astrovm
force-pushed
the
codex/fix-kass-basher
branch
from
July 31, 2026 17:34
0f17de8 to
203da6d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
The previous interceptor flattened every request from a configured host to a local basename. That could rewrite unrelated score or tracking requests, collide on duplicate filenames, and silently target missing files. The capture launcher also maintained a separate copy of host and frame-rate data, which had already drifted from the main application. The bundled Simpsons and Kass Basher files were incomplete or stale compared with Flashpoint.
Exact URL-to-file routes keep the sitelock-compatible response URL behavior while only intercepting assets that actually exist.
User impact
Sugar, Sugar; Kass Basher; and The Simpsons Movie: Wrecking Ball now use deterministic archived asset routes. Simpsons gains its missing score and sound dependencies, Kass Basher uses the current Flashpoint package, and offline manifests include the complete imported content trees.
Validation
bun run qualitybun run test— 124 tests passedbun run build --revision HEADBrowser GUI smoke testing was not completed because the in-app browser could not navigate to localhost; router behavior and served assets are covered independently.