re: the title "slab" is the logo swoosh drawn white and thick, and it
lands on the known tie-break group Chasing the residual I left open last iteration, and it turns out I had attributed the port agent's slab to the wrong thing. First the refutation. My hypothesis was that our dim is applied over the whole frame rather than beneath the UI where its layer key puts it. If that were true the logo would render too dark. It reads +2.36 against a background of -0.74, so the compositor honours the paint order and the hypothesis is dead. What the residual actually is: with the dim in place the error is not uniform but concentrated in one band, running -38.6 in one tile and +33.8 three tiles to its right. Cropping that band from capture and render shows it immediately -- the game draws the logo's Z swoosh thin with a pink edge, and we draw it thick and solid white. That, not the missing dim, is the washed-out slab over the title logo the port agent reported. The dim explains a uniform +13; this explains the slab. The elements are ptlogo_back2, its glow, and the five ptlogo_back2eff1..5 segments -- which are also the group carrying this corpus's known unsolved paint-order tie-break at key 0x8083, on the same screen. I have recorded that as a lead and explicitly not as a diagnosis, because a blend-order swap is a poor explanation for white instead of pink and I would expect a second cause.
This commit is contained in:
@@ -70,10 +70,19 @@ authored version can be deleted.
|
||||
**`pteff02.prm`**, the 25 % dim, and `--primitives` is off by default. **That is
|
||||
the "washed-out cyan slab"** — a dim that should be there and isn't, not a glow
|
||||
that shouldn't. Because the art is blue-dominant, the shortfall reads cyan.
|
||||
🟡 With the dim drawn the mean is right but per-pixel agreement is slightly
|
||||
worse (edge-corr 0.9066, >20 diff px 108 051 → 162 636), so the blend is not
|
||||
exactly the game's. 🟡 A separate hot spot of +25…+38 sits on the upper-right
|
||||
`Z` swoosh, which a capture shows pink in the game and white in our render.
|
||||
🔴 **A second, separate defect — and it is the "slab".** With the dim in place
|
||||
the residual is localised to one band (y ≈ 112–225): the game draws the logo's
|
||||
`Z` **swoosh thin with a pink/magenta edge**, our render draws it **thick and
|
||||
solid white**. Crop:
|
||||
[`title-swoosh-capture-vs-render.png`](../re/captures/title-builds/title-swoosh-capture-vs-render.png).
|
||||
The elements are `ptlogo_back2.t32`, `ptlogo_back2eff.t32` and
|
||||
`ptlogo_back2eff1…5`. 🟡 Those five are also the group with the **known
|
||||
unsolved paint-order tie-break** (key `0x8083`) — same screen, same elements —
|
||||
but a blend-order swap explains white-instead-of-pink poorly, so expect a second
|
||||
cause. ❔ Not diagnosed.
|
||||
🔴 **Refuted:** it is *not* that our dim covers the whole frame instead of
|
||||
sitting beneath the UI — the logo reads +2.36 against a background of −0.74, so
|
||||
the paint order is being honoured.
|
||||
|
||||
* **The title's motion, decoded and attributed.** After building in, the *title
|
||||
art* is essentially static — a 22 s capture measures the wordmark region at
|
||||
|
||||
Reference in New Issue
Block a user