v1.4: test clean KFPS 3.1.31 livery decoder - #34
Draft
Datamining00 wants to merge 18 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.
Goal
Replace the pinned KFPS 3.1.27 backend with KFPS 3.1.31 (
004b3b61a57d901e65957b6099805835f91e32f6) for an A/B test, and remove FH6 Assistant's decoder-side recovery stack from runtime.Clean-decoder policy
This branch does not install:
The established v1.4 rendering/UI pipeline remains enabled. Warning-only integrity handling and persistent preview scale are retained through a small clean-baseline wrapper that deliberately does not rewrite decoder order. Clean-decoder cache identities are isolated so stale previews from the previous parser cannot be reused.
Why
KFPS 3.1.31 upstream reworked FH6 full-livery stream decoding and validated scene semantics against ForzaLiveryStudio across a large local corpus. This branch tests whether the upstream decoder now supersedes the local parser patches.
Build notes
004b3b61a57d901e65957b6099805835f91e32f6;kfps_shapespackage required by currentjson_preview_renderer.py;0x0100as a native shape;Startup regression fixed
The first clean-decoder EXE crashed during startup because the wrapper called a non-existent helper
baseline._install_scale_persistence(). The actual helper in the baseline module isbaseline._install_scale_persistence_and_warning_ui().The wrapper now calls the existing helper, and a regression test explicitly checks that the startup wrapper references a real function and does not reintroduce the obsolete name.
Current validation
32388631530)82,640,23952bf2e3877bb94600b6fbf834a93d9917ca9634b79b3cc9e6a41beec2c5dd5a0d447d9a3e173a47bc7c40bfa23aceea9b6eea29b77e7bd89dabf00e6b6c6c406Draft until the previously problematic real liveries are visually checked. Do not merge before that verification.