v1.4: trace missing Right-side parent transforms - #26
Draft
Datamining00 wants to merge 7 commits into
Draft
Conversation
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.
Diagnostic derivative of
v1.4-baseline-warning-renderfor the Right-side rear text that is incorrectly rendered over the character's face.Confirmed from the real-save GroupNode trace
The supplied
Livery_0343_20260812130034 / C_liverytrace identifies the exact misplaced text groups.c4g92has 9 direct shape children whose shape-word sequence spellsFLAMEHAZE.c4g1).flags=0xff,marker=0002000100000003.c4g93has 22 direct shape children whose sequence spellsTHOSEWHOHUNTANDDESTROY.c4g1and remains near the section origin.c3g94.c3g94carries the large placement transform (x=371.5, y=9.0, scale≈1.03).This rules out source-offset sorting and the renderer's matrix multiplication/decomposition as the primary cause. The structural fault is now localized to group-tree ownership / a missing or misparsed outer parent transform in the Right section.
Raw transform diagnostic v2
The previous JSON intentionally contained the decoded tree but not enough raw bytes immediately before the anomalous group to prove which parser token should create/retain the missing outer parent.
This update therefore remains diagnostic-only and adds:
flags==0xffor the extended livery marker);read_livery_transforminterpretation found in those windows;*-group-transform.jsonasraw_transform_anomalies.No car ID, creator, section name, phrase, shape ID, or source offset is hard-coded. No decoder state, layer order, transform, or renderer output is changed by this diagnostic.
Validation
549b01fddd5a9a1040514581c1dbabeca3e9d86b01962318442a0cb98b96d130.bc1d2fe82e5d5668037c1a5030fbb570055fa85c5a4d005139b77cf39084d305.Next evidence required
Run the updated diagnostic once on the same livery and open/render
Right. Then provide the regenerated*-group-transform.json. The newraw_transform_anomaliesrecords will be used to determine the exact parser rule before any behavioral fix is applied.This PR remains draft until that raw-byte interpretation is proven and visually validated.