fix(reader): recalibrate for game build 1.00.28 - #109
Merged
Merged
Conversation
Plain reseed. The recompile shifted only the metadata index table — every tracked TypeDefIndex moved -1 and idx_ut 2829->2828 — while every offset, enum, and Obscured encoding stayed put. calib_seed.json recaptured in combat for fp 1.00.28-0x6a571b94-0x698c000; GAME_VERSION -> 1.00.28. Ship gate green on both halves: - STATIC preflight exit 0 (ruff + pytest 547 + code<->dump diff, no drift; offsets.py untouched). - LIVE validate_live PASS on ALL 13 metrics (calib/gold/party-live/ hero-class/save-build/build-record/xp-live/party-slots/dps/stats/stage/ run-cycle/catalogs). xp-live PASS confirms the 1.00.27 ObscuredDouble XP cipher still decodes on this build — no bucket-4 encoding change.
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.
What
TaskBarHero updated to 1.00.28. Reader reseed for the new build.
Plain reseed — the recompile shifted only the metadata index table (every tracked
TypeDefIndexmoved −1;idx_ut2829→2828). Every offset, enum, and Obscured encoding stayed put, sooffsets.pyis untouched. Just the recaptured seed + theGAME_VERSIONfallback bump.Fingerprint:
1.00.27-0x6a50fc91-0x69aa000→1.00.28-0x6a571b94-0x698c000(recompile).Ship gate — both halves GREEN
STATIC (
preflight_calib.py --dump … --seed …) → exit 0LIVE (
validate_live.py, game open + in combat) → exit 0, PASS on ALL 13calib/seed·gold·party-live·hero-class·save-build·build-record·xp-live·party-slots·dps·stats·stage·run-cycle·catalogs(120 stages / ACTBOSS 12 / 5962 items / 14 heroes)Changed
reader/config/calib_seed.json— recaptured in combat for the 1.00.28 fingerprintreader/meter_windows.py—GAME_VERSION1.00.27 → 1.00.28 (fallback only; live version comes fromVersion.txt)