re: the developer splash renders -- screen 1 of 5 finally has a composite
Two pages of this corpus disagreed. MISSION says the splash "is the RATC screen, which already renders"; ui-paint-order-key.md says it "cannot be rendered by screen render at all". Running the tool both ways settles it. screen list --all shows all 16 GP_TITLE entries instead of 12, and the four the default listing drops are the splash, each half shipped twice: entries 10 and 13 are the white SQUARE ENIX publisher logo, entries 11 and 14 the GAME ARTS / SETA / studio anima developer logos. Entry 11's seven elements are the three logos, their three _eff glows and the palogo_eff0.prm backdrop -- exactly the composition ui-paint-order-key.md had measured for the splash without being able to draw it. So the "cannot be rendered" line is wrong and is corrected in place. What is true is narrower and worth keeping: the splash is invisible to the DEFAULT listing because is_build wants a .rat child, so anyone who does not pass --all concludes it is missing. That goes in METHOD -- a default filter can hide a whole screen and the corpus will record it as absent. The payoff is for the port rather than for the RE: the first of the five screens now has a reference composite, which it did not have. Marked amber on one point -- there is no framebuffer capture of the splash in this repo, so the match to the running game is by description against the milestone-1 notes, not by pixels.
This commit is contained in:
@@ -43,8 +43,8 @@ English versus Japanese**: build 7 is the title art with the katakana subtitle
|
||||
H the two members render **byte-identical PNGs** — the archive still carries two
|
||||
copies, but the artwork does not change with the language.
|
||||
|
||||
Pairs F and G are the four entries `screen list` does *not* classify as builds.
|
||||
They are not identified here.
|
||||
Pairs F and G are the four entries `screen list` does *not* classify as builds by
|
||||
default. **They are the developer splash**, and they render — see below.
|
||||
|
||||
## The map
|
||||
|
||||
@@ -63,6 +63,32 @@ Contact sheet of every render:
|
||||
| 9 | the same, Japanese | 🟡 as above |
|
||||
| 10, 11 | the same `DELTASABER` plate as build 0, over a dark circuit-line background | ❔ **not observed running** |
|
||||
|
||||
## ✅ The splash — the four "non-build" entries, rendered
|
||||
|
||||
`screen list --all` widens the enumeration to every composable bundle and shows
|
||||
all **16** entries. The four that the default listing drops are the two halves of
|
||||
the developer splash, each shipped twice:
|
||||
|
||||
| entry | elements / sprites | what it is |
|
||||
|---|---|---|
|
||||
| **10, 13** | 3 / 2 | the white **`SQUARE ENIX`** publisher logo |
|
||||
| **11, 14** | 7 / 6 | **`GAME ARTS` / `SETA` / `studio anima`** — the developer logos |
|
||||
|
||||
[`splash-entries-rendered.png`](captures/title-builds/splash-entries-rendered.png).
|
||||
Rendered with `screen render --all --primitives --black`. Entry 11's seven
|
||||
elements are the three logos, their three `_eff` glows and the
|
||||
`palogo_eff0.prm` black backdrop — exactly the composition
|
||||
[`structures/ui-paint-order-key.md`](structures/ui-paint-order-key.md) measured
|
||||
for the splash.
|
||||
|
||||
The pair matches the milestone-1 description of the running splash from the
|
||||
emulator work — white `SQUARE ENIX`, then `GAME ARTS`/`SETA`/`studio anima`.
|
||||
🟡 There is **no framebuffer capture of the splash in this repo** to diff against,
|
||||
so that correspondence is by description, not by pixels.
|
||||
|
||||
**So the first of the five screens now has a reference composite**, which it did
|
||||
not before.
|
||||
|
||||
**Reach of the two negatives.** Builds 0/1 and 10/11 were looked for in: the whole
|
||||
boot sequence (a 5 s-cadence filmstrip from launch to the title, ~190 s), the
|
||||
title, the main menu, the `EXTRAS` submenu, the `LOAD GAME` slot list, the
|
||||
|
||||
Reference in New Issue
Block a user