v1.4: compare patched 3.1.27 vs clean KFPS 3.1.31 decoders - #39
Draft
Datamining00 wants to merge 7 commits into
Draft
v1.4: compare patched 3.1.27 vs clean KFPS 3.1.31 decoders#39Datamining00 wants to merge 7 commits into
Datamining00 wants to merge 7 commits into
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.
Goal
Generate a per-livery differential JSON between:
Behavior
Opening a livery preview keeps the visible renderer on clean KFPS 3.1.31, but also decodes the same C_livery through an isolated 3.1.27 module with the legacy FH6 Assistant decoder rules. The report is saved under
%LOCALAPPDATA%\FH6GarageAnalyzer\decoder_differential.The JSON records per-section counts, first order divergence, source-offset-only layers, semantic differences (section/type/shape/mask/raster/transform/color), and both decoder reports. It does not automatically choose between decoders and does not modify the save.
Bundling
The build vendors both exact KFPS commits:
8965780b8966e09d2f2a17e4d0684cdd44d7437c004b3b61a57d901e65957b6099805835f91e32f6Validation
32391071709— success82,686,323922c27b0dc71a2a3d3b425156f3dfcc7bc7d701144652412e60779dd33a3170e93e69a7f2b75b9a2d6c16e4d14233a485c11502fab7ce0d346c18f9669439ccbReal-data procedure
Run the build on at least two contrasting liveries:
Open each livery preview once, then collect the generated
decoder-diff-*.jsonfiles. Those reports should identify the earliest grammar/ownership/order divergence before any hybrid compatibility rule is designed.Draft diagnostic only. Do not merge before real-livery comparison.